Searched defs:printStr (Results 1 – 5 of 5) sorted by relevance
79 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
85 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
373 CallInst* Builder::PRINT(const std::string& printStr, in PRINT()535 CallInst* Builder::PRINT(const std::string& printStr) { return PRINT(printStr, {}); } in PRINT()
82 void printStr(const char *S) { fprintf(stderr, "%s", S); } in printStr() function
313 void printStr(char *toPrint) { in printStr() function