Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp192 if (IS->isNonNegatedConsteval()) in visitIfStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2118 bool isNonNegatedConsteval() const { in isNonNegatedConsteval() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp5270 Cond = IS->isNonNegatedConsteval(); in EvaluateStmt()