/external/clang/test/CodeGen/ |
D | struct.c | 15 int a; member 42 typedef struct NA { struct 44 struct NA *next; argument 45 } NA; typedef 46 void f1() { NA a; } in f1() local 100 short a,b; member 112 int a; member 113 } a; typedef 135 struct a14 { short a; int b; } x = {1, 1}; member 138 struct a15 {char a; int b[];} c15; member [all …]
|
/external/clang/test/CXX/special/class.copy/ |
D | p11.0x.copy.cpp | 39 …NoAccess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because fie… member 45 NoAccess NA; member 150 A a; member 156 mutable A a; // expected-note {{deleted because field 'a' has a deleted copy constructor}} member
|
D | p11.0x.move.cpp | 37 NoAccess NA; // expected-note{{deleted because field 'NA' has an inaccessible move constructor}} member 43 NoAccess NA; member 185 A a, b(a), c(static_cast<A&&>(a)); in f() local
|
/external/clang/test/SemaCXX/ |
D | exceptions.cpp | 14 } catch(A a) { // expected-error {{cannot catch incomplete type 'A'}} in trys() local 15 } catch(A *a) { // expected-error {{cannot catch pointer to incomplete type 'A'}} in trys() local 16 } catch(A &a) { // expected-error {{cannot catch reference to incomplete type 'A'}} in trys() local 112 namespace NA { struct S; } namespace
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-back-references-pr13207.cpp | 16 void foo_bt(bool a, B<bool(bool)> b) {} in foo_bt() 63 namespace NA { namespace 121 namespace NA { namespace 142 void foobar(NA::Y<Y<X> > a, Y<Y<X> >) {} in foobar() 145 void foobarspam(Y<X> a, NA::Y<Y<X> > b, Y<Y<X> >) {} in foobarspam() 148 void foobarbaz(Y<X> a, NA::Y<Y<X> > b, Y<Y<X> >, Y<Y<X> > c) {} in foobarbaz() 151 void foobarbazqux(Y<X> a, NA::Y<Y<X> > b, Y<Y<X> >, Y<Y<X> > c , NA::Y<Y<Y<X> > > d) {} in foobarbazqux()
|
/external/chromium_org/third_party/accessibility-audit/ |
D | axs_testing.js | 25 goog.isDef = function(a) { argument 28 goog.exportPath_ = function(a, b, c) { argument 36 goog.define = function(a, b) { argument 45 goog.provide = function(a) { argument 57 goog.setTestOnly = function(a) { argument 62 goog.forwardDeclare = function(a) { argument 64 COMPILED || (goog.isProvided_ = function(a) { argument 67 goog.getObjectByName = function(a, b) { argument 77 goog.globalize = function(a, b) { argument 83 goog.addDependency = function(a, b, c) { argument [all …]
|
/external/chromium_org/third_party/dom_distiller_js/package/js/ |
D | domdistiller.js | 18 function Ak(a){return new yk[a]} argument 36 function Ek(a,b){var c;hv[c=++iv]=Ek;(jv[c]=JG+gA,a).a=b;iv=c-1} argument 37 function Yk(a,b){var c;hv[c=++iv]=Yk;(jv[c]=Ow+FB,a).p=b;iv=c-1} argument 38 function cl(a,b){var c;hv[c=++iv]=cl;(jv[c]=Yv+Rx,a).b=b;iv=c-1} argument 39 function eh(a,b){var c;hv[c=++iv]=eh;(jv[c]=zG+ly,a).a+=b;iv=c-1} argument 40 function gh(a,b){var c;hv[c=++iv]=gh;(jv[c]=zG+sy,a).a+=b;iv=c-1} argument 41 function fh(a,b){var c;hv[c=++iv]=fh;(jv[c]=zG+Hv,a).a+=b;iv=c-1} argument 42 function ll(a){var b;hv[b=++iv]=ll;this.a=(jv[b]=bw+Hv,a);iv=b-1} argument 43 function Jl(a){var b;hv[b=++iv]=Jl;this.a=(jv[b]=ow+Bx,a);iv=b-1} argument 44 function Tl(a){var b;hv[b=++iv]=Tl;this.a=(jv[b]=jw+Cx,a);iv=b-1} argument [all …]
|