Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp557 uint64_t NullValue = 0; global() member in llvm::jitlink::MachOJITLinker_arm64
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2354 llvm::Value *NullValue = nullptr; EmitDynamicCast() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4152 Constant *NullValue = Constant::getNullValue(Ty); visitFreeze() local
H A DInstCombineCompares.cpp6897 Value *NullValue = Constant::getNullValue(X->getType()); foldICmpCommutative() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3822 SmallVector<Value *, 2> NullValue; initializeMap() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp492 std::string NullValue; DiagnoseSentinelCalls() local
13035 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; CheckPtrComparisonWithNullChar() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7229 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); visit() local