Home
last modified time | relevance | path

Searched +defs:t +defs:f0 (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/SemaTemplate/
Dfunction-template-specialization.cpp16 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()
Dvalue-dependent-null-pointer-constant.cpp5 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()
Dinstantiate-decl-init.cpp17 void fn(T t, const arg& arg) { in fn()
32 void f0() { in f0() function
Dinstantiate-init.cpp8 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
Dmember-template-access-expr.cpp3 U f0(T t) { in f0() function
8 int &f1(T t) { in f1()
Dinstantiate-expr-2.cpp191 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()
Dnested-name-spec-template.cpp74 template<typename T> T N1::f0() { } in f0() function in N1
89 has_xxx0<int>::type t; // expected-note{{instantiation of}} variable
Dinstantiate-local-class.cpp3 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/
Dtype-formatting.cpp7 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
Dwarn-unused-parameters.cpp12 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()
Dmember-expr.cpp25 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
Dc99-variable-length-array.cpp25 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/
Dp9-linkage.cpp17 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()
Dp9.cpp17 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()
Dp1.cpp16 void f0(T t) { in f0() function
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp1.cpp18 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()
Dp2.cpp19 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()
Dp2-0x.cpp21 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/
Dexprs.c51 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/
Dpoly1305.c41 uint64_t t[5]; in poly1305_auth() local
42 uint64_t f0,f1,f2,f3; in poly1305_auth() local
/external/srtp/crypto/hash/
Dsha1.c60 #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/
Dpoly1305.c77 uint64_t t[5]; in poly1305_update() local
261 uint64_t f0, f1, f2, f3; in CRYPTO_poly1305_finish() local
/external/clang/test/Sema/
Dswitch.c85 int f0(int var) { in f0() function
240 int test13(my_type_t t) { in test13()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc81 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/
DTnaf.java181 BigInteger f0 = lambda0.round(); in round() local
363 BigInteger t = r0; in tauAdicNaf() local
774 BigInteger t = r0; in tauAdicWNaf() local

12