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

1 2 3

  /external/clang/test/CodeGen/
darwin-string-literals.c 16 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
bitfield-2.c 161 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s3
180 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; local
182 res ^= g3.f0 ^ g3.f1;
183 res ^= f3_load(&g3) ^ f3_store(&g3) ^ f3_reload(&g3);
184 res ^= g3.f0 ^ g3.f1;
bitfield.c 72 int g3(void) { function
init.c 25 // CHECK: @g3 = constant i32 10
27 const int g3 = 10; variable
  /external/llvm/test/MC/ELF/
comdat.s 43 // Test that g1 and g2 are local, but g3 is an undefined global.
65 // CHECK-NEXT: (('st_name', 0x00000007) # 'g3'
85 .section .baz,"axG",@progbits,g3,comdat
86 .long g3
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 10 S &g3() __attribute__((warn_unused_result));
16 g3(); // expected-warning {{ignoring return value}}
21 (void)g3();
27 g3().t();
32 S &s3 = g3();
addr-of-overloaded-function.cpp 26 template<typename T> T g3(T);
27 int g3(int);
28 int g3(char);
33 g(g3);
  /external/clang/test/Sema/
constant-builtins.c 8 float g3 = __builtin_inf(); variable
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
align-x86.c 12 _Complex double g3; variable
13 short chk1[__alignof__(g3) == 8 ? 1 : -1];
private-extern.c 12 int g3; // expected-note{{previous definition}} variable
13 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
constant-builtins-2.c 9 double g3 = __builtin_inf(); variable
function-redecl.c 45 extern void g3(int); // expected-note{{previous declaration is here}}
46 static void g3(int x) { } // expected-error{{static declaration of 'g3' follows non-static declaration}} function
attr-cleanup.c 7 static int g3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
p5-cxx0x-no-extra-copy.cpp 42 void g3(const X3&);
48 g3(X3());
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 68 int g3 = f1 - f2; local
70 int h1 = (g1 << 1) + g3;
72 int h3 = g1 - (g3 << 1);
armVCM4P10_TransformResidual4x4.c 69 int g3 = f1 + (f3>>1); local
70 int h0 = g0 + g3;
73 int h3 = g0 - g3;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 100 g3 RN 14 label
297 SHADD16 g3, trCol30,constZero
299 SADD16 g3, g3, trCol10
300 SADD16 colOp00, g0, g3
303 SSUB16 colOp30, g0, g3
310 SHADD16 g3, trCol32,constZero
312 SADD16 g3, g3, trCol12
313 SADD16 colOp02, g0, g3
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 50 virtual void g3() throw(A); // expected-note {{overridden virtual function is here}}
86 virtual void g3() throw(D); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/Analysis/
stack-addr-ps.cpp 16 const int& g3() { function
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 29 void g3() { function
  /packages/inputmethods/PinyinIME/jni/command/
Makefile 4 CPPFLAGS= -g3 -Wall -lpthread
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 47 void g3(T&); // expected-note{{previous}}
48 void g3(typename X0::U_type&);
49 void g3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
120 void g3(T&); // expected-note{{previous}}
121 void g3(typename X0::U_type&);
122 void g3(typename ::X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 72 constexpr T3<Literal> g3(); // ok

Completed in 499 milliseconds

1 2 3