Home
last modified time | relevance | path

Searched refs:match_default (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex.h2176 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2202 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2228 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2253 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2267 = regex_constants::match_default) = delete; in _GLIBCXX_VISIBILITY()
2287 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2309 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2333 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2356 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2380 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h260 _GLIBCXX17_INLINE constexpr match_flag_type match_default = in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex.h2176 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2202 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2228 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2253 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2267 = regex_constants::match_default) = delete; in _GLIBCXX_VISIBILITY()
2287 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2309 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2333 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2356 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
2380 = regex_constants::match_default) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h260 _GLIBCXX17_INLINE constexpr match_flag_type match_default = in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dregex45 match_default = 0,
535 regex_constants::match_flag_type flags = regex_constants::match_default);
541 regex_constants::match_flag_type flags = regex_constants::match_default);
547 regex_constants::match_flag_type flags = regex_constants::match_default);
554 regex_constants::match_flag_type flags = regex_constants::match_default);
561 … regex_constants::match_flag_type flags = regex_constants::match_default) = delete; // C++14
566 regex_constants::match_flag_type flags = regex_constants::match_default);
572 regex_constants::match_flag_type flags = regex_constants::match_default);
579 regex_constants::match_flag_type flags = regex_constants::match_default);
585 regex_constants::match_flag_type flags = regex_constants::match_default);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dregex45 match_default = 0,
535 regex_constants::match_flag_type flags = regex_constants::match_default);
541 regex_constants::match_flag_type flags = regex_constants::match_default);
547 regex_constants::match_flag_type flags = regex_constants::match_default);
554 regex_constants::match_flag_type flags = regex_constants::match_default);
561 … regex_constants::match_flag_type flags = regex_constants::match_default) = delete; // C++14
566 regex_constants::match_flag_type flags = regex_constants::match_default);
572 regex_constants::match_flag_type flags = regex_constants::match_default);
579 regex_constants::match_flag_type flags = regex_constants::match_default);
585 regex_constants::match_flag_type flags = regex_constants::match_default);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex218 static const match_flag_type match_default = 0;
2134 = regex_constants::match_default);
2155 = regex_constants::match_default)
2181 = regex_constants::match_default)
2206 = regex_constants::match_default)
2227 = regex_constants::match_default)
2249 = regex_constants::match_default)
2275 = regex_constants::match_default);
2294 = regex_constants::match_default)
2319 = regex_constants::match_default)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex218 static const match_flag_type match_default = 0;
2134 = regex_constants::match_default);
2155 = regex_constants::match_default)
2181 = regex_constants::match_default)
2206 = regex_constants::match_default)
2227 = regex_constants::match_default)
2249 = regex_constants::match_default)
2275 = regex_constants::match_default);
2294 = regex_constants::match_default)
2319 = regex_constants::match_default)
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c134 bool match_default; in thermal_register_governor() local
138 match_default = !strncmp(governor->name, in thermal_register_governor()
142 if (!def_governor && match_default) in thermal_register_governor()