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

  /external/clang/lib/Basic/
TargetInfo.cpp 113 /// getTypeConstantSuffix - Return the constant suffix for the specified
115 const char *TargetInfo::getTypeConstantSuffix(IntType T) {
  /external/clang/include/clang/Basic/
TargetInfo.h 345 /// getTypeConstantSuffix - Return the constant suffix for the specified
347 static const char *getTypeConstantSuffix(IntType T);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 168 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
199 StringRef ConstSuffix(TargetInfo::getTypeConstantSuffix(Ty));

Completed in 689 milliseconds