Home
last modified time | relevance | path

Searched defs:getCond (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function
180 const Expr *getCond() const { in getCond() function
H A DStmt.h1982 Expr *getCond() { in getCond() function
1986 const Expr *getCond() const { in getCond() function
2185 Expr *getCond() { in getCond() function
2189 const Expr *getCond() const { in getCond() function
2365 Expr *getCond() { in getCond() function
2369 const Expr *getCond() const { in getCond() function
2467 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function
2468 const Expr *getCond() const { in getCond() function
2537 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
2542 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
H A DExpr.h4090 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4171 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4207 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
4486 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
H A DStmtOpenMP.h1246 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1135 BasicBlock *getCond() const { return Cond; } in getCond() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h957 Init *getCond(unsigned Num) const { in getCond() function