Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1958 static bool IsConstantCall(const CallExpr *E) { in IsConstantCall() function
2009 return IsConstantCall(cast<CallExpr>(E)); in IsGlobalLValue()
9093 if (IsConstantCall(E)) in VisitCallExpr()