HomeSort by relevance Sort by last modified time
    Searched defs:g5 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/Sema/
attr-weak.c 8 void __attribute__((weak_import)) g5(void) { function
constant-builtins.c 10 long double g5 = __builtin_infl(); variable
align-x86.c 12 unsigned long long g5; variable
13 short chk1[__alignof__(g5) == 8 ? 1 : -1];
constant-builtins-2.c 11 long double g5 = __builtin_infl(); variable
private-extern.c 18 __private_extern__ int g5; // expected-note{{previous definition}} variable
19 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
FullRevisionTest.java 122 FullRevision g5 = new FullRevision(5, 1, 0, 6); local
129 assertEquals(g5, c5); // 5.1.0-6 == 5.1.0-6
132 assertFalse(g5.equals(p5)); // 5.1.0-6 != 5.1.0-0
MajorRevisionTest.java 51 FullRevision g5 = new FullRevision (5, 1, 0, 6); local
58 assertEquals(g5, c5); // 5.1.0-6 == 5.1.0-6
61 assertFalse(g5.equals(p5)); // 5.1.0-6 != 5.1.0-0
  /external/clang/test/CodeGen/
regparm-struct.c 43 void g5() { function
bitfield-2.c 230 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s5
246 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
248 res ^= g5.f0 ^ g5.f1 ^ g5.f2;
249 res ^= f5_load(&g5) ^ f5_store(&g5) ^ f5_reload(&g5);
250 res ^= g5.f0 ^ g5.f1 ^ g5.f2
    [all...]
const-init.c 41 // CHECK: @g5 = global { i32, i32 } zeroinitializer
42 _Complex int g5 = (2 + 3i) == (5 + 7i); variable
  /external/clang/test/CodeGenCXX/
pr12251.cpp 45 e5 g5(e5 *x) { function
  /external/clang/test/SemaCXX/
member-expr.cpp 146 int g5() { function in namespace:PR9025
return-noreturn.cpp 65 int g5(int x) { function in namespace:abort_struct_complex_cfgs
constant-expression-cxx11.cpp 262 constexpr bool g5 = &x < &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 6575 long g5 = createGroup(mAccountTwo, "g5", "t5", 0, false \/* autoAdd *\/, false\/* favorite *\/); local
6650 long g5 = createGroup(mAccountTwo, "g5", "t5", 0, false \/* autoAdd *\/, false\/* favorite *\/); local
    [all...]

Completed in 308 milliseconds