Searched defs:getCond (Results 1 – 8 of 8) sorted by relevance
233 CmpInst::Predicate getCond() const { in getCond() function
166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function180 const Expr *getCond() const { in getCond() function
2027 Expr *getCond() { in getCond() function2031 const Expr *getCond() const { in getCond() function2258 Expr *getCond() { in getCond() function2262 const Expr *getCond() const { in getCond() function2438 Expr *getCond() { in getCond() function2442 const Expr *getCond() const { in getCond() function2540 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function2541 const Expr *getCond() const { in getCond() function2610 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function2615 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
4175 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function4256 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function4292 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function4571 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
1330 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
2307 BasicBlock *getCond() const { in getCond() function
1010 Init *getCond(unsigned Num) const { in getCond() function
11666 Expr *getCond() const { return C; } in getCond() function in __anon7e4ded5b4111::OpenMPAtomicCompareChecker