Home
last modified time | relevance | path

Searched refs:ACC_bottom (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExprObjC.cpp3114 ACC_bottom, enumerator
3124 if (left == ACC_bottom) return right; in merge()
3125 if (right == ACC_bottom) return left; in merge()
3162 return ACC_bottom; in VisitExpr()
3170 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
3179 return ACC_bottom; in VisitCastExpr()
3235 return ACC_bottom; in VisitDeclRefExpr()
3275 return ACC_bottom; in checkCallToFunction()
3520 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3561 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]