/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { in Create() function in OMPChildren 43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, in Create() function in OMPChildren 237 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective 257 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective 292 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective 338 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPTileDirective 359 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective 402 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective 422 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective 440 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective [all …]
|
H A D | DeclOpenMP.cpp | 28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl 57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPAllocateDecl 85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl 112 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl 142 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create() function in OMPDeclareMapperDecl 174 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
|
H A D | StmtCXX.cpp | 25 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt 32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt 86 CoroutineBodyStmt *CoroutineBodyStmt::Create( in Create() function in CoroutineBodyStmt 95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() function in CoroutineBodyStmt
|
H A D | ExprConcepts.cpp | 72 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr 114 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr 128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in ConceptSpecializationExpr 194 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, in Create() function in RequiresExpr 208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
|
H A D | OpenMPClause.cpp | 323 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, in Create() function in OMPOrderedClause 374 OMPUpdateClause *OMPUpdateClause::Create(const ASTContext &C, in Create() function in OMPUpdateClause 381 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUpdateClause 414 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause 445 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause 493 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause 517 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause 565 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause 611 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause 650 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause [all …]
|
H A D | ExprCXX.cpp | 243 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() function in CXXNewExpr 368 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr 382 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr 477 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr 557 CXXOperatorCallExpr::Create(const ASTContext &Ctx, in Create() function in CXXOperatorCallExpr 621 CXXMemberCallExpr *CXXMemberCallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CXXMemberCallExpr 706 CXXStaticCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, in Create() function in CXXStaticCastExpr 732 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXDynamicCastExpr 791 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr 814 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr [all …]
|
H A D | DeclTemplate.cpp | 117 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList 341 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl 440 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl 617 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl 715 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl 730 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl 802 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl 811 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl 868 FunctionTemplateSpecializationInfo *FunctionTemplateSpecializationInfo::Create( in Create() function in FunctionTemplateSpecializationInfo 909 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create() function in ClassTemplateSpecializationDecl [all …]
|
H A D | NestedNameSpecifier.cpp | 59 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 72 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 88 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 104 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier 116 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create() function in NestedNameSpecifier
|
H A D | DeclCXX.cpp | 131 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl 2077 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CXXDeductionGuideDecl 2093 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl 2195 CXXMethodDecl *CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXMethodDecl 2622 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl 2757 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl 2791 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl 2820 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl 2837 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl 2876 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl [all …]
|
H A D | ExprObjC.cpp | 39 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral 78 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral 175 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr 195 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr 214 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
|
H A D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
|
H A D | Decl.cpp | 2017 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl 2725 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl 2898 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo 3856 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo 4137 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl 4383 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl 4518 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl 4734 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl 4740 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl 4763 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl [all …]
|
H A D | Expr.cpp | 289 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr 302 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr 435 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 449 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr 826 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral 832 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral 856 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral 957 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral 963 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
H A D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/netbsd-src/common/dist/zlib/contrib/ada/ |
H A D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
H A D | zlib-streams.adb | 41 procedure Create subprogram 55 subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); 57 procedure Init_Filter 65 procedure Init_Filter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant 154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create() function in ARMConstantPoolConstant 160 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant 168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 175 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant 233 ARMConstantPoolSymbol *ARMConstantPoolSymbol::Create(LLVMContext &C, in Create() function in ARMConstantPoolSymbol 272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | packet.cc | 29 void Packet::Create (Packet &&t) in Create() function in Cody::Packet
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerShmemFuchsia.cpp | 20 bool SharedMemoryRegion::Create(const char *Name) { in Create() function in fuzzer::SharedMemoryRegion
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | ordered_set.bench.cpp | 81 struct Create : Base { struct 84 void run(benchmark::State& State) const { in run() 99 std::string name() const { in name()
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/ |
H A D | ZLib.pas | 55 constructor Create(Strm: TStream); procedure 89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure 118 constructor Create(Source: TStream); procedure
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/ |
H A D | ZLib.pas | 55 constructor Create(Strm: TStream); procedure 89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure 118 constructor Create(Source: TStream); procedure
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/delphi/ |
H A D | ZLib.pas | 55 constructor Create(Strm: TStream); procedure 89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure 118 constructor Create(Source: TStream); procedure
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
|