/external/clang/include/clang/AST/ |
RecordLayout.h | 185 Base->getASTContext().getCharWidth(); 195 VBase->getASTContext().getCharWidth();
|
ASTContext.h | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCRuntime.cpp | 72 CGM.getContext().getCharWidth(); 79 CGM.getContext().getCharWidth(); 120 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth();
|
CGRecordLayoutBuilder.cpp | 289 while (AccessWidth > Types.getTarget().getCharWidth() && 302 assert(AccessWidth >= Types.getTarget().getCharWidth() 438 assert(fieldOffset % Types.getTarget().getCharWidth() == 0 [all...] |
CGExprConstant.cpp | 135 const uint64_t CharWidth = Context.getCharWidth(); [all...] |
CodeGenModule.cpp | 488 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth(); [all...] |
CGExprScalar.cpp | [all...] |
CGObjCGNU.cpp | [all...] |
CGObjCMac.cpp | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardView.java | 565 final float labelCharWidth = getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint); 663 hintX = positionX + getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2; 669 - getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2; 675 - getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint) / 2; 720 - getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2; [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 204 llvm::Twine(BitWidth / TI.getCharWidth())); 498 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far"); 501 DefineTypeSize("__SCHAR_MAX__", TI.getCharWidth(), "", true, Builder); 561 Builder.defineMacro("__INT" + llvm::Twine(TI.getCharWidth()) + "_TYPE__", 564 if (TI.getShortWidth() > TI.getCharWidth())
|
/external/clang/include/clang/Basic/ |
TargetInfo.h | 176 unsigned getCharWidth() const { return 8; } // FIXME
|
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 124 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) { 708 assert(Size % Context.getCharWidth() == 0); 717 assert(DataSize % Context.getCharWidth() == 0); [all...] |
ASTContext.cpp | 647 unsigned Align = Target.getCharWidth(); 816 Width = Target.getCharWidth(); [all...] |
/external/clang/lib/Lex/ |
PPExpressions.cpp | 259 NumBits = TI.getCharWidth();
|
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |
SemaDeclAttr.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | [all...] |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |
/prebuilt/windows/swt/ |
swt.jar | |
/prebuilt/windows-x86_64/swt/ |
swt.jar | |