Searched defs:BW (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp731 unsigned BW = VT.getScalarType().getSizeInBits(); local
733 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, VT);
902 unsigned BW = SVT.getSizeInBits(); local
903 SDValue HalfWord = DAG.getConstant(BW/2, VT);
912 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType());
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp347 unsigned BW,
350 Parent(nullptr), BestIndex(-1), BitWidth(BW), Emitter(E) {
344 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp1402 AccessControl ac, Expr *BW,
1430 return new (C, DC) ObjCIvarDecl(DC, StartLoc, IdLoc, Id, T, TInfo, ac, BW,
1473 IdentifierInfo *Id, QualType T, Expr *BW) {
1474 return new (C, DC) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW);
1398 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1471 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDecl.cpp3240 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
3243 BW, Mutable, InitStyle);
3237 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java201 BW(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/include/clang/AST/
H A DDeclObjC.h1399 QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW,
1401 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW,
1410 AccessControl ac, Expr *BW = nullptr,
1455 QualType T, Expr *BW)
1458 BW, /*Mutable=*/false, /*HasInit=*/ICIS_NoInit) {}
1464 QualType T, Expr *BW);
1397 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1453 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp12210 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc); local
12217 ObjCIvarDecl::Private, BW,
H A DSemaDeclCXX.cpp1925 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1932 Expr *BW, const VirtSpecifiers &VS,
1943 Expr *BitWidth = static_cast<Expr*>(BW);
1930 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, InClassInitStyle InitStyle) argument
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 325 milliseconds