Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2220 Expr *getCond() { in getCond() function
2224 const Expr *getCond() const { in getCond() function
2456 Expr *getCond() { in getCond() function
2460 const Expr *getCond() const { in getCond() function
2641 Expr *getCond() { in getCond() function
2645 const Expr *getCond() const { in getCond() function
2748 Expr *getCond() { return reinterpret_cast<Expr *>(SubExprs[COND]); } in getCond() function
2749 const Expr *getCond() const { in getCond() function
2828 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() function
2833 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() function
HDStmtCXX.h167 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() function
181 const Expr *getCond() const { in getCond() function
HDExpr.h4226 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4307 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
4343 inline Expr *AbstractConditionalOperator::getCond() const { in getCond() function
4622 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() function
HDStmtOpenMP.h1346 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGenericMachineInstrs.h361 CmpInst::Predicate getCond() const { in getCond() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPIRBuilder.h3389 BasicBlock *getCond() const { in getCond() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1088 Init *getCond(unsigned Num) const { in getCond() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h1603 VPValue *getCond() const { in getCond() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp11599 Expr *getCond() const { return C; } in getCond() function in __anon0864d4de4411::OpenMPAtomicCompareChecker