HomeSort by relevance Sort by last modified time
    Searched refs:g4 (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/clang/test/SemaTemplate/
current-instantiation.cpp 51 void g4(T&); // expected-note{{previous}}
52 void g4(typename X0::U_type&);
53 void g4(typename X1::my_T_type&); // expected-error{{redecl}}
124 void g4(T&); // expected-note{{previous}}
125 void g4(typename X0::U_type&);
126 void g4(typename X2::my_T_type&); // expected-error{{redecl}}
instantiate-local-class.cpp 248 void g4(struct x4 {} x); // expected-error{{'x4' cannot be defined in a parameter type}}
253 void g4(union x4 {} x); // expected-error{{'x4' cannot be defined in a parameter type}}
  /external/clang/test/Analysis/
stack-addr-ps.cpp 23 void g4() { function
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}} function in namespace:TemplateVBase
p5.cpp 18 constexpr int g4() { return N::h(); } function in namespace:StdExample
28 static_assert(g4() == 5, "");
  /external/clang/test/CodeGenCXX/
cxx11-exception-spec.cpp 95 void (*g4)() = &S<double>::g;
mangle-ms-back-references.cpp 39 void g4(const char* a, struct S* b, const char* c, struct S* d) { function
40 // CHECK: "\01?g4@@YAXPBDPAUS@@01@Z"
pr12251.cpp 38 e4 g4(e4 *x) { function
mangle-ms-return-qualifiers.cpp 184 const function_pointer* g4() { return 0; } function
185 // CHECK: "\01?g4@@YAPBQ6AHH@ZXZ"
  /external/clang/test/Sema/
attr-alias-elf.c 14 void f4() __attribute__((alias("g4")));
15 void g4() {} function
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 33 void g4() { Z *p = AZ{}; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
member-expr.cpp 149 int g4() { function in namespace:PR9025
return-noreturn.cpp 69 int g4(int x) { function in namespace:abort_struct_complex_cfgs
  /external/openssh/
poly1305.c 43 uint32_t g0,g1,g2,g3,g4; local
141 g4 = h4 + b - (1 << 26);
143 b = (g4 >> 31) - 1;
149 h4 = (h4 & nb) | (g4 & b);
  /external/clang/test/Parser/
attributes.c 34 void g4(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
  /external/skia/src/core/
SkMaskBlurFilter.cpp 549 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
558 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
573 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
600 g4{gauss[4]};
604 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW);
739 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
745 auto v4 = s0.mulHi(g4);
766 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
782 g0, g1, g2, g3, g4,
813 g4{gauss[4]}
    [all...]
  /external/skqp/src/core/
SkMaskBlurFilter.cpp 549 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
558 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
573 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
600 g4{gauss[4]};
604 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW);
739 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
745 auto v4 = s0.mulHi(g4);
766 const Sk8h& g0, const Sk8h& g1, const Sk8h& g2, const Sk8h& g3, const Sk8h& g4,
782 g0, g1, g2, g3, g4,
813 g4{gauss[4]}
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305.c 249 uint32_t g0, g1, g2, g3, g4; local
291 g4 = state->h4 + b - (1 << 26);
293 b = (g4 >> 31) - 1;
299 state->h4 = (state->h4 & nb) | (g4 & b);
  /external/clang/test/CodeGen/
const-init.c 39 // CHECK: @g4 = global { double, double } { double 1.000000e+00{{[0]*}}, double 1.000000e+0{{[0]*}}1 }
40 _Complex double g4 = 1.0 + 10.0i; variable
regparm-struct.c 31 void g4() { function
tbaa-class.cpp 89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { function
tbaa.cpp 87 uint32_t g4(StructA *A, StructB *B, uint64_t count) { function
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 49 void g4(int (*fp)(int, int));
  /external/compiler-rt/test/asan/TestCases/Linux/
scariness_score_test.cc 103 int g4[100]; variable
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 297 g4 := g[4]
306 g4_19 := 19 * g4
321 f0g4 := int64(f0) * int64(g4)
331 f1g4 := int64(f1) * int64(g4)
341 f2g4 := int64(f2) * int64(g4)
351 f3g4 := int64(f3) * int64(g4)
361 f4g4 := int64(f4) * int64(g4)
371 f5g4 := int64(f5) * int64(g4)

Completed in 879 milliseconds

12 3 4