Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h917 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
924 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
994 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
998 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
1075 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
1076 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
1120 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
1121 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
1186 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
1191 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
DStmtCXX.h159 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function
173 const Expr *getCond() const { in getCond() function
DExpr.h3204 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
3287 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
3320 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
3592 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
DStmtOpenMP.h626 Expr *getCond() const { in getCond() function
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h712 BasicBlock *getCond() const { return Cond; } in getCond() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h1979 Expr *getCond() { in getCond() function
1983 const Expr *getCond() const { in getCond() function
2181 Expr *getCond() { in getCond() function
2185 const Expr *getCond() const { in getCond() function
2361 Expr *getCond() { in getCond() function
2365 const Expr *getCond() const { in getCond() function
2463 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function
2464 const Expr *getCond() const { in getCond() function
2533 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
2538 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
DStmtCXX.h166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function
180 const Expr *getCond() const { in getCond() function
DExpr.h4088 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4169 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4205 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
4484 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
DStmtOpenMP.h942 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h924 Init *getCond(unsigned Num) const { in getCond() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h953 Init *getCond(unsigned Num) const { in getCond() function