Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp2598 ACC_bottom, enumerator
2608 if (left == ACC_bottom) return right; in merge()
2609 if (right == ACC_bottom) return left; in merge()
2646 return ACC_bottom; in VisitExpr()
2654 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
2663 return ACC_bottom; in VisitCastExpr()
2718 return ACC_bottom; in VisitDeclRefExpr()
2756 return ACC_bottom; in checkCallToFunction()
2970 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3010 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]