HomeSort by relevance Sort by last modified time
    Searched full:declarations (Results 1 - 25 of 3854) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class/class.friend/
p6.cpp 5 friend static class B; // expected-error {{'static' is invalid in friend declarations}}
6 friend extern class C; // expected-error {{'extern' is invalid in friend declarations}}
8 friend register class E; // expected-error {{'register' is invalid in friend declarations}}
10 friend register class E; // expected-error {{'register' is invalid in friend declarations}}
12 friend mutable class F; // expected-error {{'mutable' is invalid in friend declarations}}
13 friend typedef class G; // expected-error {{'typedef' is invalid in friend declarations}}
14 friend __thread class G; // expected-error {{'__thread' is invalid in friend declarations}}
15 friend _Thread_local class G; // expected-error {{'_Thread_local' is invalid in friend declarations}}
16 friend static _Thread_local class G; // expected-error {{'static _Thread_local' is invalid in friend declarations}}
18 friend auto class D; // expected-warning {{incompatible with C++11}} expected-error {{'auto' is invalid in friend declarations}}
    [all...]
  /external/clang/test/SemaObjCXX/
objc-decls-inside-namespace.mm 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}}
7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
9 @compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global scope}}
11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}}
14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}}
17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}}
20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}}
26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}}
27 @implementation B //expected-error{{Objective-C declarations may only appear in global scope}
    [all...]
  /external/deqp/data/gles2/shaders/
keywords.test 13 ${DECLARATIONS}
30 ${DECLARATIONS}
47 ${DECLARATIONS}
64 ${DECLARATIONS}
81 ${DECLARATIONS}
98 ${DECLARATIONS}
115 ${DECLARATIONS}
132 ${DECLARATIONS}
149 ${DECLARATIONS}
166 ${DECLARATIONS}
    [all...]
constants.test 15 ${DECLARATIONS}
33 ${DECLARATIONS}
47 ${DECLARATIONS}
60 ${DECLARATIONS}
73 ${DECLARATIONS}
86 ${DECLARATIONS}
99 ${DECLARATIONS}
112 ${DECLARATIONS}
125 ${DECLARATIONS}
138 ${DECLARATIONS}
    [all...]
reserved_operators.test 12 ${DECLARATIONS}
31 ${DECLARATIONS}
50 ${DECLARATIONS}
69 ${DECLARATIONS}
88 ${DECLARATIONS}
107 ${DECLARATIONS}
126 ${DECLARATIONS}
145 ${DECLARATIONS}
164 ${DECLARATIONS}
183 ${DECLARATIONS}
    [all...]
scoping.test 14 ${DECLARATIONS}
40 ${DECLARATIONS}
65 ${DECLARATIONS}
93 ${DECLARATIONS}
118 ${DECLARATIONS}
145 ${DECLARATIONS}
172 ${DECLARATIONS}
201 ${DECLARATIONS}
227 ${DECLARATIONS}
254 ${DECLARATIONS}
    [all...]
  /external/deqp/data/gles3/shaders/
keywords.test 14 ${DECLARATIONS}
32 ${DECLARATIONS}
50 ${DECLARATIONS}
68 ${DECLARATIONS}
86 ${DECLARATIONS}
104 ${DECLARATIONS}
122 ${DECLARATIONS}
140 ${DECLARATIONS}
158 ${DECLARATIONS}
176 ${DECLARATIONS}
    [all...]
preprocessor.test 9 ${DECLARATIONS}
24 ${DECLARATIONS}
39 ${DECLARATIONS}
59 ${DECLARATIONS}
74 ${DECLARATIONS}
89 ${DECLARATIONS}
107 ${DECLARATIONS}
125 ${DECLARATIONS}
143 ${DECLARATIONS}
165 ${DECLARATIONS:single-line
    [all...]
constants.test 17 ${DECLARATIONS}
37 ${DECLARATIONS}
53 ${DECLARATIONS}
68 ${DECLARATIONS}
83 ${DECLARATIONS}
98 ${DECLARATIONS}
113 ${DECLARATIONS}
128 ${DECLARATIONS}
143 ${DECLARATIONS}
158 ${DECLARATIONS}
    [all...]
switch.test 8 ${DECLARATIONS}
29 ${DECLARATIONS}
51 ${DECLARATIONS}
73 ${DECLARATIONS}
95 ${DECLARATIONS}
119 ${DECLARATIONS}
142 ${DECLARATIONS}
164 ${DECLARATIONS}
187 ${DECLARATIONS}
209 ${DECLARATIONS}
    [all...]
declarations.test 1 group invalid_declarations "Invalid declarations"
141 ${DECLARATIONS}
200 ${DECLARATIONS}
214 ${DECLARATIONS}
231 ${DECLARATIONS}
244 ${DECLARATIONS}
261 ${DECLARATIONS}
285 ${DECLARATIONS}
305 ${DECLARATIONS}
322 ${DECLARATIONS}
    [all...]
negative.test 11 ${DECLARATIONS}
27 ${DECLARATIONS}
42 ${DECLARATIONS}
58 ${DECLARATIONS}
74 ${DECLARATIONS}
90 ${DECLARATIONS}
invalid_texture_functions.test 12 ${DECLARATIONS}
31 ${DECLARATIONS}
50 ${DECLARATIONS}
69 ${DECLARATIONS}
88 ${DECLARATIONS}
107 ${DECLARATIONS}
126 ${DECLARATIONS}
145 ${DECLARATIONS}
164 ${DECLARATIONS}
183 ${DECLARATIONS}
    [all...]
scoping.test 14 ${DECLARATIONS}
40 ${DECLARATIONS}
65 ${DECLARATIONS}
93 ${DECLARATIONS}
118 ${DECLARATIONS}
145 ${DECLARATIONS}
172 ${DECLARATIONS}
201 ${DECLARATIONS}
227 ${DECLARATIONS}
254 ${DECLARATIONS}
    [all...]
conditionals.test 14 ${DECLARATIONS}
37 ${DECLARATIONS}
64 ${DECLARATIONS}
88 ${DECLARATIONS}
112 ${DECLARATIONS}
135 ${DECLARATIONS}
158 ${DECLARATIONS}
182 ${DECLARATIONS}
207 ${DECLARATIONS}
233 ${DECLARATIONS}
    [all...]
  /external/clang/test/SemaCXX/
implicit-int.cpp 3 x; // expected-error{{C++ requires a type specifier for all declarations}}
5 f(int y) { return y; } // expected-error{{C++ requires a type specifier for all declarations}}
pr18284-crash-on-invalid.cpp 8 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
19 A::RunTest() {} // expected-error {{C++ requires a type specifier for all declarations}}
  /dalvik/dx/tests/118-find-usages/
info.txt 1 Creates a .dex file and runs find usages on it to find references and declarations.
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 27 NonClass::type; // expected-error {{not a class}} expected-warning {{access declarations are deprecated}}
28 NonClass::hiding; // expected-error {{not a class}} expected-warning {{access declarations are deprecated}}
29 NonClass::union_member; // expected-error {{not a class}} expected-warning {{access declarations are deprecated}}
30 NonClass::enumerator; // expected-error {{not a class}} expected-warning {{access declarations are deprecated}}
46 A::type; // expected-warning {{access declarations are deprecated}}
47 A::hiding; // expected-warning {{access declarations are deprecated}}
48 A::union_member; // expected-warning {{access declarations are deprecated}}
49 A::enumerator; // expected-warning {{access declarations are deprecated}}
50 A::tagname; // expected-warning {{access declarations are deprecated}}
89 A::type; // expected-warning {{access declarations are deprecated}
    [all...]
  /external/clang/test/Sema/
surpress-deprecated.c 1 // RUN: %clang_cc1 -fsyntax-only -Wno-deprecated-declarations -verify %s
  /ndk/tests/build/test-inet-defs/
README 1 This test is there to check that certain declarations are correctly provided
  /external/libhevc/decoder/
ihevcd_itrans_recon_dc.h 53 /* C function declarations */
57 /* A9Q function declarations */
61 /* A9A function declarations */
65 /* SSSE3 function declarations */
69 /* SSS4.2 function declarations */
73 /* armv8 function declarations */
ihevcd_fmt_conv.h 91 /* C function declarations */
97 /* A9Q function declarations */
102 /* A9A function declarations */
107 /* SSSe31 function declarations */
110 /* SSE4 function declarations */
113 /* armv8 function declarations */
  /external/libhevc/common/
ihevc_itrans.h 24 * Functions declarations for inverse transform
68 /* C function declarations */
75 /* A9 Q function declarations */
82 /* A9 Q function declarations */
89 /* SSSE3 function declarations */
96 /* SSE4.2 function declarations */
103 /* armv8 function declarations */
ihevc_weighted_pred.h 24 * Function declarations used for buffer management
119 /* C function declarations */
127 /* A9 Q function declarations */
135 /* A9 A function declarations */
143 /* NEONINTR function declarations */
150 /* SSSE3 function declarations */
158 /* SSE42 function declarations */
166 /* AVX2 function declarations */
170 /* armv8 function declarations */

Completed in 1070 milliseconds

1 2 3 4 5 6 7 8 91011>>