Searched defs:b10 (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/Sema/ |
H A D | for.c | 13 void b10(void) { for (typedef struct { int i; } (*s)(struct { int j; });;); } // expected-error {{n… in b10() function
|
H A D | attr-read-only-placement.cpp | 28 B b10[5][5][5]; // expected-warning {{object of type 'B' cannot be placed in read-only memory}} variable
|
/llvm-project/flang/test/Semantics/ |
H A D | symbol15.f90 | 196 procedure, nopass :: b10 => ext2 method 224 procedure, nopass :: b10 => ext2 method
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-return-qualifiers.cpp | 48 const volatile float &b10() { return *(float*)0; } in b10() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-auto-cast-remove-stars.cpp | 211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
|
H A D | use-auto-cast.cpp | 211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
|
/llvm-project/lldb/test/API/lang/c/bitfields/ |
H A D | main.c | 29 b9 : 1, b10 : 1, b11 : 1, b12 : 1, b13 : 1, b14 : 1, b15 : 1, b16 : 1, member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | stringview-nullptr.cpp | 303 std::string_view b10 = {nullptr}; in stack_construction() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | uninitialized.cpp | 468 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}} setupB() local 503 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}} global() variable 1168 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} global() variable 1226 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} global() member [all...] |