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

  /external/clang/include/clang/Basic/
TargetInfo.h 361 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
363 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 381 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
383 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 398 /// getChar32Width/Align - Return the size of 'char32_t' for this target, in
400 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 42 return Target.getChar32Width();
    [all...]
PPExpressions.cpp 352 NumBits = TI.getChar32Width();
  /external/clang/lib/AST/
Expr.cpp 816 CharByteWidth = target.getChar32Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 398 milliseconds