HomeSort by: relevance | last modified time | path
    Searched refs:getTypeConstantSuffix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 178 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
229 StringRef ConstSuffix(TI.getTypeConstantSuffix(Ty));
413 TI.getTypeConstantSuffix(TI.getSizeType()));
905 TI.getTypeConstantSuffix(TI.getIntMaxType()));
909 TI.getTypeConstantSuffix(TI.getUIntMaxType()));
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 188 /// getTypeConstantSuffix - Return the constant suffix for the specified
190 const char *TargetInfo::getTypeConstantSuffix(IntType T) const {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 826 const char *getTypeConstantSuffix(IntType T) const;

Completed in 19 milliseconds