Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DASTOps.h117 if (TIE->isPotentiallyEvaluated()) in TraverseCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h83 if (E->isPotentiallyEvaluated()) in VisitCXXTypeidExpr()
H A DExprCXX.h875 bool isPotentiallyEvaluated() const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp132 AST_MATCHER(CXXTypeidExpr, isPotentiallyEvaluated) { in AST_MATCHER() argument
133 return Node.isPotentiallyEvaluated(); in AST_MATCHER()
295 unless(isPotentiallyEvaluated())), in isUnevaluated()
H A DCFG.cpp4164 if (!S->isTypeDependent() && S->isPotentiallyEvaluated()) in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp135 bool CXXTypeidExpr::isPotentiallyEvaluated() const { in isPotentiallyEvaluated() function in CXXTypeidExpr
202 if (!isPotentiallyEvaluated()) in hasNullCheck()
H A DExpr.cpp3786 if (!TE->isPotentiallyEvaluated()) in HasSideEffects()
H A DExprConstant.cpp8799 if (!E->isPotentiallyEvaluated()) { in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1101 if (!DC->isPotentiallyEvaluated()) in canTypeidThrow()
H A DSemaTemplateDeduction.cpp4710 parentEvaluationContext().isPotentiallyEvaluated() && in DeduceTemplateArguments()
H A DSemaExprCXX.cpp700 if (CTE->isPotentiallyEvaluated() && !CTE->isMostDerived(Context)) in ActOnCXXTypeid()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2210 if (E->isPotentiallyEvaluated() && !E->isMostDerived(getContext())) in EmitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6403 bool isPotentiallyEvaluated() const { in isPotentiallyEvaluated() function