Home
last modified time | relevance | path

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

/freebsd-src/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.h4173 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } getCond() function
4254 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } getCond() function
4290 inline Expr *AbstractConditionalOperator::getCond() const { getCond() function
4569 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } getCond() function
[all...]
H A DStmtOpenMP.h1345 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } getCond() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h323 CmpInst::Predicate getCond() const { getCond() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2793 BasicBlock *getCond() const { getCond() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1088 Init *getCond(unsigned Num) const { in getCond() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1394 VPValue *getCond() const { getCond() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11934 Expr *getCond() const { return C; } getCond() function in __anon265630164111::OpenMPAtomicCompareChecker
[all...]