Searched refs:ACO (Results 1 – 4 of 4) sorted by relevance
1674 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>(E)) in isGLValueFromPointerDeref() local1675 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref()1676 isGLValueFromPointerDeref(ACO->getFalseExpr()); in isGLValueFromPointerDeref()
2682 if (auto *ACO = dyn_cast<AbstractConditionalOperator>( in emitReduction() local2686 RHSExpr = ACO->getCond(); in emitReduction()
389 kssl_krb5_auth_con_free(krb5_context CO, krb5_auth_context ACO) in kssl_krb5_auth_con_free() argument395 return (p_krb5_auth_con_free(CO, ACO)); in kssl_krb5_auth_con_free()
9479 const AbstractConditionalOperator *ACO = in FindTypeTagExpr() local9482 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx)) { in FindTypeTagExpr()9484 TypeExpr = ACO->getTrueExpr(); in FindTypeTagExpr()9486 TypeExpr = ACO->getFalseExpr(); in FindTypeTagExpr()