Searched refs:Create (Results 51 - 75 of 473) sorted by relevance

1234567891011>>

/freebsd-12-stable/tests/sys/cddl/zfs/tests/mount/
H A Dsetup.ksh38 log_note Create file systems with mountpoints, so they are mounted automatically
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp90 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, function in class:TemplateParameterList
316 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, function in class:FunctionTemplateDecl
415 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, function in class:ClassTemplateDecl
592 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, function in class:TemplateTypeParmDecl
690 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, function in class:NonTypeTemplateParmDecl
705 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( function in class:NonTypeTemplateParmDecl
777 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, function in class:TemplateTemplateParmDecl
786 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, function in class:TemplateTemplateParmDecl
843 FunctionTemplateSpecializationInfo *FunctionTemplateSpecializationInfo::Create( function in class:FunctionTemplateSpecializationInfo
850 ArgsAsWritten = ASTTemplateArgumentListInfo::Create(
884 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, function in class:ClassTemplateSpecializationDecl
974 ConceptDecl *ConceptDecl::Create(ASTContext &C, DeclContext *DC, function in class:ConceptDecl
1017 Create(ASTContext &Context, TagKind TK,DeclContext *DC, function in class:ClassTemplatePartialSpecializationDecl
1054 FriendTemplateDecl::Create(ASTContext &Context, DeclContext *DC, function in class:FriendTemplateDecl
1070 TypeAliasTemplateDecl *TypeAliasTemplateDecl::Create(ASTContext &C, function in class:TypeAliasTemplateDecl
1120 VarTemplateDecl *VarTemplateDecl::Create(ASTContext &C, DeclContext *DC, function in class:VarTemplateDecl
1242 VarTemplateSpecializationDecl *VarTemplateSpecializationDecl::Create( function in class:VarTemplateSpecializationDecl
1308 VarTemplatePartialSpecializationDecl::Create( function in class:VarTemplatePartialSpecializationDecl
[all...]
H A DDeclFriend.cpp34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, function in class:FriendDecl
H A DStmtCXX.cpp25 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, function in class:CXXTryStmt
32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, function in class:CXXTryStmt
86 CoroutineBodyStmt *CoroutineBodyStmt::Create( function in class:CoroutineBodyStmt
95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, function in class:CoroutineBodyStmt
H A DNestedNameSpecifier.cpp58 NestedNameSpecifier::Create(const ASTContext &Context, function in class:NestedNameSpecifier
71 NestedNameSpecifier::Create(const ASTContext &Context, function in class:NestedNameSpecifier
87 NestedNameSpecifier::Create(const ASTContext &Context, function in class:NestedNameSpecifier
103 NestedNameSpecifier::Create(const ASTContext &Context, function in class:NestedNameSpecifier
115 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { function in class:NestedNameSpecifier
575 Representation = NestedNameSpecifier::Create(Context, Representation,
588 Representation = NestedNameSpecifier::Create(Context, Representation,
600 Representation = NestedNameSpecifier::Create(Context, Representation,
612 Representation = NestedNameSpecifier::Create(Context, Representation, Alias);
H A DStmtOpenMP.cpp163 OMPParallelDirective *OMPParallelDirective::Create( function in class:OMPParallelDirective
189 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPSimdDirective
232 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForDirective
284 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForSimdDirective
336 OMPSectionsDirective *OMPSectionsDirective::Create( function in class:OMPSectionsDirective
361 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, function in class:OMPSectionDirective
381 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, function in class:OMPSingleDirective
407 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, function in class:OMPMasterDirective
425 OMPCriticalDirective *OMPCriticalDirective::Create( function in class:OMPCriticalDirective
450 OMPParallelForDirective *OMPParallelForDirective::Create( function in class:OMPParallelForDirective
502 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( function in class:OMPParallelForSimdDirective
554 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( function in class:OMPParallelMasterDirective
578 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( function in class:OMPParallelSectionsDirective
604 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTaskDirective
627 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, function in class:OMPTaskyieldDirective
642 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C, function in class:OMPBarrierDirective
656 OMPTaskwaitDirective *OMPTaskwaitDirective::Create(const ASTContext &C, function in class:OMPTaskwaitDirective
670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( function in class:OMPTaskgroupDirective
695 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( function in class:OMPCancellationPointDirective
716 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPCancelDirective
740 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, function in class:OMPFlushDirective
762 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, function in class:OMPOrderedDirective
788 OMPAtomicDirective *OMPAtomicDirective::Create( function in class:OMPAtomicDirective
819 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C, function in class:OMPTargetDirective
845 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( function in class:OMPTargetParallelDirective
869 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( function in class:OMPTargetParallelForDirective
922 OMPTargetDataDirective *OMPTargetDataDirective::Create( function in class:OMPTargetDataDirective
944 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( function in class:OMPTargetEnterDataDirective
966 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( function in class:OMPTargetExitDataDirective
988 OMPTeamsDirective *OMPTeamsDirective::Create(const ASTContext &C, function in class:OMPTeamsDirective
1014 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( function in class:OMPTaskLoopDirective
1066 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( function in class:OMPTaskLoopSimdDirective
1117 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( function in class:OMPMasterTaskLoopDirective
1169 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( function in class:OMPMasterTaskLoopSimdDirective
1223 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( function in class:OMPParallelMasterTaskLoopDirective
1279 OMPParallelMasterTaskLoopSimdDirective::Create( function in class:OMPParallelMasterTaskLoopSimdDirective
1335 OMPDistributeDirective *OMPDistributeDirective::Create( function in class:OMPDistributeDirective
1386 OMPTargetUpdateDirective *OMPTargetUpdateDirective::Create( function in class:OMPTargetUpdateDirective
1410 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( function in class:OMPDistributeParallelForDirective
1481 OMPDistributeParallelForSimdDirective::Create( function in class:OMPDistributeParallelForSimdDirective
1551 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( function in class:OMPDistributeSimdDirective
1605 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( function in class:OMPTargetParallelForSimdDirective
1662 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTargetSimdDirective
1705 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( function in class:OMPTeamsDistributeDirective
1757 OMPTeamsDistributeSimdDirective *OMPTeamsDistributeSimdDirective::Create( function in class:OMPTeamsDistributeSimdDirective
1812 OMPTeamsDistributeParallelForSimdDirective::Create( function in class:OMPTeamsDistributeParallelForSimdDirective
1885 OMPTeamsDistributeParallelForDirective::Create( function in class:OMPTeamsDistributeParallelForDirective
1956 OMPTargetTeamsDirective *OMPTargetTeamsDirective::Create( function in class:OMPTargetTeamsDirective
1980 OMPTargetTeamsDistributeDirective *OMPTargetTeamsDistributeDirective::Create( function in class:OMPTargetTeamsDistributeDirective
2037 OMPTargetTeamsDistributeParallelForDirective::Create( function in class:OMPTargetTeamsDistributeParallelForDirective
2113 OMPTargetTeamsDistributeParallelForSimdDirective::Create( function in class:OMPTargetTeamsDistributeParallelForSimdDirective
2187 OMPTargetTeamsDistributeSimdDirective::Create( function in class:OMPTargetTeamsDistributeSimdDirective
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h37 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp18 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, function in class:OptionValueUInt64
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp53 /// Create a new BinaryOperator representing a simple assignment.
56 /// Create a new BinaryOperator representing a comparison.
60 /// Create a new compound stmt using the provided statements.
63 /// Create a new DeclRefExpr for the referenced variable.
67 /// Create a new UnaryOperator representing a dereference.
70 /// Create an implicit cast for an integer conversion.
73 /// Create an implicit cast to a builtin boolean type.
76 /// Create an implicit cast for lvalue-to-rvaluate conversions.
85 /// Create an implicit cast of the given type.
89 /// Create a
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, function in class:__msan::MsanThread
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h72 static DDetector *Create(const DDFlags *flags);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h72 static std::unique_ptr<HeaderMap> Create(const FileEntry *FE,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp689 // Create the new PHI node, insert it into NewBB at the end of the block
691 PHINode::Create(PN->getType(), Preds.size(), PN->getName() + ".ph", BI);
729 // Create new basic block, insert right before the original block.
730 BasicBlock *NewBB = BasicBlock::Create(
734 BranchInst *BI = BranchInst::Create(BB, NewBB);
787 // Create a new basic block for OrigBB's predecessors listed in Preds. Insert
789 BasicBlock *NewBB1 = BasicBlock::Create(OrigBB->getContext(),
795 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1);
829 // Create another basic block for the rest of OrigBB's predecessors.
830 NewBB2 = BasicBlock::Create(OrigB
[all...]
H A DLowerMemIntrinsics.cpp53 BasicBlock::Create(Ctx, "load-store-loop", ParentFunc, PostLoopBB);
84 // Create the loop branch condition.
177 BasicBlock::Create(Ctx, "loop-memcpy-expansion", ParentFunc, PostLoopBB);
198 BasicBlock *ResLoopBB = BasicBlock::Create(Ctx, "loop-memcpy-residual",
202 BasicBlock *ResHeaderBB = BasicBlock::Create(
246 // Create the loop branch condition.
297 // Create the a comparison of src and dst, based on which we jump to either
329 BasicBlock::Create(F->getContext(), "copy_backwards_loop", F, CopyForwardBB);
344 BranchInst::Create(ExitBB, LoopBB, CompareN, ThenTerm);
349 BasicBlock::Create(
[all...]
H A DLowerSwitch.cpp307 // Create a new node that checks if the value is < pivot. Go to the
310 BasicBlock* NewNode = BasicBlock::Create(Val->getContext(), "NodeBlock");
325 BranchInst::Create(LBranch, RBranch, Comp, NewNode);
329 /// Create a new leaf block for the binary lookup tree. It checks if the
339 BasicBlock* NewLeaf = BasicBlock::Create(Val->getContext(), "LeafBlock");
376 BranchInst::Create(Succ, Default, Comp, NewLeaf);
466 BranchInst::Create(Default, OrigBlock);
580 BranchInst::Create(Default, OrigBlock);
595 // Create a new, empty default block so that the new hierarchy of
597 BasicBlock *NewDefault = BasicBlock::Create(S
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, function in class:SystemZConstantPoolValue
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp360 Function *F = Function::Create(
471 Function::Create(FTy, GlobalValue::ExternalLinkage, "__invoke_" + Sig, M);
551 BasicBlock *ThenBB1 = BasicBlock::Create(C, "if.then1", F);
552 BasicBlock *ElseBB1 = BasicBlock::Create(C, "if.else1", F);
553 BasicBlock *EndBB1 = BasicBlock::Create(C, "if.end", F);
564 BasicBlock *ThenBB2 = BasicBlock::Create(C, "if.then2", F);
565 BasicBlock *EndBB2 = BasicBlock::Create(C, "if.end2", F);
643 Function::Create(FunctionType::get(IRB.getInt32Ty(), false),
645 SetTempRet0Func = Function::Create(
658 ResumeF = Function::Create(ResumeFT
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp127 BasicBlock *BB = BasicBlock::Create(Ctx, "entry", F);
128 BasicBlock *ExitBB = BasicBlock::Create(Ctx, "exit", F);
130 BasicBlock *TrapBB = BasicBlock::Create(Ctx, "fail", F);
145 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F);
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc152 static TestableCaseFile &Create(Vdev &vdev);
188 TestableCaseFile::Create(Vdev &vdev) function in class:TestableCaseFile
440 m_caseFile = &TestableCaseFile::Create(*m_vdev);
710 m_caseFile456 = &TestableCaseFile::Create(*m_vdev456);
726 m_caseFile456 = &TestableCaseFile::Create(*m_vdev456);
743 TestableCaseFile *CaseFile1 = &TestableCaseFile::Create(*m_vdev456);
744 TestableCaseFile *CaseFile2 = &TestableCaseFile::Create(*m_vdev789);
745 TestableCaseFile *CaseFile3 = &TestableCaseFile::Create(*m_vdev456);
746 TestableCaseFile *CaseFile4 = &TestableCaseFile::Create(*m_vdev789);
747 TestableCaseFile *CaseFile5 = &TestableCaseFile::Create(*m_vdev78
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp109 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol, function in class:Socket
158 Create(ProtocolTcp, child_processes_inherit, error));
222 Create(ProtocolUnixDomain, child_processes_inherit, error));
237 Create(ProtocolUnixDomain, child_processes_inherit, error));
254 Create(ProtocolUnixAbstract, child_processes_inherit, error));
269 Create(ProtocolUnixAbstract, child_processes_inherit, error));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h63 static OMPThreadPrivateDecl *Create(ASTContext &C, DeclContext *DC,
143 /// Create declare reduction node.
145 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name,
147 /// Create deserialized declare reduction node.
249 static OMPDeclareMapperDecl *Create(ASTContext &C, DeclContext *DC,
325 static OMPCapturedExprDecl *Create(ASTContext &C, DeclContext *DC,
375 /// Create requires node.
376 static OMPRequiresDecl *Create(ASTContext &C, DeclContext *DC,
378 /// Create deserialized requires node.
470 static OMPAllocateDecl *Create(ASTContex
[all...]
H A DExprConcepts.h77 Create(const ASTContext &C, NestedNameSpecifierLoc NNS,
85 Create(const ASTContext &C, ConceptDecl *NamedConcept,
92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs);
430 Satisfaction(ASTConstraintSatisfaction::Create(C, Satisfaction)) {}
499 Create(ASTContext &C, SourceLocation RequiresKWLoc,
504 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
H A DStmtOpenMP.h398 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1229 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc,
1304 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc,
1374 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1446 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1505 static OMPSectionDirective *Create(const ASTContext &C,
1568 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
1618 static OMPMasterDirective *Create(const ASTContext &C,
1685 Create(const ASTContext &C, const DeclarationNameInfo &Name,
1762 Create(cons
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp54 CallInst::Create(IA, AsmArgs, "", BB);
271 FStub = Function::Create(F.getFunctionType(),
279 BasicBlock *BB = BasicBlock::Create(Context, "entry", FStub);
418 CallInst::Create(F, Params, "", &I);
455 Function *FStub = Function::Create
464 BasicBlock *BB = BasicBlock::Create(Context, "entry", FStub);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp259 // Create a clone for two reasons:
795 // Create a NEW `main' function with same type in the test module.
797 Function::Create(oldMain->getFunctionType(),
799 // Create an `oldmain' prototype in the test module, which will
801 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
815 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
816 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
819 ReturnInst::Create(Safe->getContext(), call, BB);
863 // Create a new global to hold the cached function pointer.
872 Function::Create(FuncT
[all...]

Completed in 321 milliseconds

1234567891011>>