Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1831 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function
1832 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function
/freebsd-src/contrib/bmake/
H A Dvar.c3484 Substring thenExpr = LazyBuf_Get(&thenBuf); ApplyModifier_IfElse() local