Searched refs:__flags (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp22 unsigned int __flags; member in class:__pbase_type_info
55 unsigned int __flags; member in class:__vmi_class_type_info
140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask);
149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask);
158 CHECK(to<__vmi_class_type_info>(typeid(VMI7)).__flags == (__vmi_class_type_info::__non_diamond_repeat_mask | __vmi_class_type_info::__diamond_shaped_mask));
169 CHECK(to<__pbase_type_info>(typeid(Incomplete *)).__flags == __pbase_type_info::__incomplete_mask);
170 CHECK(to<__pbase_type_info>(typeid(Incomplete **)).__flags == __pbase_type_info::__incomplete_mask);
171 CHECK(to<__pbase_type_info>(typeid(Incomplete ***)).__flags == __pbase_type_info::__incomplete_mask);
175 CHECK(to<__pbase_type_info>(typeid(int Incomplete::*)).__flags == __pbase_type_info::__incomplete_class_mask);
176 CHECK(to<__pbase_type_info>(typeid(Incomplete Incomplete::*)).__flags
[all...]
/external/stlport/stlport/stl/
H A D_num_put.c44 ios_base::fmtflags __flags,
51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield;
194 ios_base::fmtflags __flags, wchar_t __fill) {
211 if (__flags & ios_base::showbase)
212 switch (__flags & ios_base::basefield) {
225 __flags, __f.width(0), __fill, __xplus, __xminus);
233 ios_base& __f, ios_base::fmtflags __flags, char __fill) {
242 if (__flags & ios_base::showbase)
243 switch (__flags & ios_base::basefield) {
260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __
42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, _OutputIter __oi, ios_base::fmtflags __flags, streamsize __width, _CharT __fill, _CharT __xplus, _CharT __xminus) argument
192 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, wchar_t __fill) argument
232 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, char __fill) argument
276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& ) argument
293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& ) argument
304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) argument
379 ios_base::fmtflags __flags = __f.flags(); local
[all...]
H A D_ios_base.h108 fmtflags flags(fmtflags __flags) { argument
110 _M_fmtflags = __flags;
H A D_num_put.h139 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x);
H A D_num_get.c57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end, ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) argument
/external/iptables/include/linux/netfilter/
H A Dxt_set.h21 __u32 __flags[IPSET_DIM_MAX]; member in struct:xt_set_info_v0::__anon22605::__anon22606
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_set.h21 __u32 __flags[IPSET_DIM_MAX]; member in struct:xt_set_info_v0::__anon23232::__anon23233
/external/elfutils/0.153/libelf/
H A Dlibelf.h293 unsigned int __flags);
296 unsigned int __flags);
299 unsigned int __flags);
302 unsigned int __flags);
305 unsigned int __flags);
308 unsigned int __flags);
/external/bison/lib/
H A Dspawn.in.h461 short int *_Restrict_ __flags)
465 short int *_Restrict_ __flags));
470 short int *_Restrict_ __flags)
475 short int *_Restrict_ __flags));
494 (posix_spawnattr_t *__attr, short int __flags)
497 (posix_spawnattr_t *__attr, short int __flags));
501 (posix_spawnattr_t *__attr, short int __flags)
505 (posix_spawnattr_t *__attr, short int __flags));
/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp375 if (thrown_pointer_type->__flags & ~__flags)
769 if (!(__flags & __diamond_shaped_mask))
777 if (!(__flags & __non_diamond_repeat_mask))
816 if ((__flags & __diamond_shaped_mask) || info->number_to_static_ptr == 1)
829 else if (__flags & __non_diamond_repeat_mask)
1069 if (!(__flags & __diamond_shaped_mask))
1077 if (!(__flags & __non_diamond_repeat_mask))
H A Dprivate_typeinfo.h185 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info
211 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py233 self.__flags = {}
278 for flag_type in self.__flags.keys():
289 self.__flags[flag.flag_type] = flag
308 return flag_type in self.__flags
319 return self.__flags[flag_type]
389 return '<DocComment: %s, %s>' % (str(self.__params), str(self.__flags))
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dstatetracker.py257 self.__flags = []
267 for flag in self.__flags:
301 if not self.__flags:
304 for flag in self.__flags:
316 self.__flags.append(flag)
335 for flag in self.__flags:
349 for flag in reversed(self.__flags):
355 return list(self.__flags)
514 str(self.ordered_params), str(self.__flags))
/external/bison/darwin-lib/
H A Dspawn.h773 short int *_Restrict_ __flags)
777 short int *_Restrict_ __flags));
782 short int *_Restrict_ __flags)
787 short int *_Restrict_ __flags));
806 (posix_spawnattr_t *__attr, short int __flags)
809 (posix_spawnattr_t *__attr, short int __flags));
813 (posix_spawnattr_t *__attr, short int __flags)
817 (posix_spawnattr_t *__attr, short int __flags));
/external/bison/linux-lib/
H A Dspawn.h773 short int *_Restrict_ __flags)
777 short int *_Restrict_ __flags));
782 short int *_Restrict_ __flags)
787 short int *_Restrict_ __flags));
806 (posix_spawnattr_t *__attr, short int __flags)
809 (posix_spawnattr_t *__attr, short int __flags));
813 (posix_spawnattr_t *__attr, short int __flags)
817 (posix_spawnattr_t *__attr, short int __flags));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp30 ctx(ctx), __flags(flags),
48 return __flags;
H A Dmemory.hpp60 cl_mem_flags __flags; member in struct:_cl_mem
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp30 ctx(ctx), __flags(flags),
48 return __flags;
H A Dmemory.hpp60 cl_mem_flags __flags; member in struct:_cl_mem
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1395 register int __flags __asm__("r0") = tmp_flags;
1442 "i"(__NR_exit), "r"(__stack), "r"(__flags),
1588 register int __flags __asm__("$4") = flags;
1670 "r"(fn), "r"(__stack), "r"(__flags), "r"(arg),
1797 register int __flags __asm__ ("r3") = flags;
1852 "r" (__fn), "r" (__cstack), "r" (__flags),
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h1311 register int __flags __asm__("r0") = tmp_flags;
1358 "i"(__NR_exit), "r"(__stack), "r"(__flags),
1504 register int __flags __asm__("$4") = flags;
1586 "r"(fn), "r"(__stack), "r"(__flags), "r"(arg),
1713 register int __flags __asm__ ("r3") = flags;
1768 "r" (__fn), "r" (__cstack), "r" (__flags),
/external/libcxx/src/
H A Dlocale.cpp4344 ios_base::fmtflags __flags)
4346 if (__flags & ios_base::showpos)
4348 if (__flags & ios_base::showbase)
4352 if ((__flags & ios_base::basefield) == ios_base::oct)
4354 else if ((__flags & ios_base::basefield) == ios_base::hex)
4356 if (__flags & ios_base::uppercase)
4369 ios_base::fmtflags __flags)
4372 if (__flags & ios_base::showpos)
4374 if (__flags & ios_base::showpoint)
4376 ios_base::fmtflags floatfield = __flags
4343 __format_int(char* __fmtp, const char* __len, bool __signd, ios_base::fmtflags __flags) argument
4368 __format_float(char* __fmtp, const char* __len, ios_base::fmtflags __flags) argument
[all...]
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5022 int __flags; member in struct:__gconv_step_data

Completed in 523 milliseconds