Home
last modified time | relevance | path

Searched refs:supportSourceEvalMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h209 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } in supportSourceEvalMethod() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h795 virtual bool supportSourceEvalMethod() const { return true; } in supportSourceEvalMethod() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1285 if (!PP.getTargetInfo().supportSourceEvalMethod() && in ParseCompoundStatementBody()