Home
last modified time | relevance | path

Searched defs:a20 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DUUIDTest.cpp19 UUID a20 = UUID("12345678901234567890", 20); in TEST() local
41 UUID a20 = UUID(zeroes.data(), 20); in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp68 int a20[__builtin_classify_type(atomic_d) == real_type_class ? 1 : -1]; in foo() local
H A Duninitialized.cpp265 A a20{a20}; // expected-warning {{variable 'a20' is uninitialized when used within its own initialization}} setupA() local
329 A a20{a20}; // expected-warning {{variable 'a20' is uninitialized when used within its own initialization}} global() variable
/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c76 int a20[__builtin_classify_type(bitint) == bitint_type_class ? 1 : -1]; in foo() local
/llvm-project/clang/test/Analysis/
H A Dpr22954.c371 struct aa * a20 = malloc(sizeof(struct aa) * 2); in f20() local