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

1 2

  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 17 int(*g8)(const int&, int) = f4;
39 int (*g8)(int, char) = f2;
  /external/clang/test/Sema/
private-extern.c 33 extern int g8; // expected-note{{previous declaration}}
34 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}} local
no-documentation-warn-tagdecl-specifier.c 85 enum e4 *g8(enum e8 *p);
attr-alias-elf.c 31 void g8() {} function
32 void f8() __attribute__((alias("g8")));
constant-builtins-2.c 15 long double g8 = __builtin_nanl(""); variable
  /external/clang/test/CodeGen/
bitfield-2.c 301 struct s8 g8 = { 0xF }; variable in typeref:struct:s8
317 struct s8 g8 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
319 res ^= g8.f0 ^ g8.f2 ^ g8.f3;
320 res ^= f8_load(&g8) ^ f8_store(&g8) ^ f8_reload(&g8);
321 res ^= g8.f0 ^ g8.f2 ^ g8.f3
    [all...]
const-init.c 47 // CHECK: @g8 = global i32 1
48 int g8 = (2.0 + 3.0i) * (5.0 + 7.0i) == (-11.0 + 29.0i); variable
regparm-struct.c 69 void g8(void) { function
tbaa-class.cpp 137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
tbaa.cpp 131 uint32_t g8(StructA *A, StructS *S, uint64_t count) { function
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 57 virtual void g8() noexcept; // expected-note {{overridden virtual function is here}}
93 virtual void g8() throw(int); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 40 auto g8() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(this->ptr));
51 float &fr4 = ci.g8();
59 static_assert(noexcept(ci.g8()), "exception-specification failure");
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 67 void g8(T&); // expected-note{{previous}}
68 void g8(typename X0<U, T_type>::T_type&);
69 void g8(typename ::X0<typename X0<T_type, U>::X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}}
140 void g8(T&); // expected-note{{previous}}
141 void g8(typename X0<U, T_type>::T_type&);
142 void g8(typename ::X0<typename X0<T_type*, U*>::X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redecl}}
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc 31 uint8_t g8 = static_cast<uint8_t>(255 * g * a); local
33 return (a8 << 24) | (r8 << 16) | (g8 << 8) | b8;
  /external/clang/test/CodeGenCXX/
pr12251.cpp 66 e8 g8(e8 *x) { function
  /external/pixman/pixman/
pixman-gradient-walker.c 177 uint8_t a8, r8, g8, b8; local
193 g8 = g + 0.5f;
198 ((g8 << 8) & 0x0000ff00) |
pixman-arm-simd.c 209 PIXMAN_STD_FAST_PATH (SRC, g8, null, g8, armv6_composite_src_8_8),
  /external/qemu/android/skin/
window.c 155 uint32_t g8 = ((pix & 0x07e0) >> 3) | ((pix & 0x0600) >> 9); local
157 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
167 uint32_t g8 = (pix & 0x0000ff00) >> 8; local
169 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]

Completed in 1923 milliseconds

1 2