HomeSort by relevance Sort by last modified time
    Searched full:_bool (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread_nonshared.a 51 p? ?!? ? ?#? ? ?)n\B? ../stdio-commonpthread_atfork.c_itoa.h7!#????| ?$;? ?tt;u# ?__pthread_atfork;long long intpthread_atfork.c/build/buildd/glibc-2.7/build-tree/glibc-2.7/nptlchildpreparelong unsigned intlong long unsigned int_itoa_upper_digits__dso_handleunsigned charcharlong int__pthread_atfork_Bool_itoa_lower_digitsshort unsigned intsigned charparentshort intunsigned intGNU C 4.2.3 (Ubuntu 4.2.3-2ubuntu7)GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)?$?.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.text.__i686.get_pc_thunk.bx.note.GNU-stack.group?4@; p %|+|0|?B > ? ?R`N p  b?<^ x  o?,~?'z ? ? ? ? ?0/O?~*??????? p ?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libpthread_nonshared.a 51 p? ?!? ? ?#? ? ?)n\B? ../stdio-commonpthread_atfork.c_itoa.h7!#????| ?$;? ?tt;u# ?__pthread_atfork;long long intpthread_atfork.c/build/buildd/glibc-2.7/build-tree/glibc-2.7/nptlchildpreparelong unsigned intlong long unsigned int_itoa_upper_digits__dso_handleunsigned charcharlong int__pthread_atfork_Bool_itoa_lower_digitsshort unsigned intsigned charparentshort intunsigned intGNU C 4.2.3 (Ubuntu 4.2.3-2ubuntu7)GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)?$?.symtab.strtab.shstrtab.rel.text.data.bss.debug_abbrev.rel.debug_info.rel.debug_line.rel.debug_frame.debug_loc.rel.debug_pubnames.rel.debug_aranges.debug_str.comment.text.__i686.get_pc_thunk.bx.note.GNU-stack.group?4@; p %|+|0|?B > ? ?R`N p  b?<^ x  o?,~?'z ? ? ? ? ?0/O?~*??????? p ?
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_sgi.h 49 #if !defined(_BOOL)
  /external/clang/test/SemaObjC/
blocks.m 3 #define bool _Bool
30 bar5(objectCreationBlock); // expected-error {{incompatible block pointer types passing 'id (^)(_Bool)' to parameter of type 'id (^)(void)'}}
32 bar5(objectCreationBlock); // expected-error {{incompatible block pointer types passing 'id (^)(_Bool)' to parameter of type 'id (^)(void)'}}
objc-literal-sig.m 2 typedef _Bool BOOL;
  /external/clang/docs/
HowToSetupToolingForLLVM.rst 127 (ImplicitCastExpr 0x44d96d0 <line:65:9> '_Bool':'_Bool' <UserDefinedConversion>
133 if (this->ASTList.operator _Bool())
135 if (this->ASTDump.operator _Bool())
137 if (this->ASTPrint.operator _Bool())
  /external/libffi/src/x86/
ffi64.c 235 _Bool in_return, int *pngpr, int *pnsse)
299 _Bool sse0 = SSE_CLASS_P (classes[0]);
300 _Bool sse1 = n == 2 && SSE_CLASS_P (classes[1]);
350 _Bool ret_in_memory;
497 _Bool sse0 = SSE_CLASS_P (classes[0]);
498 _Bool sse1 = SSE_CLASS_P (classes[1]);
  /external/clang/test/Analysis/
stackaddrleak.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -std=c99 -Dbool=_Bool %s
  /external/clang/test/CodeGen/
bitfield-2.c 209 _Bool f1 : 1;
210 _Bool f2 : 1;
240 _Bool f0 : 2;
258 _Bool test_6() {
  /external/clang/test/Parser/
method-prototype-1.m 42 - (void) _Bool : (int) woodo, ... ;
  /external/clang/test/Sema/
bitfield.c 21 int g : (_Bool)1;
  /external/clang/docs/analyzer/
DebugChecks.rst 87 In C, the argument can be typed as 'int' or as '_Bool'.
112 In C, the argument can be typed as 'int' or as '_Bool'.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 192 #define PB_DS_ASSERT_BASE_NODE_CONSISTENT(_Node, _Bool) \
193 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 168 #define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool) \
169 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 300 #define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool) \
301 _GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 192 #define PB_DS_ASSERT_BASE_NODE_CONSISTENT(_Node, _Bool) \
193 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 168 #define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool) \
169 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 300 #define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool) \
301 _GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 192 #define PB_DS_ASSERT_BASE_NODE_CONSISTENT(_Node, _Bool) \
193 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 168 #define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool) \
169 _GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \

Completed in 790 milliseconds

1 2 34 5 6 7 8 91011>>