OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypedefSandwich2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
padding_message.cpp
159
// expected-warning@+1{{Excessive padding in '
TypedefSandwich2
' (6 padding bytes, where 2 is optimal)}}
162
// expected-warning@+1{{Excessive padding in '
TypedefSandwich2
::NestedTypedef' (6 padding bytes, where 2 is optimal)}}
170
}
TypedefSandwich2
;
padding_cpp.cpp
168
typedef struct { // expected-warning{{Excessive padding in '
TypedefSandwich2
'}}
170
typedef struct { // expected-warning{{Excessive padding in '
TypedefSandwich2
::NestedTypedef'}}
177
}
TypedefSandwich2
;
Completed in 193 milliseconds