Searched defs:CharPtr (Results 1 – 5 of 5) sorted by relevance
10 typedef char *CharPtr; in test0() typedef31 typedef char *CharPtr; in test1() typedef
29 typedef char *CharPtr; typedef
279 inline const char* CharPtr(const char* s) { return s; } in CharPtr() function
165 inline const char* CharPtr(const char* s) { return s; } in CharPtr() function
3142 llvm::Type *CharPtr = CGF.Int8PtrTy; in EmitVAArg() local