Home
last modified time | relevance | path

Searched refs:thenExpr (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h905 printSExpr(E->thenExpr(), SS, Prec_Unary); in printIfThenElse()
913 printSExpr(E->thenExpr(), SS, Prec_Other); in printIfThenElse()
H A DThreadSafetyTIL.h1831 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function
1832 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function
1850 Ct = Cmp.compare(thenExpr(), E->thenExpr()); in compare()