Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp871 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); in VisitIfStmt()
HDCoverageMappingGen.cpp1932 if (S->isNegatedConsteval()) { in coverIfConsteval()
HDCGStmt.cpp799 const Stmt *Executed = S.isNegatedConsteval() ? S.getThen() : S.getElse(); in EmitIfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1648 attributeOnlyIfTrue("constevalIsNegated", IS->isNegatedConsteval()); in VisitIfStmt()
HDStmtPrinter.cpp308 if (If->isNegatedConsteval()) in PrintRawIfStmt()
HDTextNodeDumper.cpp1275 if (Node->isNegatedConsteval()) in VisitIfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2332 bool isNegatedConsteval() const { in isNegatedConsteval() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp4299 if (IS->isNegatedConsteval()) in visitIfStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8051 S->isNegatedConsteval()); in TransformIfStmt()