Home
last modified time | relevance | path

Searched defs:supportSourceEvalMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h209 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } supportSourceEvalMethod() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h795 virtual bool supportSourceEvalMethod() const { return true; } supportSourceEvalMethod() function