HomeSort by relevance Sort by last modified time
    Searched full:myprintf (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/LTO/
runtime-library.ll 24 define void @myprintf() {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes_test.so 
  /external/clang/test/Sema/
MicrosoftExtensions.c 138 void myprintf(const char *f, ...) { function
format-strings.c 172 void __attribute__((format(printf,1,3))) myprintf(const char*, int blah, ...);
175 myprintf("%d", 17, 18); // okay

Completed in 136 milliseconds