Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dvector-gcc-compat.c56 void uintTestType(char a, short b, int c, long long d);
268 void uintTestType(char a, short b, int c, long long d) { in uintTestType() function
H A Dvector-gcc-compat.cpp32 void uintTestType(char a, short b, int c, long long d); // expected-warning {{'long long' is incomp…
240 void uintTestType(char a, short b, int c, long long d) { // expected-warning {{'long long' is incom… in uintTestType() function