HomeSort by relevance Sort by last modified time
    Searched refs:SomeStruct (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
attr-selectany.cpp 42 struct SomeStruct {};
43 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}}
47 extern const SomeStruct some_struct;
50 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 *);
  /external/clang/test/Analysis/
malloc.c 1471 SomeStruct ss;
    [all...]

Completed in 86 milliseconds