Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h373 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp841 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp2244 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anon571d397e0211::X86TargetInfo
3620 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anon571d397e0211::NetBSDI386TargetInfo
3625 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()