Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp371 if (IS->isNegatedConsteval()) in visitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp782 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); in VisitIfStmt()
H A DCoverageMappingGen.cpp1797 if (S->isNegatedConsteval()) { in coverIfConsteval()
H A DCGStmt.cpp774 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : S.getElse(); in EmitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1605 attributeOnlyIfTrue("constevalIsNegated", IS->isNegatedConsteval()); in VisitIfStmt()
H A DTextNodeDumper.cpp1055 if (Node->isNegatedConsteval()) in VisitIfStmt()
H A DStmtPrinter.cpp305 if (If->isNegatedConsteval()) in PrintRawIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2325 bool isNegatedConsteval() const { in isNegatedConsteval() function