Searched refs:DVal (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp156 Optional<DefinedOrUnknownSVal> DVal = local
158 if (!DVal)
176 std::tie(ParentState, ChildState) = C.getState()->assume(*DVal);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp153 s64 DVal; local
161 DVal = HaveLL ? va_arg(Args, s64)
163 Res += appendSignedDecimal(&Buffer, BufferEnd, DVal, Width, PadWithZero);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp702 if (auto *DVal = DV.getValueLoc()) {
703 if (DVal->isLocation())
704 addVariableAddress(DV, *VariableDie, DVal->getLoc());
705 else if (DVal->isInt()) {
712 DwarfExpr.addUnsignedConstant(DVal->getInt());
720 addConstantValue(*VariableDie, DVal->getInt(), DV.getType());
721 } else if (DVal->isConstantFP()) {
722 addConstantFPValue(*VariableDie, DVal->getConstantFP());
723 } else if (DVal->isConstantInt()) {
724 addConstantValue(*VariableDie, DVal
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp744 SmallVector<double, 0> DVal; local
752 DVal.push_back(ftbl[i].result);
766 for (unsigned i = 0; i < DVal.size(); ++i) {
767 FVal.push_back((float)DVal[i]);
772 ArrayRef<double> tmp(DVal);
1050 SmallVector<double, 0> DVal; local
1057 DVal.push_back(V);
1061 for (unsigned i=0; i < DVal.size(); ++i) {
1062 FVal.push_back((float)DVal[i]);
1067 ArrayRef<double> tmp(DVal);
[all...]

Completed in 169 milliseconds