Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DX86.h163 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
458 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function
463 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()
DOSTargets.h733 unsigned getFloatEvalMethod() const override { return 1; } in getFloatEvalMethod() function
/external/clang/include/clang/Basic/
DTargetInfo.h402 virtual unsigned getFloatEvalMethod() const { return 0; } in getFloatEvalMethod() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h673 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/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp1031 Builder.defineMacro("__FLT_EVAL_METHOD__", Twine(TI.getFloatEvalMethod())); in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargets.cpp2619 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anond4862fe70111::X86TargetInfo
4052 unsigned getFloatEvalMethod() const override { in getFloatEvalMethod() function in __anond4862fe70111::NetBSDI386TargetInfo
4057 return X86_32TargetInfo::getFloatEvalMethod(); in getFloatEvalMethod()