/minix3/external/bsd/llvm/dist/clang/lib/Headers/ |
H A D | stdbool.h | 31 #define bool _Bool macro 37 #define bool bool macro
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | transforms_ipo.go | 22 func boolToUnsigned(b bool) C.unsigned { 39 func (pm PassManager) AddInternalizePass(allButMain bool) {
|
/minix3/sys/sys/ |
H A D | stdbool.h | 37 #define bool _Bool macro
|
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
H A D | rewrite-cast-to-bool.mm | 8 -(void)setBool:(bool)Arg; argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | pr9812.c | 3 #define bool _Bool macro
|
H A D | cxx0x-delegating-ctors.cpp | 25 foo::foo (bool) : foo(true) { // expected-error{{creates a delegation cycle}} in foo() argument
|
H A D | convert-to-bool.cpp | 39 void accepts_bool(bool) { } // expected-note{{candidate function}} in accepts_bool() argument
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | fixit-uninit.c | 10 #define bool _Bool macro
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | goto.mm | 10 - (void)method:(bool)b { argument
|
H A D | warn-objc-literal-conversion.mm | 11 + (NSNumber *)numberWithBool:(bool)value; argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | virtual-bases.cpp | 25 C::C(bool) { } in C() argument
|
H A D | cxx0x-delegating-ctors.cpp | 26 delegator::delegator(bool) in delegator() argument
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | complete-exprs.m | 4 #define bool _Bool macro
|
/minix3/games/monop/ |
H A D | deck.h | 36 #define bool char macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ConstantsScanner.h | 46 inline constant_iterator(const Function *F, bool) // end ctor in constant_iterator() argument
|
H A D | RegionIterator.h | 109 inline RNSuccIterator(NodeType* node, bool) in RNSuccIterator() argument 199 inline RNSuccIterator(NodeType* node, bool) : in RNSuccIterator() argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | blocks.m | 3 #define bool _Bool macro 27 void foo5(id (^objectCreationBlock)(bool)) { category
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | CFG.h | 50 inline PredIterator(Ptr *bb, bool) : It(bb->user_end()) {} in PredIterator() argument 148 inline SuccIterator(Term_ T, bool) // end iterator in SuccIterator() argument
|
H A D | User.h | 73 void operator delete(void*, unsigned, bool) { in delete() argument
|
H A D | InstIterator.h | 66 template<class M> InstIterator(M &m, bool) in InstIterator() argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | IntervalPartition.cpp | 93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() argument
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | parentheses.cpp | 69 friend S operator+(const S &lhs, bool) { return S(); } in operator +() argument
|
/minix3/usr.bin/ctags/ |
H A D | ctags.h | 38 #define bool char macro
|
/minix3/external/public-domain/xz/dist/src/common/ |
H A D | sysdefs.h | 148 # define bool _Bool macro
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | instantiation-default-1.cpp | 96 Def6<bool, int[5], float(double, double), in test_Def6()
|