Home
last modified time | relevance | path

Searched defs:Stm (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h78 const Stmt &Stm; member
83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() argument
104 isUnevaluated(const Stmt * Smt,const Stmt & Stm,ASTContext & Context) isUnevaluated() argument
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp273 isUnevaluated(const Stmt * Exp,const Stmt & Stm,ASTContext & Context) isUnevaluated() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp873 const Stmt *Stm = S->isNegatedConsteval() ? S->getThen() : S->getElse(); VisitIfStmt() local