Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h167 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function
181 const Expr *getCond() const { in getCond() function
H A DExpr.h4342 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4423 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4459 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
4816 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
H A DStmtOpenMP.h1331 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h364 CmpInst::Predicate getCond() const { in getCond() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3681 BasicBlock *getCond() const { in getCond() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1037 const Init *getCond(unsigned Num) const { return getConds()[Num]; } in getCond() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1663 VPValue *getCond() const { in getCond() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11673 Expr *getCond() const { return C; } in getCond() function in __anon1dd12e444711::OpenMPAtomicCompareChecker