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

1 2 3 4

  /external/clang/test/CodeGen/
darwin-string-literals.c 19 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
bitfield-2.c 144 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s3
163 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; local
165 res ^= g3.f0 ^ g3.f1;
166 res ^= f3_load(&g3) ^ f3_store(&g3) ^ f3_reload(&g3);
167 res ^= g3.f0 ^ g3.f1;
  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugGrammar.g3 2009-09-30 13:18:14
48 public override string GrammarFileName { get { return "BuildOptions\\DebugGrammar.g3"; } }
57 // BuildOptions\\DebugGrammar.g3:7:9: ( '-' )
58 // BuildOptions\\DebugGrammar.g3:7:9: '-'
80 // BuildOptions\\DebugGrammar.g3:8:9: ( '%' )
81 // BuildOptions\\DebugGrammar.g3:8:9: '%'
103 // BuildOptions\\DebugGrammar.g3:9:9: ( '(' )
104 // BuildOptions\\DebugGrammar.g3:9:9: '('
126 // BuildOptions\\DebugGrammar.g3:10:9: ( ')' )
127 // BuildOptions\\DebugGrammar.g3:10:9: ')
    [all...]
ProfileGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\ProfileGrammar.g3 2009-09-30 13:18:18
48 public override string GrammarFileName { get { return "BuildOptions\\ProfileGrammar.g3"; } }
57 // BuildOptions\\ProfileGrammar.g3:7:9: ( '-' )
58 // BuildOptions\\ProfileGrammar.g3:7:9: '-'
80 // BuildOptions\\ProfileGrammar.g3:8:9: ( '%' )
81 // BuildOptions\\ProfileGrammar.g3:8:9: '%'
103 // BuildOptions\\ProfileGrammar.g3:9:9: ( '(' )
104 // BuildOptions\\ProfileGrammar.g3:9:9: '('
126 // BuildOptions\\ProfileGrammar.g3:10:9: ( ')' )
127 // BuildOptions\\ProfileGrammar.g3:10:9: ')
    [all...]
DebugTreeGrammar.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugTreeGrammar.g3 2009-09-30 13:18:15
91 public override string GrammarFileName { get { return "BuildOptions\\DebugTreeGrammar.g3"; } }
97 // BuildOptions\\DebugTreeGrammar.g3:53:0: prog : ( stat )* ;
112 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( ( stat )* )
115 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( stat )*
118 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( stat )*
149 // BuildOptions\\DebugTreeGrammar.g3:53:0: stat
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
275 // BuildOptions\\DebugTreeGrammar.g3:56:9: exp
    [all...]
  /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();
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /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());
  /external/clang/test/Sema/
align-x86.c 17 _Complex double g3; variable
18 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
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
constant-builtins.c 9 float 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
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 62 char g1, g2, g3, p1, p3; local
64 t.setg(&g1, &g2, &g3);
69 wchar_t g1, g2, g3, p1, p3; local
71 t.setg(&g1, &g2, &g3);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 65 char g1, g2, g3, p1, p3; local
67 t.setg(&g1, &g2, &g3);
73 wchar_t g1, g2, g3, p1, p3; local
75 t.setg(&g1, &g2, &g3);
swap.pass.cpp 75 char g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
83 wchar_t g1, g2, g3, p1, p3; local
85 t.setg(&g1, &g2, &g3);
  /external/valgrind/main/tests/
os_test.c 32 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given local
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
45 // printf("given %d %d %d\n", g1, g2,g3);
51 if (a3 >= g3) return True;
  /frameworks/av/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;
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 42 int g3 = NS::TS<int, 2>::value;
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 61 Geometry g3 = new Geometry("Quad2", q2); local
64 g3.setMaterial(mat2);
65 g3.setLocalTranslation(.5f, .5f, .01f);
77 bb.attachChild(g3);
  /frameworks/av/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}}

Completed in 1150 milliseconds

1 2 3 4