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

/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/SemaCXX/
H A Dconst-cast.cpp59 f fp1 = 0; local
61 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.cpp19 float* fp1 = g(iv, iv, 0); local
136 float* fp1 = multiparm(iv, iv, iv); 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));

Completed in 200 milliseconds