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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 196 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
242 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty));
685 TI.getTypeConstantSuffix(TI.getIntMaxType()));
689 TI.getTypeConstantSuffix(TI.getUIntMaxType()));
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 482 const char *getTypeConstantSuffix(IntType T) const;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 123 /// getTypeConstantSuffix - Return the constant suffix for the specified
125 const char *TargetInfo::getTypeConstantSuffix(IntType T) const {

Completed in 113 milliseconds