Home
last modified time | relevance | path

Searched defs:IFP (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dblock-call.c4 int (^IFP) (); variable
13 int (^IFP) () = PFR; // OK in main() local
44 int (^IFP) (float); in blah() local
Dblock-misc.c4 int (^IFP) (); variable
/external/llvm-project/clang/test/Sema/
Dblock-call.c4 int (^IFP) (); variable
13 int (^IFP) () = PFR; // OK in main() local
44 int (^IFP) (float); in blah() local
Dblock-misc.c4 int (^IFP) (); variable
/external/clang/test/SemaCXX/
Dblock-call.cpp4 int (^IFP) (); variable
13 int (^IFP) () = PFR; // OK in main() local
44 int (^IFP) (float); in blah() local
/external/llvm-project/clang/test/SemaCXX/
Dblock-call.cpp4 int (^IFP) (); variable
42 int (^IFP) (float); in blah() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_ifp.cpp226 struct IFP struct
228 static void gen(cl_int *x, cl_int *t, cl_int *, in gen()
248 static int chk(cl_int *x, cl_int *y, cl_int *t, cl_int *, cl_int *, in chk()