/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | SemaFixItUtils.h | 84 bool isNull() { in isNull() function
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 127 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { in isNull() function
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclGroup.h | 79 bool isNull() const { return D == nullptr; } in isNull() function
|
H A D | CanonicalType.h | 97 bool isNull() const { in isNull() function
|
H A D | DeclContextInternals.h | 121 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function
|
H A D | TypeLoc.h | 120 bool isNull() const { return !Ty; } in isNull() function
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 395 template <typename T> static bool isNull(T Node) { return !Node; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor 396 static bool isNull(ObjCProtocolLoc Node) { return false; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor
|
H A D | TemplateName.cpp | 119 bool TemplateName::isNull() const { return Storage.isNull(); } in isNull() function in TemplateName
|
H A D | APValue.cpp | 179 bool APValue::LValueBase::isNull() const { in isNull() function in APValue::LValueBase
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
H A D | tem01.C | 59 bool isNull() const {return the_p==0;} in isNull() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 107 bool isNull() const { return Addr == 0; } in isNull() function
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | executor_address.h | 101 bool isNull() const { return Addr == 0; } in isNull() function
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 167 bool isNull() const { return !Value; } in isNull() function
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Twine.h | 190 bool isNull() const { in isNull() function
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCall.h | 373 bool isNull() const { return !Addr.isValid(); } in isNull() function
|
H A D | CGExprCXX.cpp | 1691 llvm::Value *isNull = in EmitCXXNewExpr() local
|
H A D | CGCall.cpp | 3892 llvm::Value *isNull = in emitWriteback() local 4031 llvm::Value *isNull = in emitWritebackArg() local
|
H A D | CGClass.cpp | 360 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer()); in GetAddressOfBaseClass() local
|
H A D | ItaniumCXXABI.cpp | 891 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull"); in EmitMemberPointerConversion() local
|
H A D | CGObjCMac.cpp | 1729 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver); in init() local
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 829 bool isNull() const { return InfoPtr == 0; } in isNull() function
|
H A D | Diagnostic.h | 91 bool isNull() const { in isNull() function
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 381 ConditionTruthVal ProgramState::isNull(SVal V) const { in isNull() function in ProgramState
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 2072 bool isNull = true; in ConstantFoldGetElementPtr() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | COFF.h | 562 bool isNull() const { in isNull() function
|