Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1504 static bool isZeroSized(const LValue &Value) { in isZeroSized() function
7353 if ((RHSValue.Base && isZeroSized(LHSValue)) || in VisitBinaryOperator()
7354 (LHSValue.Base && isZeroSized(RHSValue))) in VisitBinaryOperator()