Searched refs:ACO (Results 1 – 4 of 4) sorted by relevance
153 void ambiguous2(AmbiguousConvOp ACO, long L) {} // NO-WARN: Ambiguous, one-way. in ambiguous2() argument
184 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>(E)) in isGLValueFromPointerDeref() 185 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref() local 186 isGLValueFromPointerDeref(ACO->getFalseExpr()); in isGLValueFromPointerDeref()
14285 const AbstractConditionalOperator *ACO = in PrepareBuiltinElementwiseMathOneArgCall() 14288 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx, in PrepareBuiltinElementwiseMathOneArgCall() 14291 TypeExpr = ACO->getTrueExpr(); in PrepareBuiltinElementwiseMathOneArgCall() 14293 TypeExpr = ACO->getFalseExpr(); in PrepareBuiltinElementwiseMathOneArgCall() 13914 const AbstractConditionalOperator *ACO = FindTypeTagExpr() local
5121 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>( in emitReduction() 5125 RHSExpr = ACO->getCond(); in emitReduction() 5132 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>( emitReduction() local