Home
last modified time | relevance | path

Searched defs:warn1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstant-conversion.cpp9 char warn1 = false ? 0 : 99999; in too_big_for_char() local
H A Ddestructor.cpp412 void warn1() { in warn1() function
/llvm-project/clang/test/Sema/
H A Dflexible-array-in-union.c132 struct warn1 { struct
133 int a;
134 union {
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnon-const-parameter.cpp16 void warn1(int *first, int *last) { in warn1() function