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

1 2

  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 16 int(*g7)(int&, int) = f3;
37 int (*g7)(const int, char) = f1;
dcl_ambig_res.cpp 60 int g7(C7);
63 f7(g7); //OK
  /external/clang/test/Sema/
private-extern.c 28 int g7; // expected-note {{previous}} local
29 __private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern declaration}} local
no-documentation-warn-tagdecl-specifier.c 81 enum e7* g7(void);
attr-alias-elf.c 26 void g7() {} function
28 void f7() __attribute__((alias("g7")));
constant-builtins-2.c 14 float g7 = __builtin_nanf(""); variable
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 55 virtual void g7() noexcept; // expected-note {{overridden virtual function is here}}
91 virtual void g7(); // expected-error {{exception specification of overriding function is more lax}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 39 auto g7() noexcept(noexcept(this->f(this->ptr))) -> decltype(this->f((*this).ptr));
50 int &ir4 = ci.g7();
58 static_assert(!noexcept(ci.g7()), "exception-specification failure");
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 63 void g7(T&); // expected-note{{previous}}
64 void g7(typename X0::U_type&);
65 void g7(typename ::X0<typename X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}}
136 void g7(T&); // expected-note{{previous}}
137 void g7(typename X0::U_type&);
138 void g7(typename ::X0<typename X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redecl}}
  /external/clang/test/CodeGenCXX/
pr12251.cpp 59 e7 g7(e7 *x) { function
  /external/clang/test/CodeGen/
const-init.c 45 // CHECK: @g7 = global i32 1
46 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
regparm-struct.c 62 void g7() { function
tbaa-class.cpp 125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
tbaa.cpp 119 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memcpy.S 149 mov %o0, %g7
173 mov %g7, %o0
207 mov %o0, %g7
303 mov %g7, %o0
368 mov %g7, %o0
493 restore %g7, %g0, %o0
524 mov %g7, %o0
  /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...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 220 this.g7 = i;
  /external/clang/test/CXX/drs/
dr0xx.cpp 343 extern "C" void g7();
345 extern "C" void g7() { function in namespace:dr29
  /external/chromium_org/testing/gtest/include/gtest/
gtest-param-test.h     [all...]

Completed in 680 milliseconds

1 2