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

  /external/clang/lib/Basic/
TargetInfo.cpp 181 case UnsignedLongLong: return getLongLongWidth();
195 if (getLongLongWidth() == BitWidth)
210 if (getLongLongWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 701 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 324 /// getLongLongWidth/Align - Return the size of 'signed long long' and
326 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 337 /// getLongLongWidth/Align - Return the size of 'signed long long' and
339 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 354 /// getLongLongWidth/Align - Return the size of 'signed long long' and
356 unsigned getLongLongWidth() const { return LongLongWidth; }
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 435 milliseconds