Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp2863 ACC_bottom, enumerator
2873 if (left == ACC_bottom) return right; in merge()
2874 if (right == ACC_bottom) return left; in merge()
2911 return ACC_bottom; in VisitExpr()
2919 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
2928 return ACC_bottom; in VisitCastExpr()
2984 return ACC_bottom; in VisitDeclRefExpr()
3024 return ACC_bottom; in checkCallToFunction()
3269 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3310 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]