Home
last modified time | relevance | path

Searched defs:ConditionalOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1790 EmitBranchOnBoolExpr(const Expr * Cond,llvm::BasicBlock * TrueBlock,llvm::BasicBlock * FalseBlock,uint64_t TrueCount,Stmt::Likelihood LH,const Expr * ConditionalOp) EmitBranchOnBoolExpr() argument
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp196 const auto &ConditionalOp = TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19256 auto *ConditionalOp = new (Context) actOnOMPReductionKindClause() local