Searched refs:cat0 (Results 1 – 3 of 3) sorted by relevance
3 void cat0(int a[static 0]) {} // expected-warning {{zero size arrays are an extension}} \ in cat0() function13 cat0(0); // expected-warning {{null passed to a callee that requires a non-null argument}} in f()
152 auto cat0{type0.category()}; in IsIntrinsicRelational() local154 if (IsNumericTypeCategory(cat0) && IsNumericTypeCategory(cat1)) { in IsIntrinsicRelational()158 (cat0 != TypeCategory::Complex && cat1 != TypeCategory::Complex); in IsIntrinsicRelational()161 return cat0 == TypeCategory::Character && cat1 == TypeCategory::Character; in IsIntrinsicRelational()
3425 auto cat0{leftType->category()}; in IsIntrinsicNumeric() local3426 return cat0 == TypeCategory::Integer || cat0 == TypeCategory::Real; in IsIntrinsicNumeric()