Searched refs:func0 (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 118 int func0(int, int); 119 extern FuncPtr0<&func0> *fp0; 121 extern FuncPtr0<&func0> *fp0; 122 int func0(int, int); 123 extern FuncPtr0<&func0> *fp0;
|
/external/llvm/test/CodeGen/ARM/ |
D | ifconv-regmask.ll | 19 %call = tail call i32 @func0() 32 declare i32 @func0()
|
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/ |
D | operator.pass.cpp | 36 void func0(std::packaged_task<double(int, char)> p) in func0() function 78 std::thread(func0, std::move(p)).detach(); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 36 void func0(std::packaged_task<double(int, char)> p) in func0() function 78 std::thread(func0, std::move(p)).detach(); in main()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | ldu-ldg.ll | 10 ; CHECK: func0 11 define i8 @func0(i8 addrspace(1)* %ptr) {
|
D | weak-global.ll | 6 define i32 @func0() {
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-left.h | 62 int func0(int);
|
D | redecl-merge-right.h | 65 int func0(int);
|
/external/clang/test/CodeGenCUDA/ |
D | address-spaces.cu | 54 __device__ void func0() { in func0() function
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 2 __stdcall int func0(void);
|
/external/llvm/test/CodeGen/Mips/ |
D | fcopysign.ll | 7 define double @func0(double %d0, double %d1) nounwind readnone {
|
D | fpbr.ll | 8 define void @func0(float %f2, float %f3) nounwind { 10 ; ALL-LABEL: func0:
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 88 func0(i);
|
/external/opencv/cv/src/ |
D | cvcolor.cpp | 2245 CvColorCvtFunc0 func0 = 0; in cvCvtColor() local 2312 func0 = depth == CV_8U ? (CvColorCvtFunc0)icvBGRA2RGBA_8u_C4R : in cvCvtColor() 2524 if( func0 ) in cvCvtColor() 2526 IPPI_CALL( func0( src->data.ptr, src_step, dst->data.ptr, dst_step, size )); in cvCvtColor()
|