Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h84 bool isNull() { in isNull() function
/freebsd/contrib/llvm-project/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.h133 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function
H A DTypeLoc.h121 bool isNull() const { return !Ty; } in isNull() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h101 bool isNull() const { return Addr == 0; } in isNull() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h107 bool isNull() const { return Addr == 0; } in isNull() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp414 template <typename T> static bool isNull(T Node) { return !Node; } in isNull() function in ParentMapContext::ParentMap::ASTVisitor
415 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
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h167 bool isNull() const { return !Value; } in isNull() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h190 bool isNull() const { isNull() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h391 bool isNull() const { return !Addr.isValid(); } in isNull() function
H A DCGExprCXX.cpp1716 llvm::Value *isNull = Builder.CreateIsNull(allocation, "new.isnull"); in EmitCXXNewExpr() local
H A DCGCall.cpp4137 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); in emitWriteback() local
4275 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); in emitWritebackArg() local
H A DCGClass.cpp359 llvm::Value *isNull = Builder.CreateIsNull(Value); in GetAddressOfBaseClass() local
H A DItaniumCXXABI.cpp999 llvm::Value *isNull = Builder.CreateICmpEQ(src, null, "memptr.isnull"); in EmitMemberPointerConversion() local
H A DCGObjCMac.cpp1737 llvm::Value *isNull = CGF.Builder.CreateIsNull(receiver); in init() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1051 bool isNull() const { return InfoPtr.getOpaqueValue() == nullptr; } in isNull() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp394 ConditionTruthVal ProgramState::isNull(SVal V) const { in isNull() function in ProgramState
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp134 auto isNull = [&](Expr *E) -> bool { in BuiltinARMMemoryTaggingCall() local
/freebsd/contrib/bmake/
H A Dsuff.c173 bool isNull:1; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c606 isNull(struct iso9660 *iso9660, const unsigned char *h, unsigned offset, in isNull() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h562 bool isNull() const { in isNull() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp351 bool isNull() const { in isNull() function in __anon6862249c0111::AMDGPUOperand

12