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.cpp558 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2318 llvm::Value *NullValue = nullptr; in EmitDynamicCast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4640 Constant *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
H A DInstCombineCompares.cpp7226 Value *NullValue = Constant::getNullValue(X->getType()); in foldICmpCommutative() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3916 SmallVector<Value *, 2> NullValue; in initializeMap() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp482 std::string NullValue; in DiagnoseSentinelCalls() local
12015 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7290 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local