Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3143 ACC_bottom, enumerator
3153 if (left == ACC_bottom) return right; in merge()
3154 if (right == ACC_bottom) return left; in merge()
3191 return ACC_bottom; in VisitExpr()
3199 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
3208 return ACC_bottom; in VisitCastExpr()
3264 return ACC_bottom; in VisitDeclRefExpr()
3304 return ACC_bottom; in checkCallToFunction()
3551 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3592 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]