Home
last modified time | relevance | path

Searched defs:__std (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__format/
Dparser_std_format_spec.h241 struct __std { struct
242 __alignment __alignment_ : 3;
243 __sign __sign_ : 2;
244 bool __alternate_form_ : 1;
245 bool __locale_specific_form_ : 1;
246 __type __type_;
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__format/
Dparser_std_format_spec.h240 struct __std { struct
241 __alignment __alignment_ : 3;
242 __sign __sign_ : 2;
243 bool __alternate_form_ : 1;
244 bool __locale_specific_form_ : 1;
245 __type __type_;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__format/
Dparser_std_format_spec.h241 struct __std { struct
242 __alignment __alignment_ : 3;
243 __sign __sign_ : 2;
244 bool __alternate_form_ : 1;
245 bool __locale_specific_form_ : 1;
246 __type __type_;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__format/
Dparser_std_format_spec.h240 struct __std { struct
241 __alignment __alignment_ : 3;
242 __sign __sign_ : 2;
243 bool __alternate_form_ : 1;
244 bool __locale_specific_form_ : 1;
245 __type __type_;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__format/
Dparser_std_format_spec.h241 struct __std { struct
242 __alignment __alignment_ : 3;
243 __sign __sign_ : 2;
244 bool __alternate_form_ : 1;
245 bool __locale_specific_form_ : 1;
246 __type __type_;
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__format/
H A Dparser_std_format_spec.h240 struct __std { struct
241 __alignment __alignment_ : 3;
242 __sign __sign_ : 2;
243 bool __alternate_form_ : 1;
244 bool __locale_specific_form_ : 1;
245 __type __type_;
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Compiler/
DCMakeCommonCompilerMacros.cmake51 set(__std ${CMAKE_MATCH_2}) variable
/aosp_15_r20/external/python/cpython2/Lib/plat-beos5/
DIN.py27 def __std(ref): return ref function