Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.h192 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } in supportSourceEvalMethod() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h769 virtual bool supportSourceEvalMethod() const { return true; } in supportSourceEvalMethod() function