/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolID.h | 57 bool isNull() const { return *this == SymbolID(); } in isNull() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Predicate.h | 46 bool isNull() const { return def == nullptr; } in isNull() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaFixItUtils.h | 84 bool isNull() { in isNull() function
|
/llvm-project/mlir/include/mlir/Query/Matcher/ |
H A D | VariantValue.h | 51 bool isNull() const { return !value; } in isNull() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 143 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) { in isNull() function
|
/llvm-project/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 { isNull() function
|
H A D | DeclContextInternals.h | 133 bool isNull() const { return Data.getPointer().isNull(); } in isNull() function
|
H A D | TypeLoc.h | 121 bool isNull() const { return !Ty; } in isNull() function
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 101 bool isNull() const { return Addr == 0; } in isNull() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 107 bool isNull() const { return Addr == 0; } isNull() function
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 167 bool isNull() const { return !Value; } in isNull() function
|
/llvm-project/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 414 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 D | TemplateName.cpp | 119 bool TemplateName::isNull() const { return Storage.isNull(); } isNull() function in TemplateName
|
H A D | APValue.cpp | 179 bool APValue::LValueBase::isNull() const { in isNull() function in APValue::LValueBase
|
/llvm-project/polly/include/polly/Support/ |
H A D | ScopHelper.h | 302 bool isNull() const { return !I; } isNull() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Twine.h | 194 bool isNull() const { in isNull() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 391 bool isNull() const { return !Addr.isValid(); } isNull() function
|
H A D | CGExprCXX.cpp | 1716 llvm::Value *isNull = Builder.CreateIsNull(allocation, "new.isnull"); EmitCXXNewExpr() local
|
H A D | CGCall.cpp | 4154 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); emitWriteback() local 4292 llvm::Value *isNull = CGF.Builder.CreateIsNull(srcAddr, "icr.isnull"); emitWritebackArg() local
|
H A D | CGClass.cpp | 358 llvm::Value *isNull = Builder.CreateIsNull(Value); in GetAddressOfBaseClass() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 1051 bool isNull() const { return InfoPtr.getOpaqueValue() == nullptr; } in isNull() function
|
H A D | Diagnostic.h | 91 bool isNull() const { isNull() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 394 ConditionTruthVal ProgramState::isNull(SVal V) const { isNull() function in ProgramState
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 134 auto isNull = [&](Expr *E) -> bool { BuiltinARMMemoryTaggingCall() local
|