Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h402 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp883 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargets.cpp2619 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anon2066a7b00111::X86TargetInfo
4052 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anon2066a7b00111::NetBSDI386TargetInfo
4057 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()