Home
last modified time | relevance | path

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

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