Home
last modified time | relevance | path

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

/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/bindings/ocaml/llvm/
H A Dllvm.ml302 | NullValue Constructor
H A Dllvm.mli337 | NullValue Constructor
H A Dllvm_ocaml.c632 NullValue = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3478 Constant *NullValue = Constant::getNullValue(I.getType()); in visitFreeze() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3563 SmallVector<Value *, 2> NullValue; in initializeMap() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp458 std::string NullValue; in DiagnoseSentinelCalls() local
11648 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
/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