Searched refs:MutexExp (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 470 void buildSExprFromExpr(const Expr *MutexExp, const Expr *DeclExp, in buildSExprFromExpr() argument 474 if (MutexExp) { in buildSExprFromExpr() 475 if (const StringLiteral* SLit = dyn_cast<StringLiteral>(MutexExp)) { in buildSExprFromExpr() 489 buildSExpr(MutexExp, 0); in buildSExprFromExpr() 526 if (MutexExp == 0) in buildSExprFromExpr() 529 buildSExpr(MutexExp, &CallCtx); in buildSExprFromExpr() 534 if (MutexExp == 0) in buildSExprFromExpr() 537 buildSExpr(MutexExp, &CallCtx); in buildSExprFromExpr() 553 SExpr(const Expr* MutexExp, const Expr *DeclExp, const NamedDecl* D, in SExpr() argument 555 buildSExprFromExpr(MutexExp, DeclExp, D, SelfDecl); in SExpr() [all …]
|