Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DX86.h135 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
397 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
402 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h596 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp978 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()