HomeSort by relevance Sort by last modified time
    Searched refs:getTypeFormatModifier (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 464 static const char *getTypeFormatModifier(IntType T);
  /external/clang/lib/Basic/
TargetInfo.cpp 141 /// getTypeFormatModifier - Return the printf format modifier for the
144 const char *TargetInfo::getTypeFormatModifier(IntType T) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 201 StringRef FmtModifier = TI.getTypeFormatModifier(Ty);
    [all...]

Completed in 631 milliseconds