HomeSort by relevance Sort by last modified time
    Searched refs:pf1 (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Sema/
warn-bad-function-cast.c 13 char *pf1(void);
33 (void *)pf1();
44 (__SIZE_TYPE__)pf1(); /* expected-warning {{cast from function call of type 'char *' to non-matching type 'unsigned long'}} */
fp16-sema.c 25 extern __fp16 (*pf1) (void); // expected-error {{function return value cannot have __fp16 type; did you forget * ?}}
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 17 void (__fastcall *pf1)(void) = f1; variable
26 pf1(); pf2(); pf4(); pf5();
microsoft-call-conv.c 30 void (__fastcall *pf1)(void) = f1; variable
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7();
stdcall-fastcall.c 23 void (__attribute__((fastcall)) *pf1)(void) = f1;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
  /prebuilts/go/darwin-x86/test/
assign1.go 97 pf1 *F1
183 pf0 = pf1 // ERROR "cannot use|incompatible"
185 pf = pf1 // ERROR "cannot use|incompatible"
186 pf1 = pf0 // ERROR "cannot use|incompatible"
187 pf1 = pf // ERROR "cannot use|incompatible"
304 pf0 = (*func() int)(pf1)
306 pf = (*F)(pf1)
307 pf1 = (*F1)(pf0)
308 pf1 = (*F1)(pf)
96 pf1 *F1 var
  /prebuilts/go/linux-x86/test/
assign1.go 97 pf1 *F1
183 pf0 = pf1 // ERROR "cannot use|incompatible"
185 pf = pf1 // ERROR "cannot use|incompatible"
186 pf1 = pf0 // ERROR "cannot use|incompatible"
187 pf1 = pf // ERROR "cannot use|incompatible"
304 pf0 = (*func() int)(pf1)
306 pf = (*F)(pf1)
307 pf1 = (*F1)(pf0)
308 pf1 = (*F1)(pf)
96 pf1 *F1 var
  /external/clang/test/Parser/
cxx0x-ambig.cpp 142 void (*pf1)() {};
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 3249 struct debug_field_s **pf1, **pf2; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 308 __m128 pf0, pf1; local
326 pf1 = _mm_cvtepi32_ps(cvtepu8_epi32(pi1));
329 bp1 = _mm_add_ps(bp1, _mm_mul_ps(pf1, x));
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.cpp 832 const unsigned char *pf1 =f_img[y_f-4]+xm_f; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 832 const unsigned char *pf1 =f_img[y_f-4]+xm_f; local
    [all...]

Completed in 738 milliseconds