Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h899 printSExpr(E->thenExpr(), SS, Prec_Unary); in printIfThenElse()
907 printSExpr(E->thenExpr(), SS, Prec_Other); in printIfThenElse()
H A DThreadSafetyTIL.h1829 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function
1830 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function
1848 Ct = Cmp.compare(thenExpr(), E->thenExpr()); in compare()