Searched refs:MutexExp (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 465 void buildSExprFromExpr(const Expr *MutexExp, const Expr *DeclExp, in buildSExprFromExpr() argument 469 if (MutexExp) { in buildSExprFromExpr() 470 if (const StringLiteral* SLit = dyn_cast<StringLiteral>(MutexExp)) { in buildSExprFromExpr() 484 buildSExpr(MutexExp, nullptr); in buildSExprFromExpr() 520 if (!MutexExp) in buildSExprFromExpr() 523 buildSExpr(MutexExp, &CallCtx); in buildSExprFromExpr() 528 if (!MutexExp) in buildSExprFromExpr() 531 buildSExpr(MutexExp, &CallCtx); in buildSExprFromExpr() 547 SExpr(const Expr *MutexExp, const Expr *DeclExp, const NamedDecl *D, in SExpr() argument 549 buildSExprFromExpr(MutexExp, DeclExp, D, SelfDecl); in SExpr() [all …]
|