Searched defs:ACC_bottom (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2812 ACC_bottom, enumerator in enum:__anon18056::ACCResult
2822 if (left == ACC_bottom) return right;
2823 if (right == ACC_bottom) return left;
2860 return ACC_bottom;
2868 if (isAnyRetainable(TargetClass)) return ACC_bottom;
2877 return ACC_bottom;
2932 return ACC_bottom;
2970 return ACC_bottom;
3215 assert(CreateRule != ACC_bottom && "This cast should already be accepted.");
3256 assert(CreateRule != ACC_bottom
[all...]

Completed in 36 milliseconds