Searched refs:g5 (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp14 int(*g5)(const int, int) = f2;
31 int (*g5)(int) = f1;
H A Dreturn-noreturn.cpp73 int g5(int x) { function in namespace:abort_struct_complex_cfgs
H A Dmember-expr.cpp151 int g5() { function in namespace:PR9025
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp9 void g5(int = ([]{ return sizeof i; })());
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp53 void g5(const X5&);
60 g5(X5()); // Generates a warning in the default argument.
/external/clang/test/Sema/
H A Dalign-x86.c13 unsigned long long g5; variable
14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
H A Dprivate-extern.c19 __private_extern__ int g5; // expected-note{{previous declaration}} variable
20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
H A Dattr-weak.c8 void __attribute__((weak_import)) g5(void) { function
H A Dconstant-builtins.c11 long double g5 = __builtin_infl(); variable
H A Dno-documentation-warn-tagdecl-specifier.c71 enum e5* g5(void);
H A Dattr-alias-elf.c18 void f5() __attribute__((alias("g5")));
20 void g5() {} function
/external/clang/test/CodeGen/
H A Dbitfield-2.c213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s5
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
231 res ^= g5.f0 ^ g5.f1 ^ g5.f2;
232 res ^= f5_load(&g5) ^ f5_store(&g5) ^ f5_reload(&g5);
233 res ^= g5.f0 ^ g5
[all...]
H A Dconst-init.c41 // CHECK: @g5 = global { i32, i32 } zeroinitializer
42 _Complex int g5 = (2 + 3i) == (5 + 7i); variable
H A Dregparm-struct.c43 void g5() { function
H A Dtbaa-class.cpp101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
H A Dtbaa.cpp95 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemcpy.S236 MOVE_BIGCHUNK(o1, o0, 0x00, o2, o3, o4, o5, g2, g3, g4, g5)
237 MOVE_BIGCHUNK(o1, o0, 0x20, o2, o3, o4, o5, g2, g3, g4, g5)
238 MOVE_BIGCHUNK(o1, o0, 0x40, o2, o3, o4, o5, g2, g3, g4, g5)
239 MOVE_BIGCHUNK(o1, o0, 0x60, o2, o3, o4, o5, g2, g3, g4, g5)
260 MOVE_LASTCHUNK(o1, o0, 0x60, g2, g3, g4, g5)
261 MOVE_LASTCHUNK(o1, o0, 0x50, g2, g3, g4, g5)
262 MOVE_LASTCHUNK(o1, o0, 0x40, g2, g3, g4, g5)
263 MOVE_LASTCHUNK(o1, o0, 0x30, g2, g3, g4, g5)
264 MOVE_LASTCHUNK(o1, o0, 0x20, g2, g3, g4, g5)
265 MOVE_LASTCHUNK(o1, o0, 0x10, g2, g3, g4, g5)
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-objects.js40 function* g5(l) { "use strict"; yield 1; for (let x in l) { yield x; } }
46 g5(["foo"]);
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp52 virtual void g5() throw(A); // expected-note {{overridden virtual function is here}}
88 virtual void g5() throw(P); // expected-error {{exception specification of overriding function is more lax}}
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_clip.S107 ld [%i0 + 0x0c], %g5 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Group
124 subcc %g5, %g4, %g0 ! IEU1 Group
194 1: ld [%i0 + 0x0c], %g5 ! LSU Group
196 addcc %g5, %g5,
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S107 ld [%i0 + 0x0c], %g5 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Group
124 subcc %g5, %g4, %g0 ! IEU1 Group
194 1: ld [%i0 + 0x0c], %g5 ! LSU Group
196 addcc %g5, %g5,
[all...]
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp55 void g5(T&); // expected-note{{previous}}
56 void g5(typename X0::U_type&);
57 void g5(typename X0::X1::my_T_type&); // expected-error{{redecl}}
128 void g5(T&); // expected-note{{previous}}
129 void g5(typename X0::U_type&);
130 void g5(typename X0::X2::my_T_type&); // expected-error{{redecl}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp37 auto g5() noexcept(noexcept(this->f(ptr))) -> decltype(this->f(ptr));
48 int &ir3 = ci.g5();
56 static_assert(!noexcept(ci.g5()), "exception-specification failure");
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp45 e5 g5(e5 *x) { function
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl93 xor %g5, %o1, %o1
202 xor %g5, %o1, %o1
308 xor %g5, %o1, %o3
405 xor %g5, %o1, %o5
409 xor %g5, %o3, %o5
541 xor %g5, %o1, %o5
545 xor %g5, %o3, %o5
625 xor %g1, %g5, %g5
659 xor %g5,
[all...]

Completed in 4223 milliseconds

12