Searched defs:getBool (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Analysis/ | ||
H A D | live-variables.m | 8 int getBool(void); function |
/llvm-project/clang/test/CodeGenObjCXX/ | ||
H A D | arc-list-init-destruct.mm | 17 bool getBool() { function |
/llvm-project/llvm/include/llvm/BinaryFormat/ | ||
H A D | MsgPackDocument.h | 92 bool &getBool() { in getBool() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 864 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { getBool() function in ConstantInt |