/external/clang/test/CodeGen/ |
D | func-ptr-cast-decl.c | 6 typedef int (*fptr)(double); typedef
|
D | attributes.c | 78 void (__attribute__((fastcall)) *fptr)(int); variable
|
/external/clang/test/Sema/ |
D | warn-main-return-type.c | 36 typedef void *(*fptr)(int a); typedef
|
D | declspec.c | 20 typedef f* fptr; typedef
|
D | nullability.c | 94 …float *fptr = iptr; // expected-warning{{incompatible pointer types initializing 'float *' with an… in printing_nullability() local
|
D | return.c | 161 void (*fptr)() __attribute__((noreturn)); variable
|
/external/clang/test/CodeGenCXX/ |
D | observe-noexcept.cpp | 33 void (*fptr)(void) noexcept = fnoexcp; in foo() local
|
D | debug-info-varargs.cpp | 28 void (*fptr)(int, ...) = b; in b() local
|
D | function-template-specialization.cpp | 14 void test(int *iptr, float *fptr, int diff) { in test()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | constassign.c | 22 void (*const fptr)(void) = foo; in main() local
|
/external/libxml2/include/libxml/ |
D | hash.h | 56 #define XML_CAST_FPTR(fptr) fptr argument
|
/external/mesa3d/src/mesa/tnl/ |
D | t_draw.c | 99 const GLubyte *ptr, GLfloat *fptr, in convert_bgra_to_float() 117 const GLubyte *ptr, GLfloat *fptr, in convert_half_to_float() 144 const GLubyte *ptr, GLfloat *fptr, in convert_fixed_to_float() 186 GLfloat *fptr = (GLfloat *)buf; in _tnl_import_array() local
|
/external/toybox/toys/pending/ |
D | klogd.c | 40 FILE *fptr = xfopen("/proc/sys/kernel/printk", "w"); local
|
/external/clang/test/CodeGenObjCXX/ |
D | lambda-expressions.mm | 71 typedef int (^fptr)(); typedef
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 79 public interface fptr { interface in TreeFilter
|
D | TreeRewriter.java | 35 public interface fptr { interface in TreeRewriter
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 65 RT* callConstructor4 (GenericFptr fptr, void* memory, size_t memorySize, T1 param1, T2 param2, T3 p… in callConstructor4() 102 void callDestructor (GenericFptr fptr, T* obj) in callDestructor()
|
/external/dhcpcd-6.8.2/ |
D | dev.c | 89 void (*fptr)(struct dev *, const struct dev_dhcpcd *); in dev_start2() local
|
/external/clang/test/SemaCXX/ |
D | member-pointers-2.cpp | 45 FuncPtr X0::*fptr; member
|
/external/skia/tests/ |
D | DrawPathTest.cpp | 54 const float* fptr = (const float*)raw; in moveToH() local 59 const float* fptr = (const float*)raw; in cubicToH() local
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 232 VbFont_t *fptr; in FontTest() local
|
/external/clang/test/CXX/except/except.spec/ |
D | p1.cpp | 21 void (*fptr)() throw(); variable
|
/external/libunwind/tests/ |
D | ia64-test-dyn1.c | 42 void *mem, *memend, *addr, *fptr; in create_func() local
|
/external/selinux/libsemanage/tests/ |
D | test_utilities.c | 52 FILE *fptr; variable
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | reloc_ia64.S | 89 #define fptr r26 macro
|