Home
last modified time | relevance | path

Searched refs:NullValue (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp536 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c631 NullValue = 0, enumerator
663 return Val_int(NullValue); in llvm_classify_value()
H A Dllvm.ml302 | NullValue Constructor
H A Dllvm.mli337 | NullValue Constructor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4000 Constant *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
4002 Constant *C = NullValue; in visitFreeze()
4011 BestValue = NullValue; in visitFreeze()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp478 std::string NullValue; in DiagnoseSentinelCalls() local
480 NullValue = "nil"; in DiagnoseSentinelCalls()
482 NullValue = "nullptr"; in DiagnoseSentinelCalls()
484 NullValue = "NULL"; in DiagnoseSentinelCalls()
486 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
493 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
12597 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
12605 << NullValue in CheckPtrComparisonWithNullChar()
12607 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
12613 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3680 SmallVector<Value *, 2> NullValue; in initializeMap() local
3691 NullValue.push_back(AM.OriginalValue); in initializeMap()
3695 for (auto *V : NullValue) in initializeMap()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7063 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
7065 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()