OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SomeStruct
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Analysis/
analyze_display_progress.cpp
7
struct
SomeStruct
{
16
struct
SomeStruct
{
24
// CHECK: analyze_display_progress.cpp
SomeStruct
::f
26
// CHECK: analyze_display_progress.cpp ns::
SomeStruct
::f
malloc.c
[
all
...]
/hardware/interfaces/tests/foo/1.0/
IMyTypes.hal
21
struct
SomeStruct
{
ITheirTypes.hal
21
struct
SomeStruct
{
IFoo.hal
20
import IMyTypes.
SomeStruct
;
87
SomeStruct
innerStruct;
/external/clang/test/SemaCXX/
attr-selectany.cpp
42
struct
SomeStruct
{
45
extern const __declspec(selectany)
SomeStruct
some_struct; // expected-warning {{default initialization of an object of const type 'const
SomeStruct
' without a user-provided default constructor is a Microsoft extension}}
49
extern const
SomeStruct
some_struct;
52
const
SomeStruct
some_struct2; // expected-error {{default initialization of an object of const type 'const
SomeStruct
' without a user-provided default constructor}}
/external/clang/test/Analysis/Inputs/
system-header-simulator.h
93
}
SomeStruct
;
94
void fakeSystemHeaderCall(
SomeStruct
*);
Completed in 752 milliseconds