Home
last modified time | relevance | path

Searched refs:getAsDouble (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp98 if (W.getAsDouble(A) || A < 0.0 || A > 1.0) in parseSanitizerWeightedValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp598 bool StringRef::getAsDouble(double &Result, bool AllowInexact) const { in getAsDouble() function in StringRef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h554 LLVM_ABI bool getAsDouble(double &Result, bool AllowInexact = true) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp445 if (Flt.getString().getAsDouble(Val, false)) in parseSingleFloat()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2364 if (V.getAsDouble(A) || A < 0.0 || A > 1.0) { in ParseCodeGenArgs()