Home
last modified time | relevance | path

Searched defs:a21 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp69 int a21[__builtin_classify_type(complex_i) == complex_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp266 A a21 = {a21}; // expected-warning {{variable 'a21' is uninitialized when used within its own initialization}} setupA() local
330 A a21 = {a21}; // expected-warning {{variable 'a21' is uninitialized when used within its own initialization}} global() variable
/llvm-project/clang/test/Analysis/
H A Dpr22954.c407 struct aa * a21 = malloc(sizeof(struct aa) * 2); in f21() local