Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 42) sorted by relevance

12

/minix3/common/dist/zlib/contrib/ada/
H A Dzlib-streams.adb41 procedure Create subprogram
55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size);
57 procedure Init_Filter
65 procedure Init_Filter
H A Dzlib-streams.ads53 procedure Create subprogspec
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant
133 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant
141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
198 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create() function in ARMConstantPoolSymbol
236 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp305 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt
786 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, in Create() function in ObjCAtTryStmt
816 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt
825 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt
1025 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt
1049 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt
1061 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt
1108 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S, in Create() function in CapturedStmt
1186 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
1221 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
[all …]
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
H A DExprCXX.cpp288 UnresolvedLookupExpr::Create(const ASTContext &C, in Create() function in UnresolvedLookupExpr
450 DependentScopeDeclRefExpr::Create(const ASTContext &C, in Create() function in DependentScopeDeclRefExpr
585 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXStaticCastExpr
610 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXDynamicCastExpr
669 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr
692 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr
706 CXXFunctionalCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, in Create() function in CXXFunctionalCastExpr
769 CXXDefaultArgExpr::Create(const ASTContext &C, SourceLocation Loc, in Create() function in CXXDefaultArgExpr
787 CXXTemporary *CXXTemporary::Create(const ASTContext &C, in Create() function in CXXTemporary
792 CXXBindTemporaryExpr *CXXBindTemporaryExpr::Create(const ASTContext &C, in Create() function in CXXBindTemporaryExpr
[all …]
H A DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
H A DNestedNameSpecifier.cpp46 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
59 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
75 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
91 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
103 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create() function in NestedNameSpecifier
H A DDeclTemplate.cpp57 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList
225 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl
302 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl
467 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl
539 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl
549 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl
612 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
621 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
663 FunctionTemplateSpecializationInfo::Create(ASTContext &C, FunctionDecl *FD, in Create() function in FunctionTemplateSpecializationInfo
713 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create() function in ClassTemplateSpecializationDecl
[all …]
H A DDeclFriend.cpp27 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FriendDecl
H A DDeclCXX.cpp95 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
1446 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXMethodDecl
1667 CXXCtorInitializer *CXXCtorInitializer::Create(ASTContext &Context, in Create() function in CXXCtorInitializer
1729 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXConstructorDecl
1878 CXXDestructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXDestructorDecl
1901 CXXConversionDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXConversionDecl
1922 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl
1939 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl
1979 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl
2014 NamespaceAliasDecl *NamespaceAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceAliasDecl
[all …]
H A DDecl.cpp1725 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl
2206 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
3265 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
3449 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
3537 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
3746 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
3752 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
3757 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
3788 ImplicitParamDecl *ImplicitParamDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImplicitParamDecl
3801 FunctionDecl *FunctionDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FunctionDecl
[all …]
H A DExpr.cpp367 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
383 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
726 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
732 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
752 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
758 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
832 StringLiteral *StringLiteral::Create(const ASTContext &C, StringRef Str, in Create() function in StringLiteral
1307 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1363 MemberExpr *MemberExpr::Create(const ASTContext &C, Expr *base, bool isarrow, in Create() function in MemberExpr
1725 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
[all …]
H A DDeclObjC.cpp643 ObjCMethodDecl *ObjCMethodDecl::Create( in Create() function in ObjCMethodDecl
1145 ObjCInterfaceDecl *ObjCInterfaceDecl::Create(const ASTContext &C, in Create() function in ObjCInterfaceDecl
1431 ObjCIvarDecl *ObjCIvarDecl::Create(ASTContext &C, ObjCContainerDecl *DC, in Create() function in ObjCIvarDecl
1504 *ObjCAtDefsFieldDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCAtDefsFieldDecl
1534 ObjCProtocolDecl *ObjCProtocolDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCProtocolDecl
1653 ObjCCategoryDecl *ObjCCategoryDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCategoryDecl
1701 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCategoryImplDecl
1791 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCImplementationDecl
1838 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCompatibleAliasDecl
1857 ObjCPropertyDecl *ObjCPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCPropertyDecl
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp18 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr, in Create() function in ARMMCExpr
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::Create(VariantKind Kind, APFloat Flt, MCContext &Ctx) { in Create() function in NVPTXFloatMCExpr
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp133 const MCBinaryExpr *MCBinaryExpr::Create(Opcode Opc, const MCExpr *LHS, in Create() function in MCBinaryExpr
138 const MCUnaryExpr *MCUnaryExpr::Create(Opcode Opc, const MCExpr *Expr, in Create() function in MCUnaryExpr
143 const MCConstantExpr *MCConstantExpr::Create(int64_t Value, MCContext &Ctx) { in Create() function in MCConstantExpr
158 const MCSymbolRefExpr *MCSymbolRefExpr::Create(const MCSymbol *Sym, in Create() function in MCSymbolRefExpr
164 const MCSymbolRefExpr *MCSymbolRefExpr::Create(StringRef Name, VariantKind Kind, in Create() function in MCSymbolRefExpr
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp44 MipsMCExpr::Create(MCSymbolRefExpr::VariantKind VK, const MCExpr *Expr, in Create() function in MipsMCExpr
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp24 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() function
167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create() function
173 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create() function
178 static StringMapEntry *Create(StringRef Key) { in Create() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp28 const AArch64MCExpr *AArch64MCExpr::Create(const MCExpr *Expr, VariantKind Kind, in Create() function in AArch64MCExpr
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp22 PPCMCExpr::Create(VariantKind Kind, const MCExpr *Expr, in Create() function in PPCMCExpr
/minix3/common/dist/zlib/contrib/delphi/
H A DZLib.pas55 constructor Create(Strm: TStream); procedure
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure
118 constructor Create(Source: TStream); procedure
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp29 SparcMCExpr::Create(VariantKind Kind, const MCExpr *Expr, in Create() function in SparcMCExpr
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function

12