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