/external/clang/test/SemaTemplate/ |
D | function-template-specialization.cpp | 16 template<> void f0<2>(int (&array)[2]) { } in f0() function 43 template <> bool PR5833::f0<float>(float &t1) {} in f0() function in PR5833 47 template <typename T> void f(T t) {} in f() 48 …template <typename T> void f<T*>(T* t) {} // expected-error{{function template partial specializat… in f()
|
D | value-dependent-null-pointer-constant.cpp | 5 const char *f0(bool Cond) { in f0() function 19 template<unsigned I> int f0() { in f0() function 26 template <typename T> void f(T *t) in f()
|
D | instantiate-decl-init.cpp | 17 void fn(T t, const arg& arg) { in fn() 32 void f0() { in f0() function
|
D | instantiate-init.cpp | 8 X0 f0(T t, U u) { in f0() function 19 Ret f1(Ret *retty, T t, U u) { in f1() 48 void f0() in f0() function
|
D | member-template-access-expr.cpp | 3 U f0(T t) { in f0() function 8 int &f1(T t) { in f1()
|
D | instantiate-expr-2.cpp | 191 static C *f0(T a0) {return new C((typename A<T>::t0) 1); } in f0() function 194 void f0(int **a) { C::f0(a); } in f0() function 239 void f(T t) { in f()
|
D | nested-name-spec-template.cpp | 74 template<typename T> T N1::f0() { } in f0() function in N1 89 has_xxx0<int>::type t; // expected-note{{instantiation of}} variable
|
D | instantiate-local-class.cpp | 3 void f0() { in f0() function 72 template <typename ...T> static void f(int f = g([]{ static T t; return ++t; }()...)) {} in __anon7bd3c8550102() local 78 template <class Thing> void forEach(Thing t) { t.func(); } in forEach() 115 template <class T> void foo(const T &t) { t.foo(); } in foo()
|
/external/clang/test/SemaCXX/ |
D | type-formatting.cpp | 7 void f0() { in f0() function 8 …const T *t = (const X0*)0; // expected-error{{cannot initialize a variable of type 'const X1 *' wi… in f0() local
|
D | warn-unused-parameters.cpp | 12 template<typename T> T X<T>::f0(T x) { return x; } in f0() function in X 30 static int test_pack(T... t, T... s) in test_pack()
|
D | member-expr.cpp | 25 int f0; member 30 int f0(B *b) { in f0() function 195 template <class T> void call_func(T t) { in call_func() 222 T t; in f() local
|
D | c99-variable-length-array.cpp | 25 void vla_in_template(int N, T t) { in vla_in_template() 38 void vla_in_template(T t) { in vla_in_template() 112 void f0() { in f0() function
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p9-linkage.cpp | 17 inline void X0<T>::g(T & t) { in g() 22 void X0<T>::h(T & t) { in h() 42 void f0(T& t) { in f0() function 47 inline void f1(T& t) { in f1()
|
D | p9.cpp | 17 inline void X0<T>::g(T & t) { in g() 22 void X0<T>::h(T & t) { in h() 39 void f0(T& t) { in f0() function 44 inline void f1(T& t) { in f1()
|
D | p1.cpp | 16 void f0(T t) { in f0() function
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p1.cpp | 18 template<typename T> void f0(T) { in f0() function 19 T t; in f0() local 22 template<> void f0(NonDefaultConstructible) { } in f0() function 48 void X0<T>::ft1(T t, U u) { in ft1()
|
D | p2.cpp | 19 template<typename T> void f0(T) { // expected-note{{here}} in f0() function 20 T t; in f0() local 23 template<> void f0(NonDefaultConstructible) { } in f0() function 33 template<> void N0::f0(int) { } // okay in f0() function in N0 36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} in f0() function in N1::N0 40 template<> void N0::f0(double) { } in f0() function in N0 73 void N0::X0<T>::ft1(T t, U u) { in ft1()
|
D | p2-0x.cpp | 21 template<typename T> void f0(T) { in f0() function 22 T t; in f0() local 25 template<> void f0(NonDefaultConstructible) { } in f0() function 35 template<> void N0::f0(int) { } // okay in f0() function in N0 38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} in f0() function in N1::N0 41 template<> void N0::f0(double) { } in f0() function in N0 74 void N0::X0<T>::ft1(T t, U u) { in ft1()
|
/external/clang/test/CodeGen/ |
D | exprs.c | 51 double t[1]; in eMaisUma() local 57 void f0(void (*fp)(void), void (*fp2)(void)) { in f0() function 93 struct s6 { int f0; }; member
|
/external/openssh/ |
D | poly1305.c | 41 uint64_t t[5]; in poly1305_auth() local 42 uint64_t f0,f1,f2,f3; in poly1305_auth() local
|
/external/srtp/crypto/hash/ |
D | sha1.c | 60 #define f0(B,C,D) ((B & C) | (~B & D)) macro 107 int t; in sha1_core() local 255 int i, t; in sha1_final() local
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305.c | 77 uint64_t t[5]; in poly1305_update() local 261 uint64_t f0, f1, f2, f3; in CRYPTO_poly1305_finish() local
|
/external/clang/test/Sema/ |
D | switch.c | 85 int f0(int var) { in f0() function 240 int test13(my_type_t t) { in test13()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 81 for (int t = 0; t < 4; t++) { in BasicTest() local 176 uptr f0 = 1; in Test_isReachable() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 181 BigInteger f0 = lambda0.round(); in round() local 363 BigInteger t = r0; in tauAdicNaf() local 774 BigInteger t = r0; in tauAdicWNaf() local
|