Home
last modified time | relevance | path

Searched defs:b10 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dfor.c13 void b10(void) { for (typedef struct { int i; } (*s)(struct { int j; });;); } // expected-error {{n… in b10() function
H A Dattr-read-only-placement.cpp28 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 Dsymbol15.f90196 procedure, nopass :: b10 => ext2 method
224 procedure, nopass :: b10 => ext2 method
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp48 const volatile float &b10() { return *(float*)0; } in b10() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-cast-remove-stars.cpp211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
H A Duse-auto-cast.cpp211 const B *b10 = s.template_member_get<B>(); in f_template_cast() local
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c29 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 Dstringview-nullptr.cpp303 std::string_view b10 = {nullptr}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp468 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...]