HomeSort by relevance Sort by last modified time
    Searched refs:pf1 (Results 1 - 6 of 6) 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.c 23 void (__fastcall *pf1)(void) = f1; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
stdcall-fastcall.c 23 void (__attribute__((fastcall)) *pf1)(void) = f1;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
  /packages/apps/Camera/jni/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 660 milliseconds