Searched refs:DVal (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VforkChecker.cpp | 157 Optional<DefinedOrUnknownSVal> DVal = in checkPostCall() local 159 if (!DVal) in checkPostCall() 177 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal); in checkPostCall()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 154 s64 DVal; in formatString() local 162 DVal = HaveLL ? va_arg(Args, s64) in formatString() 165 Res += appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero); in formatString()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 701 SmallVector<double, 0> DVal; in TDOFold() local 709 DVal.push_back(tr[i].result); in TDOFold() 723 for (unsigned i = 0; i < DVal.size(); ++i) { in TDOFold() 724 FVal.push_back((float)DVal[i]); in TDOFold() 729 ArrayRef<double> tmp(DVal); in TDOFold() 986 SmallVector<double, 0> DVal; in fold_pow() local 993 DVal.push_back(V); in fold_pow() 997 for (unsigned i=0; i < DVal.size(); ++i) { in fold_pow() 998 FVal.push_back((float)DVal[i]); in fold_pow() 1003 ArrayRef<double> tmp(DVal); in fold_pow()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 745 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl() local 746 if (!DVal->isVariadic()) { in constructVariableDIEImpl() 747 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in constructVariableDIEImpl() 774 DwarfDebug::emitDebugLocValue(*Asm, BT, *DVal, DwarfExpr); in constructVariableDIEImpl() 781 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in constructVariableDIEImpl() 831 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TransferTest.cpp | 2784 const auto *DVal = in TEST() local 2786 ASSERT_THAT(DVal, NotNull()); in TEST() 2802 EXPECT_EQ(&FooVal->getRightSubValue(), DVal); in TEST()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6335 llvm::Value *DVal = D ? EmitRValueWithCastIfNeeded(X, D) : nullptr; in emitOMPAtomicCompareExpr() local 6340 if (DVal) in emitOMPAtomicCompareExpr() 6341 if (auto *CI = dyn_cast<llvm::ConstantInt>(DVal)) in emitOMPAtomicCompareExpr() 6342 DVal = CGF.Builder.CreateIntCast( in emitOMPAtomicCompareExpr() 6367 CGF.Builder, XOpVal, VOpVal, ROpVal, EVal, DVal, AO, Op, IsXBinopExpr, in emitOMPAtomicCompareExpr()
|