Searched defs:supportSourceEvalMethod (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | X86.h | 211 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } supportSourceEvalMethod() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 822 virtual bool supportSourceEvalMethod() const { return true; } supportSourceEvalMethod() function |