Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp2724 ACC_bottom, enumerator
2734 if (left == ACC_bottom) return right; in merge()
2735 if (right == ACC_bottom) return left; in merge()
2772 return ACC_bottom; in VisitExpr()
2780 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
2789 return ACC_bottom; in VisitCastExpr()
2844 return ACC_bottom; in VisitDeclRefExpr()
2882 return ACC_bottom; in checkCallToFunction()
3096 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3136 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]