Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pm606 sub create($self) subroutine
619 sub create($self) subroutine
650 sub create($self) subroutine
668 sub create($self) subroutine
683 sub create($self) subroutine
777 sub create($self) subroutine
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSarif.h82 static SarifArtifactLocation create(llvm::StringRef URI) { in create() function
119 static SarifArtifact create(const SarifArtifactLocation &Loc) { in create() function
185 static ThreadFlow create() { return {}; } in create() function
221 static SarifReportingConfiguration create() { return {}; }; in create() function
269 static SarifRule create() { return {}; } in create() function
333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } in create() function
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr
54 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
/openbsd/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp510 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
516 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
522 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
528 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() function in GlobalAlias
534 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() function in GlobalAlias
571 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalIFunc
H A DType.cpp515 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType
526 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType
533 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType
537 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType
541 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType
548 StructType *StructType::create(ArrayRef<Type*> Elements) { in create() function in StructType
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h101 create(AnalysisDeclContext &analysisContext) { in create() function
115 create(AnalysisDeclContext &analysisContext) { in create() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp183 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr
189 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr
194 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr
210 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr
216 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit55.C1 template <class T> T* create () in create() function
H A Dexplicit56.C8 template <class T> T* create () in create() function
/openbsd/gnu/llvm/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/
H A DEnv.pm56 sub create { subroutine
/openbsd/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp127 IncrementalCompilerBuilder::create(std::vector<const char *> &ClangArgv) { in create() function in IncrementalCompilerBuilder
193 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { in create() function in Interpreter
/openbsd/gnu/llvm/lld/MachO/
H A DDwarf.cpp20 std::unique_ptr<DwarfObject> DwarfObject::create(ObjFile *obj) { in create() function in DwarfObject
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/
H A DNoOutput.pm52 sub create { subroutine
/openbsd/usr.bin/libtool/LT/
H A DLibrary.pm27 sub create($self, $key) subroutine
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp102 PDBSymbol::create(const IPDBSession &PDBSession, in create() function in PDBSymbol
110 std::unique_ptr<PDBSymbol> PDBSymbol::create(const IPDBSession &PDBSession, in create() function in PDBSymbol
/openbsd/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp216 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
259 clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
/openbsd/gnu/llvm/llvm/lib/ObjCopy/
H A DCommonConfig.cpp15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() function in llvm::objcopy::NameOrPattern
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAllocationOrder.cpp29 AllocationOrder AllocationOrder::create(unsigned VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp73 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() function in llvm::SpecialCaseList
81 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() function in llvm::SpecialCaseList
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp76 CoveragePrinter::create(const CoverageViewOptions &Opts) { in create() function in CoveragePrinter
140 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create() function in SourceCoverageView
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in LanaiMCExpr
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp34 Expected<APIIgnoresList> APIIgnoresList::create(StringRef IgnoresFilePath, in create() function in APIIgnoresList

12345678910>>...12