Searched refs:isZeroSized (Results 1 – 3 of 3) sorted by relevance
302 bool isZeroSized{false}; in CFI_section() local321 isZeroSized = true; in CFI_section()333 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
1580 static bool isZeroSized(const LValue &Value) { in isZeroSized() function7649 if ((RHSValue.Base && isZeroSized(LHSValue)) || in VisitBinaryOperator()7650 (LHSValue.Base && isZeroSized(RHSValue))) in VisitBinaryOperator()
2038 static bool isZeroSized(const LValue &Value) { in isZeroSized() function12654 if ((RHSValue.Base && isZeroSized(LHSValue)) || in EvaluateComparisonBinaryOperator()12655 (LHSValue.Base && isZeroSized(RHSValue))) in EvaluateComparisonBinaryOperator()