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

1 2

  /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 296 while (AccessWidth > Types.getTarget().getCharWidth() &&
309 assert(AccessWidth >= Types.getTarget().getCharWidth()
444 assert(fieldOffset % Types.getTarget().getCharWidth() == 0
    [all...]
CGExprConstant.cpp 165 const uint64_t CharWidth = Context.getCharWidth();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenModule.cpp 597 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth();
    [all...]
CGExprScalar.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 535 final float labelCharWidth = getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint);
616 hintX = positionX + getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2;
622 - getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2;
629 - getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint) / 2;
683 - getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2;
724 private float getCharWidth(final char[] referenceChar, final Paint paint) {
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 185 Twine(BitWidth / TI.getCharWidth()));
467 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
470 DefineTypeSize("__SCHAR_MAX__", TI.getCharWidth(), "", true, Builder);
530 Builder.defineMacro("__INT" + Twine(TI.getCharWidth()) + "_TYPE__",
533 if (TI.getShortWidth() > TI.getCharWidth())
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 76 float width = getCharWidth(chars[index + i]);
86 private static float getCharWidth(char c) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 33 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
39 return Target.getCharWidth();
896 assert(PP.getTargetInfo().getCharWidth() == 8 &&
    [all...]
PPExpressions.cpp 285 NumBits = TI.getCharWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 229 unsigned getCharWidth() const { return 8; } // FIXME
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 125 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {
773 assert(Size % Context.getCharWidth() == 0);
784 assert(DataSize % Context.getCharWidth() == 0);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 627 CharByteWidth = target.getCharWidth();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
RegionStore.cpp 566 Length = ExtentInt.getLimitedValue() * Ctx.getCharWidth();
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 545 milliseconds

1 2