HomeSort by relevance Sort by last modified time
    Searched refs:pf1 (Results 1 - 11 of 11) 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 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();
  /external/clang/test/Parser/
cxx0x-ambig.cpp 142 void (*pf1)() {};
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_password_unittest.cc 251 static bool PasswordFormComparator(const PasswordForm& pf1,
253 if (pf1.submit_element < pf2.submit_element)
255 if (pf1.username_element < pf2.username_element)
257 if (pf1.username_value < pf2.username_value)
259 if (pf1.username_value < pf2.username_value)
261 if (pf1.password_element < pf2.password_element)
263 if (pf1.password_value < pf2.password_value)
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /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/Camera2/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 287 milliseconds