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

  /external/clang/include/clang/Basic/
TargetInfo.h 356 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
358 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 376 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
378 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 393 /// getChar16Width/Align - Return the size of 'char16_t' for this target, in
395 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 39 return Target.getChar16Width();
    [all...]
PPExpressions.cpp 350 NumBits = TI.getChar16Width();
  /external/clang/lib/AST/
Expr.cpp 813 CharByteWidth = target.getChar16Width();
    [all...]
ASTContext.cpp     [all...]

Completed in 209 milliseconds