Home
last modified time | relevance | path

Searched refs:create (Results 201 – 225 of 5166) sorted by relevance

12345678910>>...207

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d1932 static TypeInfoDeclaration create(Type tinfo) in create() function
1977 static TypeInfoStructDeclaration create(Type tinfo) in create() function
2002 static TypeInfoClassDeclaration create(Type tinfo) in create() function
2052 static TypeInfoPointerDeclaration create(Type tinfo) in create() function
2077 static TypeInfoArrayDeclaration create(Type tinfo) in create() function
2152 static TypeInfoEnumDeclaration create(Type tinfo) in create() function
2227 static TypeInfoTupleDeclaration create(Type tinfo) in create() function
2252 static TypeInfoConstDeclaration create(Type tinfo) in create() function
2302 static TypeInfoSharedDeclaration create(Type tinfo) in create() function
2327 static TypeInfoWildDeclaration create(Type tinfo) in create() function
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp56 MCBinaryExpr::createSub(MCSymbolRefExpr::create(LHS, Context), in EmitAbsDifference()
57 MCSymbolRefExpr::create(RHS, Context), Context); in EmitAbsDifference()
133 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context); in EmitSymbolRefWithOfs()
134 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context); in EmitSymbolRefWithOfs()
136 const MCSymbolRefExpr *BaseRefRel = MCSymbolRefExpr::create(Base, in EmitSymbolRefWithOfs()
149 streamer.emitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
214 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
256 MCBinaryExpr::createSub(MCSymbolRefExpr::create(LHS, Context), in GetAbsDifference()
257 MCSymbolRefExpr::create(RHS, Context), Context); in GetAbsDifference()
1066 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfo()
[all …]
/netbsd/external/bsd/nvi/dist/catalog/
H A DREADME77 002 "Unable to create temporary file"
96 Unable to create temporary fileX
113 To create a new catalog for nvi:
128 have new sources for which you want to create a new base catalog, you
129 can create it by running the command "make english" in the catalog
134 will create the second (and corresponding) file for each file named
143 development. It will be taken care of automatically when you create
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchers.rst14 .. FIXME: create tutorial and link to the tutorial
19 LibASTMatchers provides a domain specific language to create predicates on
29 For example, to create a matcher that matches all class or union declarations
41 How to create a matcher
45 when trying to figure out how to create a matcher for a specific pattern. This
61 In general, the strategy to create the right matchers is:
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp56 MCSymbolRefExpr::create(FromSym, MCSymbolRefExpr::VK_None, getContext(), in ParseDirectiveCGProfile()
58 MCSymbolRefExpr::create(ToSym, MCSymbolRefExpr::VK_None, getContext(), in ParseDirectiveCGProfile()
/netbsd/tests/net/if_gif/
H A Dt_gif_unnumbered.sh93 atf_check -s exit:0 -o ignore rump.ifconfig gif0 create
105 atf_check -s exit:0 -o ignore rump.ifconfig gif0 create
159 atf_check -s exit:0 -o ignore rump.ifconfig gif0 create
171 atf_check -s exit:0 -o ignore rump.ifconfig gif0 create
/netbsd/external/gpl2/lvm2/dist/test/
H A Dtest-utils.sh54 echo 0 10000000 error | dmsetup create ioerror
121 dmsetup create $name $name.table
149 dmsetup create $name $name.table || dmsetup load $name $name.table
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d57 void create(size_t len) in SmallBuffer()
90 b.create(1000);
138 buffer.create(requiredLength + 1); in version()
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.h24 virtual Expected<std::unique_ptr<Object>> create() const = 0;
49 Expected<std::unique_ptr<Object>> create() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumSymbols.cpp33 return std::unique_ptr<PDBSymbol>(PDBSymbol::create(Session, std::move(RawSymbol))); in getChildAtIndex()
44 PDBSymbol::create(Session, std::move(RawSymbol))); in getNext()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp55 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
59 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-ref.h122 referring.create (0); in clear()
123 references.create (0); in clear()
H A Dcselib.c1371 create, memmode); in cselib_hash_rtx()
1376 create, memmode)); in cselib_hash_rtx()
1408 create, memmode); in cselib_hash_rtx()
1552 cselib_lookup_mem (rtx x, int create) in cselib_lookup_mem() argument
1588 if (! create) in cselib_lookup_mem()
2189 int create, machine_mode memmode) in cselib_lookup_1() argument
2216 if (! create) in cselib_lookup_1()
2285 return cselib_lookup_mem (x, create); in cselib_lookup_1()
2287 hashval = cselib_hash_rtx (x, create, memmode); in cselib_lookup_1()
2293 create ? INSERT : NO_INSERT, memmode); in cselib_lookup_1()
[all …]
H A Dcselib.cc1441 create, memmode); in cselib_hash_rtx()
1446 create, memmode)); in cselib_hash_rtx()
1477 create, memmode); in cselib_hash_rtx()
1621 cselib_lookup_mem (rtx x, int create) in cselib_lookup_mem() argument
1657 if (! create) in cselib_lookup_mem()
2257 int create, machine_mode memmode) in cselib_lookup_1() argument
2284 if (! create) in cselib_lookup_1()
2353 return cselib_lookup_mem (x, create); in cselib_lookup_1()
2355 hashval = cselib_hash_rtx (x, create, memmode); in cselib_lookup_1()
2361 create ? INSERT : NO_INSERT, memmode); in cselib_lookup_1()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c1371 create, memmode); in cselib_hash_rtx()
1376 create, memmode)); in cselib_hash_rtx()
1408 create, memmode); in cselib_hash_rtx()
1552 cselib_lookup_mem (rtx x, int create) in cselib_lookup_mem() argument
1588 if (! create) in cselib_lookup_mem()
2189 int create, machine_mode memmode) in cselib_lookup_1() argument
2216 if (! create) in cselib_lookup_1()
2285 return cselib_lookup_mem (x, create); in cselib_lookup_1()
2287 hashval = cselib_hash_rtx (x, create, memmode); in cselib_lookup_1()
2293 create ? INSERT : NO_INSERT, memmode); in cselib_lookup_1()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1010 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, Context); in emitDirectiveEnd()
1041 MCSymbolRefExpr::create(CurPCSym, MCSymbolRefExpr::VK_None, Context), in emitDirectiveEnd()
1166 const MCExpr *HiSym = MipsMCExpr::create( in emitDirectiveCpLoad()
1168 MCSymbolRefExpr::create("_gp_disp", MCSymbolRefExpr::VK_None, in emitDirectiveCpLoad()
1179 const MCExpr *LoSym = MipsMCExpr::create( in emitDirectiveCpLoad()
1181 MCSymbolRefExpr::create("_gp_disp", MCSymbolRefExpr::VK_None, in emitDirectiveCpLoad()
1248 const MipsMCExpr *HiExpr = MipsMCExpr::create( in emitDirectiveCpsetup()
1249 MipsMCExpr::MEK_HI, MCSymbolRefExpr::create(GPSym, MCA.getContext()), in emitDirectiveCpsetup()
1251 const MipsMCExpr *LoExpr = MipsMCExpr::create( in emitDirectiveCpsetup()
1266 MipsMCExpr::MEK_HI, MCSymbolRefExpr::create(&Sym, MCA.getContext()), in emitDirectiveCpsetup()
[all …]
/netbsd/distrib/sparc/bootfs/
H A DMakefile34 MDSET_SUFFIXES.netbsd.ram= aout create-aout
41 create-aout=\
/netbsd/distrib/sgimips/instkernel/
H A DMakefile32 MDSET_SUFFIXES.netbsd-INSTALL${NX}_IP2x=ecoff create-ecoff
33 create-ecoff= ${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
/netbsd/external/apache2/llvm/dist/clang/include/clang/Interpreter/
H A DInterpreter.h42 create(std::vector<const char *> &ClangArgv);
56 create(std::unique_ptr<CompilerInstance> CI);
/netbsd/distrib/pmax/instkernel/
H A DMakefile28 MDSET_SUFFIXES.netbsd-INSTALL${SFX}= ecoff create-ecoff
29 create-ecoff= ${MIPS_ELF2ECOFF} ${.TARGET:R} ${.TARGET}
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DHowToUseAttributes.rst21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute``
52 An ``AttributeList`` is also a uniqued and immutable object. You create an
65 Lastly, we have a "builder" class to help create the ``AttributeList`` object
66 without having to create several different intermediate uniqued
/netbsd/external/bsd/byacc/dist/test/btyacc/
H A Dhelp.error6 -B create a backtracking parser
15 -P create a reentrant parser, e.g., "%pure-parser"
H A Dno_p_opt.error6 -B create a backtracking parser
15 -P create a reentrant parser, e.g., "%pure-parser"
/netbsd/external/bsd/byacc/dist/test/yacc/
H A Dhelp.error6 -B create a backtracking parser
15 -P create a reentrant parser, e.g., "%pure-parser"

12345678910>>...207