Searched refs:isZeroSized (Results 1 – 5 of 5) sorted by relevance
176 bool isZeroSized{false}; in CFI_section() local195 isZeroSized = true; in CFI_section()207 result->base_addr = isZeroSized ? source->base_addr : shiftedBaseAddr; in CFI_section()
132 bool isZeroSized() const { in isZeroSized() 239 return !isZeroSized() && getSizeInBits().isKnownMultipleOf(8); in isRound() 131 bool isZeroSized() const { isZeroSized() function
1717 if (VT.isZeroSized() || Alignment >= DL.getABITypeAlign(Ty)) { in getVectorTypeBreakdown()
2267 static bool isZeroSized(const LValue &Value) { in CheckLValueConstantExpression() 14442 if ((RHSValue.Base && isZeroSized(LHSValue)) || in VisitUnaryReal() 14443 (LHSValue.Base && isZeroSized(RHSValue))) in VisitUnaryReal() 2134 static bool isZeroSized(const LValue &Value) { isZeroSized() function
[all...]