/external/clang/test/SemaCXX/ |
H A D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; 31 int (*g5)(int) = f1;
|
H A D | return-noreturn.cpp | 73 int g5(int x) { function in namespace:abort_struct_complex_cfgs
|
H A D | member-expr.cpp | 151 int g5() { function in namespace:PR9025
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p13.cpp | 9 void g5(int = ([]{ return sizeof i; })());
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx03-extra-copy.cpp | 53 void g5(const X5&); 60 g5(X5()); // Generates a warning in the default argument.
|
/external/clang/test/Sema/ |
H A D | align-x86.c | 13 unsigned long long g5; variable 14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
|
H A D | private-extern.c | 19 __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 D | attr-weak.c | 8 void __attribute__((weak_import)) g5(void) { function
|
H A D | constant-builtins.c | 11 long double g5 = __builtin_infl(); variable
|
H A D | no-documentation-warn-tagdecl-specifier.c | 71 enum e5* g5(void);
|
H A D | attr-alias-elf.c | 18 void f5() __attribute__((alias("g5"))); 20 void g5() {} function
|
/external/clang/test/CodeGen/ |
H A D | bitfield-2.c | 213 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 D | const-init.c | 41 // CHECK: @g5 = global { i32, i32 } zeroinitializer 42 _Complex int g5 = (2 + 3i) == (5 + 7i); variable
|
H A D | regparm-struct.c | 43 void g5() { function
|
H A D | tbaa-class.cpp | 101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
|
H A D | tbaa.cpp | 95 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
|
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/ |
H A D | memcpy.S | 236 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 D | generators-objects.js | 40 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 D | p5-virtual.cpp | 52 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 D | sparc_clip.S | 107 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 D | sparc_clip.S | 107 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 D | current-instantiation.cpp | 55 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 D | p3-0x.cpp | 37 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 D | pr12251.cpp | 45 e5 g5(e5 *x) { function
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 93 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...] |