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

1 2

  /external/clang/test/Sema/
private-extern.c 23 int g6; // expected-note {{previous}} local
24 extern int g6; // expected-error {{extern declaration of 'g6' follows non-extern declaration}}
no-documentation-warn-tagdecl-specifier.c 76 enum e6* g6(void);
constant-builtins-2.c 13 double g6 = __builtin_nan(""); variable
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 54 virtual void g6() noexcept; // expected-note {{overridden virtual function is here}}
90 virtual void g6() noexcept(false); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/CodeGen/
bitfield-2.c 243 struct s6 g6 = { 0xF }; variable in typeref:struct:s6
259 struct s6 g6 = { 0xF }; local
261 res ^= g6.f0;
262 res ^= f6_load(&g6);
263 res ^= g6.f0;
const-init.c 43 // CHECK: @g6 = global { double, double } { double -1.100000e+0{{[0]*}}1, double 2.900000e+0{{[0]*}}1 }
44 _Complex double g6 = (2.0 + 3.0i) * (5.0 + 7.0i); variable
regparm-struct.c 49 void g6() { function
tbaa-class.cpp 113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { function
tbaa.cpp 107 uint32_t g6(StructA *A, StructB *B, uint64_t count) { function
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 38 auto g6() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(ptr));
49 float &fr3 = ci.g6();
57 static_assert(noexcept(ci.g6()), "exception-specification failure");
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 59 void g6(T&); // expected-note{{previous}}
60 void g6(typename X0::U_type&);
61 void g6(typename X0<T, U>::X1::my_T_type&); // expected-error{{redecl}}
132 void g6(T&); // expected-note{{previous}}
133 void g6(typename X0::U_type&);
134 void g6(typename X0<T*, U*>::X2::my_T_type&); // expected-error{{redecl}}
  /external/clang/test/CodeGenCXX/
pr12251.cpp 52 e6 g6(e6 *x) { function
  /external/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 141 uint8 g6 = (rgb565 & kGreenMask) >> 5; local
145 rgb888[1] = (g6 << 2) | (g6 >> 4);
  /external/clang/test/SemaCXX/
return-noreturn.cpp 69 int g6(int x) { function in namespace:abort_struct_complex_cfgs
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/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...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 194 this.g6 = i;

Completed in 3930 milliseconds

1 2