Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.h168 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
467 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
472 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()
H A DOSTargets.h731 unsigned getFloatEvalMethod() const override { return 1; } in getFloatEvalMethod() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h690 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp1078 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()