HomeSort by relevance Sort by last modified time
    Searched refs:g4 (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/clang/test/CodeGenCXX/
default-arguments.cpp 68 void g4(int a, int b = 7);
70 void g4(int a, int b = 5);
72 void g4(int a = 5, int b);
75 g4();
cxx11-exception-spec.cpp 95 void (*g4)() = &S<double>::g;
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 108 ld [%i0 + 0x08], %g4 ! LSU Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
117 addcc %g4, %g4, %g4 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Grou
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 108 ld [%i0 + 0x08], %g4 ! LSU Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
117 addcc %g4, %g4, %g4 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Grou
    [all...]
  /external/clang/test/Sema/
align-x86.c 22 struct __attribute__((packed)) {unsigned int a;} g4; variable in typeref:struct:__anon22850
23 short chk1[__alignof__(g4) == 1 ? 1 : -1];
24 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
private-extern.c 16 extern int g4; // expected-note{{previous declaration}}
17 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
attr-weak.c 7 int __attribute__((weak_import)) g4(void);
constant-builtins.c 10 double g4 = __builtin_inff(); variable
no-documentation-warn-tagdecl-specifier.c 65 enum e4* g4(void);
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 13 int(*g4)(int, int) = f2;
28 int (*g4)(int, char) = f1;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 8 void g4(int = ([=]{ return 0; })());
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 52 void g4(const X4<int>&);
59 g4(X4<int>());
p5-cxx0x-no-extra-copy.cpp 43 void g4(const X4<int>&);
49 g4(X4<int>());
  /external/libcxx/test/utilities/function.objects/func.require/
invoke.pass.cpp 34 Array<char, 4>::type& g4() const &&;
47 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
invoke.pass.cpp 34 Array<char, 4>::type& g4() const &&;
47 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, "");
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
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)
246 andcc %g1, 0x70, %g4
251 srl %g4, 1, %o4
252 add %g4, %o4, %o4
253 add %o1, %g4, %o1
256 add %o0, %g4, %o0
260 MOVE_LASTCHUNK(o1, o0, 0x60, g2, g3, g4, g5
    [all...]
  /external/clang/test/CodeGen/
bitfield-2.c 181 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s4
197 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; local
199 res ^= g4.f0 ^ g4.f1;
200 res ^= f4_load(&g4) ^ f4_store(&g4) ^ f4_reload(&g4);
201 res ^= g4.f0 ^ g4.f1;
init.c 26 // CHECK: @f4.g4 = internal constant i32 12
29 static const int g4 = 12; local
30 return g4;
packed-arrays.c 152 extern double g4[5] __attribute__((aligned(16)));
154 return g4[1];
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 51 virtual void g4() throw(B1); // expected-note {{overridden virtual function is here}}
87 virtual void g4() throw(A); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 36 auto g4() const noexcept(noexcept(f(((this))->ptr))) -> decltype(f(this->ptr));
47 float &fr2 = ci.g4();
55 static_assert(noexcept(ci.g4()), "exception-specification failure");
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 51 void g4(T&); // expected-note{{previous}}
52 void g4(typename X0::U_type&);
53 void g4(typename X1::my_T_type&); // expected-error{{redecl}}
124 void g4(T&); // expected-note{{previous}}
125 void g4(typename X0::U_type&);
126 void g4(typename X2::my_T_type&); // expected-error{{redecl}}
  /external/chromium_org/ui/webui/resources/js/
media_common.js 6 return /\.(3gp|asf|avi|di?vx|f4v|fbr|mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm|wmv?|xvid)$/i.test(path);
  /external/clang/test/Analysis/
stack-addr-ps.cpp 23 void g4() { function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}} function in namespace:TemplateVBase

Completed in 512 milliseconds

1 2 3 4