Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3518 ACC_bottom, enumerator
3528 if (left == ACC_bottom) return right; in merge()
3529 if (right == ACC_bottom) return left; in merge()
3566 return ACC_bottom; in VisitExpr()
3574 if (isAnyRetainable(TargetClass)) return ACC_bottom; in VisitObjCStringLiteral()
3583 return ACC_bottom; in VisitCastExpr()
3639 return ACC_bottom; in VisitDeclRefExpr()
3679 return ACC_bottom; in checkCallToFunction()
3929 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
3970 assert(CreateRule != ACC_bottom && "This cast should already be accepted."); in diagnoseObjCARCConversion()
[all …]