/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p6.cpp | 5 void (*fp2)(int) = [](int x) { }; in test_conversion() local 16 void (*fp2)(int) = [&](int x) { }; // expected-error{{no viable conversion}} in test_no_conversion() local
|
/external/clang/test/CodeGenCXX/ |
D | convert-to-fptr.cpp | 15 typedef int (*fp2)(float); typedef 19 operator fp2() { return f2; } in operator fp2()
|
/external/qemu/target-mips/ |
D | translate.c | 7394 TCGv_i32 fp2 = tcg_temp_new_i32(); in gen_flt3_arith() local 7398 gen_load_fpr32(fp2, fr); in gen_flt3_arith() 7399 gen_helper_float_muladd_s(fp2, fp0, fp1, fp2); in gen_flt3_arith() 7402 gen_store_fpr32(fp2, fd); in gen_flt3_arith() 7403 tcg_temp_free_i32(fp2); in gen_flt3_arith() 7413 TCGv_i64 fp2 = tcg_temp_new_i64(); in gen_flt3_arith() local 7417 gen_load_fpr64(ctx, fp2, fr); in gen_flt3_arith() 7418 gen_helper_float_muladd_d(fp2, fp0, fp1, fp2); in gen_flt3_arith() 7421 gen_store_fpr64(ctx, fp2, fd); in gen_flt3_arith() 7422 tcg_temp_free_i64(fp2); in gen_flt3_arith() [all …]
|
/external/clang/test/CodeGen/ |
D | exprs.c | 57 void f0(void (*fp)(void), void (*fp2)(void)) { in f0() 58 int x = fp - fp2; in f0()
|
D | atomic-ops.c | 136 int* fp2(_Atomic(int*) *p) { in fp2() function
|
/external/icu4c/test/intltest/ |
D | pptest.cpp | 226 FieldPosition fp2(2); in Test4109023() local 227 if (fp != fp2) in Test4109023()
|
D | numrgts.cpp | 296 FieldPosition fp2(0); in Test4088161() local 298 sBuf2 = df->format(d, sBuf2, fp2); in Test4088161()
|
/external/clang/test/CXX/over/over.over/ |
D | p4.cpp | 9 float (*fp2)(float) = &f0; in test_f0() local
|
/external/clang/test/Misc/ |
D | message-length.c | 16 int (*fp2)(int, float, short, float) = f; in g() local
|
/external/clang/test/SemaCXX/ |
D | attr-unavailable.cpp | 16 void (*fp2)(...) = bar; // expected-error{{'bar' is unavailable}} in test_foo() local
|
D | const-cast.cpp | 60 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
|
D | overload-call.cpp | 137 float* fp2 = multiparm(sv, iv, iv); in test_multiparm() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-cxx03-extra-copy.cpp | 76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-params.cpp | 52 FuncPtr<R, A2, &unary_func<R, A2> > fp2; in use_func_ptr() local
|
D | member-template-access-expr.cpp | 63 …float *fp2 = x1.f1<int>(3.14); // expected-warning {{implicit conversion from 'double' to 'int' ch… in test_X1() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 68 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
|
/external/chromium/net/server/ |
D | http_server.cc | 81 uint32 fp2 = WebSocketKeyFingerprint(key2); in AcceptWebSocket() local 85 memcpy(data + 4, &fp2, 4); in AcceptWebSocket()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.cpp | 647 void PlatformPath::addArcTo(const FloatPoint& fp1, const FloatPoint& fp2, float radius) in addArcTo() argument 653 p2 = fp2; in addArcTo()
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | WebCoreURLResponse.mm | 232 CFSTR("fp2"),
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 156 def FP2 : Register<"fp2">;
|
/external/bison/ |
D | OChangeLog | 303 * src/conflicts.c (print_reductions): Increment both fp1 and fp2 467 * src/conflicts.c (print_reduction): Near end, increment fp2 when
|