Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y187 %type <value> NullValue
898 | NullValue
951 NullValue : kw_NULL
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp664 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3478 Constant *NullValue = Constant::getNullValue(I.getType()); in visitFreeze() local
3480 Constant *C = NullValue; in visitFreeze()
3494 BestValue = NullValue; in visitFreeze()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c632 NullValue = 0, enumerator
664 return Val_int(NullValue); in llvm_classify_value()
H A Dllvm.ml302 | NullValue Constructor
H A Dllvm.mli337 | NullValue Constructor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp458 std::string NullValue; in DiagnoseSentinelCalls() local
460 NullValue = "nil"; in DiagnoseSentinelCalls()
462 NullValue = "nullptr"; in DiagnoseSentinelCalls()
464 NullValue = "NULL"; in DiagnoseSentinelCalls()
466 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
473 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
11648 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
11656 << NullValue in CheckPtrComparisonWithNullChar()
11658 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
11664 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3563 SmallVector<Value *, 2> NullValue; in initializeMap() local
3574 NullValue.push_back(AM.OriginalValue); in initializeMap()
3578 for (auto *V : NullValue) in initializeMap()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3687.txt1037 the <NullValue> rule [9].
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
6976 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()