Home
last modified time | relevance | path

Searched defs:isNull (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSemaFixItUtils.h84 bool isNull() { in isNull() function
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h127 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { in isNull() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclGroup.h79 bool isNull() const { return D == nullptr; } in isNull() function
H A DCanonicalType.h97 bool isNull() const { in isNull() function
H A DDeclContextInternals.h121 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function
H A DTypeLoc.h120 bool isNull() const { return !Ty; } in isNull() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DParentMapContext.cpp395 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 DTemplateName.cpp119 bool TemplateName::isNull() const { return Storage.isNull(); } in isNull() function in TemplateName
H A DAPValue.cpp179 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 Dtem01.C59 bool isNull() const {return the_p==0;} in isNull() function
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h107 bool isNull() const { return Addr == 0; } in isNull() function
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dexecutor_address.h101 bool isNull() const { return Addr == 0; } in isNull() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h167 bool isNull() const { return !Value; } in isNull() function
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DTwine.h190 bool isNull() const { in isNull() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h373 bool isNull() const { return !Addr.isValid(); } in isNull() function
H A DCGExprCXX.cpp1691 llvm::Value *isNull = in EmitCXXNewExpr() local
H A DCGCall.cpp3892 llvm::Value *isNull = in emitWriteback() local
4031 llvm::Value *isNull = in emitWritebackArg() local
H A DCGClass.cpp360 llvm::Value *isNull = Builder.CreateIsNull(Value.getPointer()); in GetAddressOfBaseClass() local
H A DItaniumCXXABI.cpp891 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull"); in EmitMemberPointerConversion() local
H A DCGObjCMac.cpp1729 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver); in init() local
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h829 bool isNull() const { return InfoPtr == 0; } in isNull() function
H A DDiagnostic.h91 bool isNull() const { in isNull() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp381 ConditionTruthVal ProgramState::isNull(SVal V) const { in isNull() function in ProgramState
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp2072 bool isNull = true; in ConstantFoldGetElementPtr() local
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h562 bool isNull() const { in isNull() function

12