Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h360 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp832 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp1974 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anonb5624ff00a11::X86TargetInfo
3313 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anonb5624ff00c11::NetBSDI386TargetInfo
3318 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()