Home
last modified time | relevance | path

Searched refs:isNegatedConsteval (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp194 if (IS->isNegatedConsteval()) in visitIfStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp654 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); in VisitIfStmt()
H A DCGStmt.cpp765 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : S.getElse(); in EmitIfStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1500 attributeOnlyIfTrue("constevalIsNegated", IS->isNegatedConsteval()); in VisitIfStmt()
H A DTextNodeDumper.cpp962 if (Node->isNegatedConsteval()) in VisitIfStmt()
H A DStmtPrinter.cpp303 if (If->isNegatedConsteval()) in PrintRawIfStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2122 bool isNegatedConsteval() const { in isNegatedConsteval() function