Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h233 CmpInst::Predicate getCond() const { in getCond() function
/openbsd-src/gnu/llvm/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.h2027 Expr *getCond() { in getCond() function
2031 const Expr *getCond() const { in getCond() function
2258 Expr *getCond() { in getCond() function
2262 const Expr *getCond() const { in getCond() function
2438 Expr *getCond() { in getCond() function
2442 const Expr *getCond() const { in getCond() function
2540 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function
2541 const Expr *getCond() const { in getCond() function
2610 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
2615 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
H A DExpr.h4175 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4256 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4292 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
4571 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
H A DStmtOpenMP.h1330 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2307 BasicBlock *getCond() const { in getCond() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1010 Init *getCond(unsigned Num) const { in getCond() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11666 Expr *getCond() const { return C; } in getCond() function in __anon7e4ded5b4111::OpenMPAtomicCompareChecker