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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 691 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder);
719 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
720 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder);
722 TI.getTypeConstantSuffix(TI.getUIntMaxType()));
742 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 227 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 229 IntType getUIntMaxType() const {
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 463 return ArgType(Ctx.getUIntMaxType(), "uintmax_t");
ScanfFormatString.cpp 291 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t"));
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 152 milliseconds