/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p2.cpp | 66 void ft1(T t, U u); // expected-note{{explicitly specialized}} 73 void N0::X0<T>::ft1(T t, U u) { in ft1() function in N0::X0 211 void X0<void*>::ft1(void*, const void*) { } in ft1() function in N0::X0 214 void X0<void*>::ft1(void *, int); 217 void X0<void*>::ft1(void *, unsigned); 220 void X0<void*>::ft1(void *, long); 224 void N0::X0<void*>::ft1(void *, unsigned) { } // okay in ft1() function in N0::X0 227 void N0::X0<void*>::ft1(void *, float) { } // expected-warning{{function template specialization}} in ft1() function in N0::X0 231 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} in ft1() function in N1::N0::X0 237 xvp.ft1(vp, cvp); in test_func_template() [all …]
|
D | p2-0x.cpp | 67 void ft1(T t, U u); 74 void N0::X0<T>::ft1(T t, U u) { in ft1() function in N0::X0 250 void X0<void*>::ft1(void*, const void*) { } in ft1() function in N0::X0 253 void X0<void*>::ft1(void *, int); 256 void X0<void*>::ft1(void *, unsigned); 259 void X0<void*>::ft1(void *, long); 263 void N0::X0<void*>::ft1(void *, unsigned) { } // okay in ft1() function in N0::X0 266 void N0::X0<void*>::ft1(void *, float) { } in ft1() function in N0::X0 270 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} in ft1() function in N1::N0::X0 276 xvp.ft1(vp, cvp); in test_func_template() [all …]
|
D | p1.cpp | 43 void ft1(T t, U u); 48 void X0<T>::ft1(T t, U u) { in ft1() function in X0 89 void X0<void*>::ft1(void*, const void*) { } in ft1() function in X0 92 xvp.ft1(vp, cvp); in test_func_template()
|
/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
D | Merger.java | 33 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) { in mergeType() argument 34 if ((ft1 == null) || ft1.equals(ft2)) { in mergeType() 35 return ft1; in mergeType() 39 Type type1 = ft1.getType(); in mergeType()
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 90 template<typename T, typename U> void ft1(U u, T t) { } in ft1() function 98 template<typename T> void ft1(T) { } in ft1() function 103 ft1<int, double>(1, 0); in g1() 112 NS::ft1<int>(1); in g1()
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 1298 double ft0, ft1; \ 1301 ft1 = mat[3]*_ld_(src[i]) + mat[4]*_ld_(src[i+1]) + mat[5]; \ 1303 t1 = _cast_macro1_(ft1); \ 1327 double ft0, ft1; \ 1330 ft1 = mat[4]*_ld_(src[i+1]) + mat[5]; \ 1332 t1 = _cast_macro1_(ft1); \ 1344 double ft0, ft1, ft2; \ 1348 ft1 = mat[4]*_ld_(src[i]) + mat[5]*_ld_(src[i+1]) + \ 1353 t1 = _cast_macro1_(ft1); \ 1389 double ft0, ft1, ft2; \ [all …]
|
D | cxarithm.cpp | 1263 double ft1 = scale*_cvt_macro_(src1[i+1])*_cvt_macro_(src2[i+1]); \ 1265 worktype t1 = _cast_macro1_(ft1); \ 1271 ft1 = scale*_cvt_macro_(src1[i+3])*_cvt_macro_(src2[i+3]); \ 1273 t1 = _cast_macro1_(ft1); \
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 191 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 19907 ft1ös 19908 ft1út 19910 ft1üt
|