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

1 2

  /external/clang/test/CodeGenCXX/
mangle-literal-suffix.cpp 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} function
14 template void g5<int>(char (&)[sizeof(int)]);
pr12251.cpp 45 e5 g5(e5 *x) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2.s 7 .globl g5 .text
25 bal g5
31 g5: label
  /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
varargs-x86-64.c 36 void __attribute__((ms_abi)) g5() { function
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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 93 bpos .S2 g5,b2
95 g5: label
  /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/v8/test/mjsunit/
global-infinity-strict.js 65 function g5() { return Infinity == (1/0); } function
66 test(true, g5);
global-infinity.js 56 function g5() { return Infinity == (1/0); } function
57 test(true, g5);
global-nan-strict.js 65 function g5() { return NaN == (0/0); } function
66 test(false, g5);
global-nan.js 56 function g5() { return NaN == (0/0); } function
57 test(false, g5);
global-undefined-strict.js 63 function g5() { return this == void 0; } function
64 test(true, g5);
global-undefined.js 64 function g5() { return undefined == void 0; } function
65 test(true, g5);
  /external/clang/test/SemaCXX/
member-expr.cpp 155 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 269 constexpr bool g5 = &x < &y; // expected-error {{must be initialized by a constant expression}} member in namespace:PointerComparison
    [all...]

Completed in 1601 milliseconds

1 2