Home
last modified time | relevance | path

Searched refs:isNonNegatedConsteval (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp369 if (IS->isNonNegatedConsteval()) in visitIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1807 assert(S->isNonNegatedConsteval()); in coverIfConsteval()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2321 bool isNonNegatedConsteval() const { in isNonNegatedConsteval() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5356 Cond = IS->isNonNegatedConsteval(); in EvaluateStmt()