Searched refs:Create (Results 101 - 125 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp242 result_valobj_sp = ValueObjectConstResult::Create(
329 result_valobj_sp = ValueObjectConstResult::Create(
382 result_valobj_sp = ValueObjectConstResult::Create(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp80 RuntimeCheck = BinaryOperator::Create(Instruction::Or, MemRuntimeCheck,
94 // Create empty preheader for the loop (and after cloning for the
112 BranchInst::Create(NonVersionedLoop->getLoopPreheader(),
142 PN = PHINode::Create(Inst->getType(), 2, Inst->getName() + ".lver",
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h122 * \brief Create or return an existing active CaseFile for the
129 static CaseFile &Create(Vdev &vdev);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h131 static lldb::ValueObjectSP Create(ValueObject &parent, lldb::ValueType type) { function in class:lldb_private::ValueObjectRecognizerSynthesizedValue
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h86 static CXXTryStmt *Create(const ASTContext &C, SourceLocation tryLoc,
89 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
368 static CoroutineBodyStmt *Create(const ASTContext &C, CtorArgs const &Args);
369 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell,
H A DDeclCXX.h116 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, function in class:clang::AccessSpecDecl
542 static CXXRecordDecl *Create(const ASTContext &C, TagKind TK, DeclContext *DC,
1866 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1917 static RequiresExprBodyDecl *Create(ASTContext &C, DeclContext *DC,
1948 static CXXMethodDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2449 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc,
2672 static CXXDestructorDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2734 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc,
2800 static LinkageSpecDecl *Create(ASTContext &C, DeclContext *DC,
2943 static UsingDirectiveDecl *Create(ASTContex
3102 static LifetimeExtendedTemporaryDecl *Create(Expr *Temp, ValueDecl *EDec, function in class:clang::final
3197 static UsingShadowDecl *Create(ASTContext &C, DeclContext *DC, function in class:clang::UsingShadowDecl
[all...]
H A DDeclTemplate.h111 static TemplateParameterList *Create(const ASTContext &C,
262 /// Create a new template argument list that copies the given set of
519 Create(ASTContext &C, FunctionDecl *FD, FunctionTemplateDecl *Template,
714 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
1119 /// Create a function template node.
1120 static FunctionTemplateDecl *Create(ASTContext &C, DeclContext *DC,
1126 /// Create an empty function template node.
1221 static TemplateTypeParmDecl *Create(const ASTContext &C, DeclContext *DC,
1432 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1437 Create(cons
1776 static BuiltinTemplateDecl *Create(const ASTContext &C, DeclContext *DC, function in class:clang::BuiltinTemplateDecl
2621 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, CXXMethodDecl *FD, function in class:clang::ClassScopeFunctionSpecializationDecl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp89 // Create a function prototype based on the first call site (first bitcast)
99 // Create a new function with the correct type
126 Function::Create(NewType, F.getLinkage(), F.getName() + ".fixed_sig");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp136 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp39 return llvm::Function::Create(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h19 Create(Module &module, DWARFDataExtractor apple_names,
H A DDebugNamesDWARFIndex.h22 Create(Module &module, DWARFDataExtractor debug_names,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp230 LSI->GLTemplateParameterList = TemplateParameterList::Create(
394 CXXMethodDecl *Method = CXXMethodDecl::Create(
407 // Create a function template if we have a template parameter list
409 FunctionTemplateDecl::Create(Context, Class,
683 E = ImplicitCastExpr::Create(S.Context, returnType, CK_IntegralCast,
790 // Create an 'auto' or 'auto&' TypeSourceInfo that we can use to
862 // Create a dummy variable representing the init-capture. This is not actually
866 VarDecl *NewVD = VarDecl::Create(Context, CurContext, Loc,
1300 // Create the type of the conversion function.
1367 InvokerParams.push_back(ParmVarDecl::Create(
[all...]
H A DSemaTemplateInstantiateDecl.cpp174 Expr *Param = IntegerLiteral::Create(
711 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
725 = NamespaceAliasDecl::Create(SemaRef.Context, Owner,
768 // Create the new typedef
771 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(),
774 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(),
830 // Create a local instantiation scope for this type alias template, which
855 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(),
872 auto *NewBD = BindingDecl::Create(SemaRef.Context, Owner, D->getLocation(),
924 Var = DecompositionDecl::Create(SemaRe
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h36 /// Create an IRMaterializationLayer. Scans the module to build the
41 /// Create an IRMaterializationLayer from a module, and pre-existing
152 Create(ObjectLayer &L, VModuleKey K, std::unique_ptr<MemoryBuffer> O);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h53 Create(const lldb::DataBufferSP &data_buf_sp);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h65 static FakeStack *Create(uptr stack_size_log);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h93 Create(const FileSpec &filename);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h55 static lldb::REPLSP Create(Status &Status, lldb::LanguageType language,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h56 static std::unique_ptr<Socket> Create(const SocketProtocol protocol,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp136 BinaryOperator *NewShift = BinaryOperator::Create(ShiftOpcode, X, NewShAmt);
155 Ret = CastInst::Create(Instruction::Trunc, NewShift, Sh0->getType());
310 auto *NewShift = BinaryOperator::Create(OuterShift->getOpcode(), X,
316 return BinaryOperator::Create(Instruction::And, NewShift, NewMask);
360 return BinaryOperator::Create(LogicInst->getOpcode(), NewShift1, NewShift2);
371 return BinaryOperator::Create(I.getOpcode(), Op0, NewExt);
399 return BinaryOperator::Create(
799 return BinaryOperator::Create(Op0BO->getOpcode(), YS, XM);
834 return BinaryOperator::Create(Op0BO->getOpcode(), XM, YS);
854 return BinaryOperator::Create(Op0B
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp169 auto *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage, Name, M);
410 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
484 Value *V = ExtractElementInst::Create(Val0,
528 Value *V = InsertElementInst::Create(Val0, Val1,
635 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
662 Value *V = CmpInst::Create(fp ? Instruction::FCmp : Instruction::ICmp,
672 // Create a legal entry block.
673 BasicBlock *BB = BasicBlock::Create(F->getContext(), "BB", F);
674 ReturnInst::Create(F->getContext(), BB);
676 // Create th
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp494 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, nullptr,
502 return StringLiteral::Create(*Context, Str, StringLiteral::Ascii,
1269 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1282 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1296 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1345 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1358 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1372 NewMsg = ObjCMessageExpr::Create(*Context, OldMsg->getType(),
1984 // Create a new string expression.
1999 // Create
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp319 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, function in class:CompoundStmt
356 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, function in class:AttributedStmt
864 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, function in class:IfStmt
976 SwitchStmt *SwitchStmt::Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, function in class:SwitchStmt
1034 WhileStmt *WhileStmt::Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, function in class:WhileStmt
1093 ReturnStmt *ReturnStmt::Create(const ASTContext &Ctx, SourceLocation RL, function in class:ReturnStmt
1109 CaseStmt *CaseStmt::Create(const ASTContext &Ctx, Expr *lhs, Expr *rhs, function in class:CaseStmt
1136 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, function in class:SEHTryStmt
1156 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, function in class:SEHExceptStmt
1164 SEHFinallyStmt* SEHFinallyStmt::Create(cons function in class:SEHFinallyStmt
1248 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S, function in class:CapturedStmt
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h64 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, function in class:llvm::ScopedHashTableVal
219 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,

Completed in 330 milliseconds

1234567891011>>