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

  /external/clang/test/Sema/
attr-weak.c 8 void __attribute__((weak_import)) g5(void) { function
align-x86.c 13 unsigned long long g5; variable
14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
attr-alias-elf.c 18 void f5() __attribute__((alias("g5")));
20 void g5() {} function
constant-builtins.c 11 long double g5 = __builtin_infl(); variable
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
constant-builtins-2.c 11 long double g5 = __builtin_infl(); variable
  /external/clang/test/CodeGen/
regparm-struct.c 43 void g5() { function
tbaa-class.cpp 101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
tbaa.cpp 95 uint32_t g5(StructA *A, StructB *B, uint64_t count) { function
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.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 151 int g5() { function in namespace:PR9025
return-noreturn.cpp 73 int g5(int x) { function in namespace:abort_struct_complex_cfgs
constant-expression-cxx11.cpp 267 constexpr bool g5 = &x < &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]
  /external/clang/test/CXX/drs/
dr0xx.cpp 331 extern "C" void g5();
333 void g5() { function in namespace:dr29
334 void dr29_f5(); // ok, g5 is extern "C" but we're not inside the linkage-specification here.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 7545 long g5 = createGroup(mAccountTwo, "g5", "t5", 0, false \/* autoAdd *\/, false\/* favorite *\/); local
7620 long g5 = createGroup(mAccountTwo, "g5", "t5", 0, false \/* autoAdd *\/, false\/* favorite *\/); local
    [all...]

Completed in 7239 milliseconds