Searched defs:fp1 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the function pointer?}} variable
/external/clang/test/SemaCXX/
H A Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the function pointer?}} variable
H A Dconst-cast.cpp63 f fp1 = 0; local
65 f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is not a reference, pointer-to-object, or pointer-to-data-member}}
H A Doverload-call.cpp22 float* fp1 = g(iv, iv, 0); local
159 float* fp1 = multiparm(iv, iv, iv); local
/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
17 operator fp1() { return f1; }
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); local
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp68 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); local
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp51 FuncPtr<R, A1, &unary_func<R, A1> > fp1; local
H A Dmember-template-access-expr.cpp62 float *fp1 = x1.f1<>(17); local
/external/lz4/examples/
H A DblockStreaming_doubleBuffer.c108 int compare(FILE* fp0, FILE* fp1) argument
116 const size_t r1 = read_bin(fp1, b1, sizeof(b1));
/external/opencv3/modules/imgproc/src/
H A Dgeometry.cpp523 Point2f *fp1 = _result, *fp2 = fp1 + n; local
531 Point2f* dst = k == 1 ? fp1 : fp2;
553 int nr = intersectConvexConvex_(fp1, n, fp2, m, result, &area);
562 if( pointPolygonTest(_InputArray(fp1, n), fp2[0], false) >= 0 )
567 else if( pointPolygonTest(_InputArray(fp2, n), fp1[0], false) >= 0 )
569 result = fp1;

Completed in 1224 milliseconds