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

  /external/clang/include/clang/Basic/
TargetInfo.h 427 static const char *getTypeConstantSuffix(IntType T);
  /external/clang/lib/Basic/
TargetInfo.cpp 120 /// getTypeConstantSuffix - Return the constant suffix for the specified
122 const char *TargetInfo::getTypeConstantSuffix(IntType T) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 195 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
230 StringRef ConstSuffix(TargetInfo::getTypeConstantSuffix(Ty));
    [all...]

Completed in 183 milliseconds