HomeSort by relevance Sort by last modified time
    Searched refs:getCharWidth (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/include/clang/AST/
RecordLayout.h 193 Base->getASTContext().getCharWidth();
203 VBase->getASTContext().getCharWidth();
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 71 CGM.getContext().getCharWidth();
78 CGM.getContext().getCharWidth();
119 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth();
CGRecordLayoutBuilder.cpp 294 while (AccessWidth > Types.getTarget().getCharWidth() &&
307 assert(AccessWidth >= Types.getTarget().getCharWidth()
442 assert(fieldOffset % Types.getTarget().getCharWidth() == 0
    [all...]
CGExprConstant.cpp 165 const uint64_t CharWidth = Context.getCharWidth();
    [all...]
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 539 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth();
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 73 float width = getCharWidth(chars[index + i]);
83 private static float getCharWidth(char c) {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 185 Twine(BitWidth / TI.getCharWidth()));
448 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
451 DefineTypeSize("__SCHAR_MAX__", TI.getCharWidth(), "", true, Builder);
508 Builder.defineMacro("__INT" + Twine(TI.getCharWidth()) + "_TYPE__",
511 if (TI.getShortWidth() > TI.getCharWidth())
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 576 final float labelCharWidth = getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint);
673 hintX = positionX + getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2;
679 - getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2;
686 - getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint) / 2;
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 33 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
39 return Target.getCharWidth();
831 assert(PP.getTargetInfo().getCharWidth() == 8 &&
917 unsigned CharWidth = getCharWidth(Kind, PP.getTargetInfo());
    [all...]
PPExpressions.cpp 285 NumBits = TI.getCharWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 199 unsigned getCharWidth() const { return 8; } // FIXME
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 124 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {
769 assert(Size % Context.getCharWidth() == 0);
780 assert(DataSize % Context.getCharWidth() == 0);
    [all...]
ASTContext.cpp 723 unsigned Align = Target->getCharWidth();
    [all...]
Expr.cpp 586 CharByteWidth = target.getCharWidth();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1029 milliseconds

1 2