Searched refs:fp1 (Results 1 - 24 of 24) 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/CXX/over/over.over/
H A Dp4.cpp8 int (*fp1)(int) = &f0;
19 float (*fp1)(float) = f0;
/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 Dattr-noreturn.cpp176 void (*fp1)() __attribute__((noreturn)) = f0;
184 void (*fp1)() __attribute__((noreturn)) = f0;
H A Doverload-call.cpp22 float* fp1 = g(iv, iv, 0); local
159 float* fp1 = multiparm(iv, iv, iv); local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp6.cpp4 int (*fp1)(int) = [](int x) { return x + 1; };
15 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}}
/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
17 operator fp1() { return f1; }
/external/clang/test/Misc/
H A Dmessage-length.c14 int (*fp1)(int, float, short, float) = f;
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
H A Dtwo_farthest_clusters.py52 fp1, fp2 = get_two_farthest_points(points)
59 (cluster1 if p.distance(fp1) <= p.distance(fp2) else cluster2).append(p)
/external/clang/test/PCH/
H A Dnamespaces.cpp15 N2::t1 *fp1 = &float_val;
/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.arg/temp.arg.type/
H A Dp2.cpp36 int (*fp1)(int, __typeof__(e2)) = f1; // expected-warning{{template argument uses unnamed type}}
/external/skia/src/core/
H A DSkColorFilterShader.cpp106 SkAutoTUnref<const GrFragmentProcessor> fp1(fShader->asFragmentProcessor(context, viewM,
108 if (!fp1.get()) {
114 return fp1.release();
117 const GrFragmentProcessor* fpSeries[] = { fp1.get(), fp2.get() };
/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;
/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/clang/test/CodeGen/
H A Dbig-atomic-ops.c130 int* fp1(_Atomic(int*) *p) {
131 // CHECK: @fp1
H A Datomic-ops.c251 int* fp1(_Atomic(int*) *p) {
252 // CHECK-LABEL: @fp1
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberRegression.java103 FieldPosition fp1 = new FieldPosition(0);
106 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegression.java99 FieldPosition fp1 = new FieldPosition(0);
102 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'");
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp294 FieldPosition fp1(0);
298 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");

Completed in 1122 milliseconds