Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h42 Analyzer(const Stmt &Stm, ASTContext &Context, Memoized &Memorized) in Analyzer()
43 : Stm(Stm), Context(Context), Memorized(Memorized) {} in Analyzer()
78 const Stmt &Stm; member
83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() argument
84 : Memorized(), A(Stm, Context, Memorized) {} in ExprMutationAnalyzer()
88 static bool isUnevaluated(const Stmt *Stm, ASTContext &Context);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp325 Stm, Context); in tryEachDeclRef()
334 bool ExprMutationAnalyzer::isUnevaluated(const Stmt *Stm, ASTContext &Context) { in isUnevaluated() argument
353 hasControllingExpr(hasDescendant(equalsNode(Stm)))), in isUnevaluated()
355 *Stm, Context) in isUnevaluated()
504 Stm, Context); in findDirectMutation()
518 Stm, Context); in findMemberMutation()
532 Stm, Context); in findArrayElementMutation()
544 Stm, Context); in findCastMutation()
557 Stm, Context); in findCastMutation()
567 Stm, Context); in findCastMutation()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp871 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); in VisitIfStmt() local
872 if (Stm) in VisitIfStmt()
873 Visit(Stm); in VisitIfStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11173 ExprResult ActOnGCCAsmStmtString(Expr *Stm, bool ForAsmLabel);