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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp646 unsigned BW = VT.getScalarType().getSizeInBits(); local
715 unsigned BW = SVT.getSizeInBits(); local
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp345 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
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1323 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized, bool backingIvarReferencedInAccessor) argument
1397 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDecl.cpp3099 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1246 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized, bool backingIvarReferencedInAccessor) argument
1313 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11776 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc); local
H A DSemaDeclCXX.cpp1856 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, InClassInitStyle InitStyle) argument

Completed in 294 milliseconds