Searched defs:LHSIsNull (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6551 bool LHSIsNull = LHS.get()->isNullPointerConstant(Context, local
6574 && !LHSIsNull && !RHSIsNull) {
6604 && !LHSIsNull && !RHSIsNull)
6612 if (LHSIsNull && !RHSIsNull)
6637 if (LHSIsNull &&
6671 if (!LHSIsNull && !RHSIsNull &&
6685 if (!LHSIsNull && !RHSIsNull) {
6694 if (LHSIsNull && !RHSIsNull)
6718 if (LHSIsNull && !RHSIsNull)
6731 if (LHSIsNull
[all...]

Completed in 48 milliseconds