Home
last modified time | relevance | path

Searched refs:isPotentialConstantExpr (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DContext.h44 bool isPotentialConstantExpr(State &Parent, const FunctionDecl *FnDecl);
H A DContext.cpp29 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { in isPotentialConstantExpr() function in Context
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h565 static bool isPotentialConstantExpr(const FunctionDecl *FD,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp16155 bool Expr::isPotentialConstantExpr(const FunctionDecl *FD, in isPotentialConstantExpr() function in Expr
16181 Info.Ctx.getInterpContext().isPotentialConstantExpr(Info, FD); in isPotentialConstantExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp2425 !Expr::isPotentialConstantExpr(Dcl, Diags)) { in CheckConstexprFunctionBody()