OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldThatPointsToANonPODType
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
offsetof-0x.cpp
9
NonPOD
fieldThatPointsToANonPODType
;
13
int i = __builtin_offsetof(P,
fieldThatPointsToANonPODType
.m); // expected-warning{{offset of on non-standard-layout type 'P'}}
offsetof.cpp
9
NonPOD
fieldThatPointsToANonPODType
;
13
int i = __builtin_offsetof(P,
fieldThatPointsToANonPODType
.m); // expected-warning{{offset of on non-POD type 'P'}}
Completed in 27 milliseconds