Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 78) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dstdbool.h31 #define bool _Bool macro
37 #define bool bool macro
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dtransforms_ipo.go22 func boolToUnsigned(b bool) C.unsigned {
39 func (pm PassManager) AddInternalizePass(allButMain bool) {
/minix3/sys/sys/
H A Dstdbool.h37 #define bool _Bool macro
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-cast-to-bool.mm8 -(void)setBool:(bool)Arg; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dpr9812.c3 #define bool _Bool macro
H A Dcxx0x-delegating-ctors.cpp25 foo::foo (bool) : foo(true) { // expected-error{{creates a delegation cycle}} in foo() argument
H A Dconvert-to-bool.cpp39 void accepts_bool(bool) { } // expected-note{{candidate function}} in accepts_bool() argument
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-uninit.c10 #define bool _Bool macro
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dgoto.mm10 - (void)method:(bool)b { argument
H A Dwarn-objc-literal-conversion.mm11 + (NSNumber *)numberWithBool:(bool)value; argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dvirtual-bases.cpp25 C::C(bool) { } in C() argument
H A Dcxx0x-delegating-ctors.cpp26 delegator::delegator(bool) in delegator() argument
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-exprs.m4 #define bool _Bool macro
/minix3/games/monop/
H A Ddeck.h36 #define bool char macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantsScanner.h46 inline constant_iterator(const Function *F, bool) // end ctor in constant_iterator() argument
H A DRegionIterator.h109 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 Dblocks.m3 #define bool _Bool macro
27 void foo5(id (^objectCreationBlock)(bool)) { category
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h50 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 DUser.h73 void operator delete(void*, unsigned, bool) { in delete() argument
H A DInstIterator.h66 template<class M> InstIterator(M &m, bool) in InstIterator() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DIntervalPartition.cpp93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() argument
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dparentheses.cpp69 friend S operator+(const S &lhs, bool) { return S(); } in operator +() argument
/minix3/usr.bin/ctags/
H A Dctags.h38 #define bool char macro
/minix3/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h148 # define bool _Bool macro
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp96 Def6<bool, int[5], float(double, double), in test_Def6()

1234