/aosp_15_r20/external/compiler-rt/test/cfi/ |
H A D | simple-pass.cpp | 16 void A::g() {} in g() function in A 24 void A2::g() {} in g() function in A2 28 void g() {} in g() function 33 void g() {} in g() function 44 void C::g() {} in g() function in __anond6951ef30111::C 52 void C2::g() {} in g() function in __anond6951ef30111::C2 56 void g() {} in g() function 61 void g() {} in g() function 66 struct E { struct 68 void g() {} in g() function [all …]
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr4xx.cpp | 16 struct E : A, B { struct a b; }; // expected-error {{found in multiple base classes}} argument 42 struct E { struct 43 template<class T, class U = typename T::type> class A : public T {}; 54 void g(B b) { f(b); } in g() function 115 namespace E { namespace 141 template<int N> void g() { int arr[N != 1 ? 1 : -1]; } in g() function 142 template<> void g<2>() { } in g() function 201 void g(int) { M::A::z(); } // expected-error {{private}} in g() function 214 struct E {}; struct 236 void g() { f(0, 0); } // ok in g() function [all …]
|
H A D | dr2xx.cpp | 19 void g() { in g() function 50 void g() { in g() function in dr207::B 104 void g() { in g() function 122 typedef enum { e } *E; typedef 124 void g(E e) { f(e); } in g() function 129 typedef enum { e } *E; typedef 132 void g(S s, S::E e) { s.f(e); } in g() function 168 namespace E { namespace 258 A<T*>::B::type g; // expected-error {{missing 'typename'}} member in dr224::example1::A::B 321 template<typename T> template<typename U> void S<T>::g() {} in g() function in dr226::S [all …]
|
H A D | dr5xx.cpp | 27 void g() { in g() function 36 enum E { e = 1 }; enum 55 void g(NonPod np) { f(np); } // expected-error {{cannot pass}} in g() function 124 enum E { e, }; enum 192 void g(D<double> ppp) { in g() function 198 void g(D<double> *ppp) { in g() function 239 struct E { static P e; }; // FIXME: We should reject this, per dr389. struct 258 template<typename U> void g(T, U) { T::error; } in g() function 266 template<> template<typename U> void A<int>::g(int, U) {} in g() function in dr531::good::A 287 template<typename U> void A<char>::g(char, U) {} in g() function in dr531::good::A [all …]
|
H A D | dr0xx.cpp | 10 void g() { in g() function 75 struct E { operator D&(); } e; struct 112 A::T<A::U, A::k, &A::f> *A::g() { return 0; } in g() function in dr8::A 150 enum E { e }; enum 152 void g() { in g() function 209 void g() { in g() function in dr16::C 225 int g() { return n; } in g() function 272 void g() { f(0, 0); } // expected-error {{ambiguous}} in g() function 282 void (A::*g)() throw () = f; // expected-error {{is not superset of source}} variable 306 enum E { e } n; enum [all …]
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.concat.pass.cpp | 92 const Ptr E = TC.expect; in doConcatSourceAllocTest() local 99 DisableAllocationGuard g; in doConcatSourceAllocTest() local 109 DisableAllocationGuard g; in doConcatSourceAllocTest() local 119 DisableAllocationGuard g; in doConcatSourceAllocTest() local 128 DisableAllocationGuard g; in doConcatSourceAllocTest() local 143 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doConcatSourceAllocTest() local 154 RequireAllocationGuard g; in doConcatSourceAllocTest() local 172 const Ptr E = TC.expect; in doConcatSourceTest() local 258 const Ptr E = TC.expect; in doConcatECharTest() local 357 const char* E = TC.expect; in main() local [all …]
|
H A D | path.append.pass.cpp | 102 const Str& E = EShort; in doAppendSourceAllocTest() local 109 DisableAllocationGuard g; in doAppendSourceAllocTest() local 119 DisableAllocationGuard g; in doAppendSourceAllocTest() local 129 DisableAllocationGuard g; in doAppendSourceAllocTest() local 138 DisableAllocationGuard g; in doAppendSourceAllocTest() local 153 RequireAllocationGuard g; // requires 1 or more allocations occur by default in doAppendSourceAllocTest() local 164 RequireAllocationGuard g; in doAppendSourceAllocTest() local 182 const Ptr E = TC.expect; in doAppendSourceTest() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/ |
D | internal.rs | 32 fn finish(self) -> Result<(I, O), E>; in finish() argument 36 fn finish(self) -> Result<(I, O), E> { in finish() argument 244 fn parse(&mut self, input: I) -> IResult<I, O, E>; in parse() argument 263 H: Parser<I, O2, E>, in flat_map() argument 276 G: Parser<O, O2, E>, in and_then() argument 289 G: Parser<I, O2, E>, in and() argument 298 G: Parser<I, O, E>, in or() argument 306 fn into<O2: From<O>, E2: From<E>>(self) -> Into<Self, O, O2, E, E2> in into() argument 324 fn parse(&mut self, i: I) -> IResult<I, O, E> { in parse() argument 334 fn parse(&mut self, input: I) -> IResult<I, O, E> { in parse() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/ |
H A D | internal.rs | 32 fn finish(self) -> Result<(I, O), E>; in finish() argument 36 fn finish(self) -> Result<(I, O), E> { in finish() argument 244 fn parse(&mut self, input: I) -> IResult<I, O, E>; in parse() argument 263 H: Parser<I, O2, E>, in flat_map() argument 276 G: Parser<O, O2, E>, in and_then() argument 289 G: Parser<I, O2, E>, in and() argument 298 G: Parser<I, O, E>, in or() argument 306 fn into<O2: From<O>, E2: From<E>>(self) -> Into<Self, O, O2, E, E2> in into() argument 324 fn parse(&mut self, i: I) -> IResult<I, O, E> { in parse() argument 334 fn parse(&mut self, input: I) -> IResult<I, O, E> { in parse() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | matrix_graph.rs | 350 pub fn update_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> Option<E> { in update_edge() 371 pub fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) { in add_edge() 380 pub fn remove_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>) -> E { in remove_edge() 423 pub fn edge_weight(&self, a: NodeIndex<Ix>, b: NodeIndex<Ix>) -> &E { in edge_weight() 437 pub fn edge_weight_mut(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>) -> &mut E { in edge_weight_mut() 492 I::Item: IntoWeightedEdge<E>, in from_edges() 496 let mut g = Self::default(); in from_edges() localVariable 511 I::Item: IntoWeightedEdge<E>, in extend_with_edges() 1095 fn index(&self, (ax, bx): (NodeIndex<Ix>, NodeIndex<Ix>)) -> &E { in index() 1108 fn index_mut(&mut self, (ax, bx): (NodeIndex<Ix>, NodeIndex<Ix>)) -> &mut E { in index_mut() [all …]
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-x86-primary-bases.cpp | 9 struct B1 { int a; B1() : a(0xf00000B1) { printf("B1 = %p\n", this); } virtual void g() { printf("B… in g() function 59 virtual void g() { printf("A"); } in g() function 83 virtual void g() { printf("D"); } in g() function 111 struct E : B0, virtual B1 { struct 112 virtual void f() { printf("E"); } in f() argument 113 virtual void g() { printf("E"); } in g() argument 194 struct BX : B0X, B1X { int a; BX() : a(0xf000000B) {} virtual void g() { printf("B"); } }; in BX() function 217 struct CX : B0X, B2X { int a; CX() : a(0xf000000C) {} virtual void g() { printf("C"); } }; in CX() function 273 struct EX : virtual B1X { int a; EX() : a(0xf000000E) {} virtual void g() { printf("E"); } }; in EX() function
|
H A D | ms-x86-aligned-tail-padding.cpp | 57 virtual void g() {} in g() function 211 struct E : B3, B0, virtual V { struct 213 E() : a(0xf000000E) {} in E() argument 356 virtual void g() {} in g() function 408 virtual void g() {} in g() function 458 virtual void g() {} in g() function
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
H A D | p1.cpp | 12 enum class E { enum 19 … enum class E : T { // expected-error {{non-integral type 'void *' is an invalid underlying type}} enum 26 enum class E : T { enum 40 enum class E { in f() enum 48 int g() { in g() function 49 enum class E { in g() enum 72 enum E { enum 79 enum E : T { // expected-error {{non-integral type 'void *' is an invalid underlying type}} enum 86 enum E : T { enum 95 enum E { in f() enum [all …]
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
H A D | p1.cpp | 4 enum E : T; // expected-note {{here}} member 7 E g() { return E::e1; } in g() function 15 template<typename T> enum A<T>::E : T { e1, e2 }; // expected-note 2 {{declared here}} enum 41 template<typename T> enum class B<T>::E { e1, e2 }; enum 46 template<typename T> typename B<T>::E B<T>::g() { return e2; } in g() function in B 54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization… enum 56 template<> enum class B<long long>::E { e3, e4 }; enum 60 template<> enum class B<long>::E { e5 }; enum 66 enum class E : T; member 69 template<> enum class C<long long>::E : long long { e3, e4 }; enum [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | vtable-layout.cpp | 186 void C::g() { } in g() function in Test3::C 277 struct E : A { struct 300 void F::g() { } in g() function in Test4::F 774 class E : virtual D { class 1001 class E : virtual C { }; class 1247 void C::g() { } in g() function in Test25::C 1366 struct E : D { struct 1435 struct E : D { struct 1489 struct E : virtual D { }; struct 1555 struct E : C, virtual D { struct [all …]
|
H A D | microsoft-abi-vbtables.cpp | 92 struct E : D { int e; }; argument 94 struct G : F, virtual E { int g; }; member 95 G g; variable 121 struct E : B, D, virtual A, virtual C { int e; }; argument 150 struct E : virtual D { }; struct 184 struct E : C { int e; }; struct 203 struct E : D, C, B { int e; }; argument 224 struct E : D, C, B { int e; }; argument 245 struct E : D, virtual C, virtual B { int e; }; argument 264 struct E : D, C, B { int e; }; struct [all …]
|
H A D | temporaries.cpp | 113 struct E { struct 280 void g() { in g() function 332 void g() { in g() function 365 void g() { in g() function 711 struct E { const A &a; B b; const C &c; ~E(); }; struct 725 …// CHECK: store {{.*}} @[[TEMPE]], %"struct.MultipleExtension::E"** @_ZN17MultipleExtension2e1E, a…
|
H A D | microsoft-abi-structors.cpp | 195 struct E : virtual C { int e; }; argument 299 struct E : virtual C { struct 303 E::E() { in E() function in constructors::E 442 void g() { new MoveOnly(f()); } in g() function 486 G g; in testG() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/ |
H A D | p3.cpp | 55 int g() { return f(); } in g() function 60 …int g() { return f(); } // expected-error {{call to non-static member function 'f' of 'A' from nes… in g() function 63 struct E { char &f(); }; struct 66 char &g() { return f(); } in g() function 77 template<> struct A<char>::E : A<char> {}; struct in PR14402::A 85 void g() { in g() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | uninitialized.cpp | 30 int g = sizeof(g); variable 64 int g = sizeof(g); in test_stuff() local 98 int g = sizeof(g); in test_stuff() local 135 int g = (h, g, 2); // no-warning: h, g are evaluated but not used. in test_comma() local 645 struct E { struct 646 int b = 1; 647 int c = 1; 648 int a; // This field needs to be last to prevent the cross field 650 …E(char (*)[1]) : a(a ? b : c) {} // expected-warning {{field 'a' is uninitialized when used here}} in E() function 651 …E(char (*)[2]) : a(b ? a : a) {} // expected-warning 2{{field 'a' is uninitialized when used here}} in E() argument [all …]
|
H A D | cxx0x-initializer-constructor.cpp | 63 struct E { struct 64 E(int, int) { static_assert(N == 0, ""); } in E() argument 65 E(X1, int) { static_assert(N == 1, ""); } in E() argument 209 void g() { in g() function 233 template<int N, class Comparator> bool g(const string<N>& s, Comparator cmp) { in g() function 366 void g() { in g() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | graph.rs | 264 let g = gr.add_node("G"); in bipartite() localVariable 397 let mut g = Graph::new_undirected(); in dijk() localVariable 439 let mut g = Graph::new(); in test_astar_null_heuristic() localVariable 469 let mut g = Graph::new(); in test_astar_manhattan_heuristic() localVariable 486 let g = &g; in test_astar_manhattan_heuristic() localVariable 521 let mut g = Graph::new(); in test_astar_runtime_optimal() localVariable 556 let mut g = Graph::new(); in test_astar_admissible_inconsistent() localVariable 677 fn assert_is_topo_order<N, E>(gr: &Graph<N, E, Directed>, order: &[NodeIndex]) { in assert_is_topo_order() argument 704 let g = gr.add_node("G"); in test_toposort() localVariable 736 let mut g = Graph::<_, _>::new(); in test_toposort_eq() localVariable [all …]
|
/aosp_15_r20/external/libgsm/src/ |
H A D | long_term.c | 364 g = lp[-2], h = lp[-1]; variable 365 register float E; variable 370 # define STEP(K, a, b, c, d, e, f, g, h) \ argument 530 g = lp[-2], h = lp[-1]; variable 531 register float E; variable 536 # define STEP(K, a, b, c, d, e, f, g, h) \ argument 744 g = lp[-2], h = lp[-1]; variable 745 register float E; variable 750 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/ |
H A D | path.concat.pass.cpp | 98 const Ptr E = TC.expect; in doConcatSourceAllocTest() local 154 RequireAllocationGuard g(0); // require "at least zero" allocations by default in doConcatSourceAllocTest() local 168 RequireAllocationGuard g(0); // require "at least zero" allocations by default in doConcatSourceAllocTest() local 189 const Ptr E = TC.expect; in doConcatSourceTest() local 275 const Ptr E = TC.expect; in doConcatECharTest() local 376 const char* E = TC.expect; in main() local 388 const char* E = TC.expect; in main() local
|
/aosp_15_r20/external/okhttp/website/static/ |
H A D | prettify.js | 2 …1),8):a==="u"||a==="x"?parseInt(e.substring(2),16):e.charCodeAt(1)}function g(e){if(e<32)return(e<… function in anonymousFunction5bd6264b0100.anonymousFunction5bd6264b0200.S 6 …)throw Error(""+i);n.push("(?:"+s(i)+")")}return RegExp(n.join("|"),j?"gi":"g")}function T(a,d){fu… function in T 7 a)}var b=/(?:^|\s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}… argument 13 q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.… argument 17 …&u.stack||u)}}var D=window,y=["break,continue,do,else,for,if,return,while"],E=[[y,"auto,case,char,… variable 19 …kalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var,virtual,where"],E=[E,"debugger,eval,ex… variable 26 p(C([],[["str",/^[\S\s]+/]]),["regex"]);var Y=D.PR={createSimpleLexer:C,registerLangHandler:p,sourc… argument 27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_… function
|