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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32
699 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 179 case UnsignedLong: return getLongWidth();
193 if (getLongWidth() == BitWidth)
208 if (getLongWidth() >= BitWidth)
Targets.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 319 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
321 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 332 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
334 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 349 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
351 unsigned getLongWidth() const { return LongWidth; }
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 933 milliseconds