Home
last modified time | relevance | path

Searched refs:DestVal (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp311 SVal DestVal = UnknownVal(); in VisitCXXDestructor() local
313 DestVal = loc::MemRegionVal(Dest); in VisitCXXDestructor()
314 DestVal = makeZeroElementRegion(State, DestVal, ObjectType); in VisitCXXDestructor()
315 Dest = DestVal.getAsRegion(); in VisitCXXDestructor()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp2465 Constant *DestVal = ComputeLoadResult(getVal(Ptr)); in EvaluateBlock() local
2466 if (Val->isNullValue() && DestVal && DestVal->isNullValue()) { in EvaluateBlock()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.cpp1382 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0, in GetIndirectGotoBlock() local
1386 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()