Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp583 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2355 llvm::Value *NullValue = nullptr; in EmitDynamicCast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5078 Value *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
H A DInstCombineCompares.cpp7510 Value *NullValue = Constant::getNullValue(X->getType()); in foldICmpCommutative() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4253 SmallVector<Value *, 2> NullValue; in initializeMap() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp479 std::string NullValue; in DiagnoseSentinelCalls() local
12362 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7604 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local