Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dstatic-array.c3 void cat0(int a[static 0]) {} // expected-warning {{zero size arrays are an extension}} \ in cat0() function
13 cat0(0); // expected-warning {{null passed to a callee that requires a non-null argument}} in f()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp152 auto cat0{type0.category()}; in IsIntrinsicRelational() local
154 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()
H A Dexpression.cpp3425 auto cat0{leftType->category()}; in IsIntrinsicNumeric() local
3426 return cat0 == TypeCategory::Integer || cat0 == TypeCategory::Real; in IsIntrinsicNumeric()