Searched defs:getCond (Results 1 – 6 of 6) sorted by relevance
166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function180 const Expr *getCond() const { in getCond() function
1982 Expr *getCond() { in getCond() function1986 const Expr *getCond() const { in getCond() function2185 Expr *getCond() { in getCond() function2189 const Expr *getCond() const { in getCond() function2365 Expr *getCond() { in getCond() function2369 const Expr *getCond() const { in getCond() function2467 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function2468 const Expr *getCond() const { in getCond() function2537 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function2542 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
4090 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function4171 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function4207 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function4486 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
1246 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
1135 BasicBlock *getCond() const { return Cond; } in getCond() function
957 Init *getCond(unsigned Num) const { in getCond() function