OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:some_struct
(Results
1 - 7
of
7
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
epilog_test.cpp
6
struct
some_struct
{
struct
/ndk/tests/device/test-stlport/unit/
epilog_test.cpp
6
struct
some_struct
{
struct
/external/clang/test/SemaObjC/
stmts.m
3
struct
some_struct
;
12
} @catch (struct
some_struct
x) { // expected-error {{@catch parameter is not a pointer to an interface type}}
/external/clang/test/CodeCompletion/
preamble.c
1
#include "
some_struct
.h"
/external/clang/test/PCH/
subscripting-literals.m
40
}
some_struct
;
57
some_struct
ss;
/external/clang/test/SemaCXX/
attr-selectany.cpp
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}}
variable
47
extern const SomeStruct
some_struct
;
/external/clang/include/clang/Basic/
AttrDocs.td
603
struct __attribute__((objc_boxable))
some_struct
{
610
typedef struct __attribute__((objc_boxable)) _some_struct
some_struct
;
614
some_struct
ss;
[
all
...]
Completed in 325 milliseconds