Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.h206 bool supportSourceEvalMethod() const override { return SSELevel > NoSSE; } in supportSourceEvalMethod() function
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h822 virtual bool supportSourceEvalMethod() const { return true; } in supportSourceEvalMethod() function
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1297 if (!PP.getTargetInfo().supportSourceEvalMethod() && in ParseCompoundStatementBody()