Home
last modified time | relevance | path

Searched refs:create (Results 101 – 125 of 5038) sorted by relevance

12345678910>>...202

/netbsd/external/apache2/llvm/dist/clang/tools/clang-repl/
H A DClangRepl.cpp61 auto J = llvm::orc::LLJITBuilder().create(); in main()
73 auto CI = ExitOnErr(clang::IncrementalCompilerBuilder::create(ClangArgv)); in main()
80 auto Interp = ExitOnErr(clang::Interpreter::create(std::move(CI))); in main()
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Ddbtools.sdf7 This section tells you how to create a slapd database from scratch,
9 two ways to create a database. First, you can create the database
18 have many thousands of entries to create, which would take an
36 trying to create. For example:
49 You need to create this directory with appropriate permissions such
86 This would create presence, equality, approximate, and substring
113 and then use a command like this to actually create the entry:
124 you have many thousands of entries to create, which would take an
146 trying to create. For example:
169 This would create presence, equality, approximate, and substring
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp99 Fixups.push_back(MCFixup::create(0, MO.getExpr(), in encodeRelCondBrTarget()
161 Fixups.push_back(MCFixup::create(0, OffsetOp.getExpr(), in encodeMemri()
196 Fixups.push_back(MCFixup::create(Offset, MO.getExpr(), FixupKind, MI.getLoc())); in encodeImm()
212 Fixups.push_back(MCFixup::create(0, MO.getExpr(), FixupKind, MI.getLoc())); in encodeCallTarget()
242 Fixups.push_back(MCFixup::create(0, AVRExpr, FixupKind)); in getExprOpValue()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dconfigure.com224 $! create config.h
227 $ create []config.h
292 $ create build.com
301 $ create build.com
308 $ create substxx.tpu
/netbsd/tests/usr.sbin/traceroute/
H A Dt_traceroute.sh48 atf_check -s exit:0 rump.ifconfig shmif0 create
67 atf_check -s exit:0 rump.ifconfig shmif0 create
71 atf_check -s exit:0 rump.ifconfig shmif1 create
/netbsd/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c55 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() argument
91 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name()
163 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() argument
186 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() argument
218 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted()
226 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() argument
233 r = parse_string(ctx, &s, s[-1], res, create); in parse_value()
250 return parse_unquoted(ctx, t, res, create); in parse_value()
H A Dproperty_string.c211 int create) in ossl_property_name() argument
220 create ? &propdata->prop_name_idx : NULL, in ossl_property_name()
230 int create) in ossl_property_value() argument
239 create ? &propdata->prop_value_idx : NULL, in ossl_property_value()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h134 return MemDepResult(ValueTy::create<Def>(Inst)); in getDef()
138 return MemDepResult(ValueTy::create<Clobber>(Inst)); in getClobber()
141 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
144 return MemDepResult(ValueTy::create<Other>(NonFuncLocal)); in getNonFuncLocal()
147 return MemDepResult(ValueTy::create<Other>(Unknown)); in getUnknown()
204 return MemDepResult(ValueTy::create<Invalid>(Inst)); in getDirty()
/netbsd/external/gpl3/gdb/dist/libctf/
H A DChangeLog18 * ctf-create.c: ... here.
155 * ctf-create.c (ctf_serialize): Adjusted.
196 * ctf-create.c (ctf_serialize): Adjust.
211 * ctf-create.c (ctf_serialize): Adjust.
645 * ctf-create.c: Include <unistd.h>.
886 * ctf-create.c (ctf_grow_ptrtab): New.
1113 * ctf-create.c (ctf_update): Likewise.
1160 * ctf-create.c (ctf_write_mem): New.
1478 * ctf-create.c (ctf_update): Likewise.
1587 * ctf-create.c (enumcmp): New.
[all …]
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A DChangeLog18 * ctf-create.c: ... here.
155 * ctf-create.c (ctf_serialize): Adjusted.
196 * ctf-create.c (ctf_serialize): Adjust.
211 * ctf-create.c (ctf_serialize): Adjust.
645 * ctf-create.c: Include <unistd.h>.
886 * ctf-create.c (ctf_grow_ptrtab): New.
1113 * ctf-create.c (ctf_update): Likewise.
1160 * ctf-create.c (ctf_write_mem): New.
1478 * ctf-create.c (ctf_update): Likewise.
1587 * ctf-create.c (enumcmp): New.
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp75 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::create(Sym, in createSparcMCOperand()
77 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext); in createSparcMCOperand()
91 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp()
92 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, in createPCXRelExprOp()
94 const MCSymbolRefExpr *Cur = MCSymbolRefExpr::create(CurLabel, in createPCXRelExprOp()
99 const SparcMCExpr *expr = SparcMCExpr::create(Kind, in createPCXRelExprOp()
196 MCOperand imm = MCOperand::createExpr(MCConstantExpr::create(12, in LowerGETPCXAndEmitMCInsts()
208 MCOperand imm = MCOperand::createExpr(MCConstantExpr::create(32, in LowerGETPCXAndEmitMCInsts()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp150 const MCExpr *LabelExpr = MCSymbolRefExpr::create(LabelSym, getContext()); in emitGOTToPCRelReloc()
151 const MCExpr *Eight = MCConstantExpr::create(8, getContext()); in emitGOTToPCRelReloc()
157 MCSymbolRefExpr::create(CurrentLocation, getContext()); in emitGOTToPCRelReloc()
167 MCFixup::create(LabelSym->getOffset() - 8, SubExpr2, in emitGOTToPCRelReloc()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h80 create(const IPDBSession &PDBSession,
82 static std::unique_ptr<PDBSymbol> create(const IPDBSession &PDBSession,
89 std::unique_ptr<PDBSymbol> S = create(PDBSession, std::move(RawSymbol)); in createAs()
95 std::unique_ptr<PDBSymbol> S = create(PDBSession, RawSymbol); in createAs()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h249 static IntegerExp *create(const Loc &loc, dinteger_t value, Type *type);
279 static RealExp *create(const Loc &loc, real_t value, Type *type);
296 static ComplexExp *create(const Loc &loc, complex_t value, Type *type);
313 static IdentifierExp *create(const Loc &loc, Identifier *ident);
375 static StringExp *create(const Loc &loc, const char *s);
376 static StringExp *create(const Loc &loc, const void *s, d_size_t len);
407 static TupleExp *create(const Loc &loc, Expressions *exps);
421 static ArrayLiteralExp *create(const Loc &loc, Expressions *elements);
829 static CallExp *create(const Loc &loc, Expression *e, Expressions *exps);
830 static CallExp *create(const Loc &loc, Expression *e);
[all …]
H A Dmtype.h419 static TypeVector *create(Type *basetype);
492 static TypeAArray *create(Type *t, Type *index);
508 static TypePointer *create(Type *t);
568 static Parameter *create(StorageClass storageClass, Type *type, Identifier *ident,
654 static TypeDelegate *create(TypeFunction *t);
718 static TypeIdentifier *create(const Loc &loc, Identifier *ident);
779 static TypeStruct *create(StructDeclaration *sym);
872 static TypeTuple *create(Parameters *arguments);
873 static TypeTuple *create();
874 static TypeTuple *create(Type *t1);
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dhash.texi5 to look up a string in a hash table and optionally create an
16 ends. The linker may create thousands of hash table entries,
33 To create a hash table, create an instance of a @code{struct
43 function to use to create new entries. For a basic hash
49 @code{bfd_hash_table_init} will create an objalloc which will be
66 string in the hash table and to create a new entry.
68 If the @var{create} argument is @code{FALSE}, @code{bfd_hash_lookup}
75 If the @var{create} argument is @code{TRUE}, the string will be
82 If the @var{create} argument is @code{TRUE}, and a new entry is
115 table you want to create.
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/doc/
H A Dhash.texi5 to look up a string in a hash table and optionally create an
16 ends. The linker may create thousands of hash table entries,
33 To create a hash table, create an instance of a @code{struct
43 function to use to create new entries. For a basic hash
49 @code{bfd_hash_table_init} will create an objalloc which will be
66 string in the hash table and to create a new entry.
68 If the @var{create} argument is @code{FALSE}, @code{bfd_hash_lookup}
75 If the @var{create} argument is @code{TRUE}, the string will be
82 If the @var{create} argument is @code{TRUE}, and a new entry is
115 table you want to create.
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp33 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, AP.OutContext); in LowerSymbolOperand()
37 Expr, MCConstantExpr::create(MO.getOffset(), AP.OutContext), in LowerSymbolOperand()
39 Expr = VEMCExpr::create(Kind, Expr, AP.OutContext); in LowerSymbolOperand()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dctx.c98 wt_ctx_index_cursor(wt_ctx *wc, struct berval *name, int create) in wt_ctx_index_cursor() argument
109 if (rc == ENOENT && create) { in wt_ctx_index_cursor()
110 rc = session->create(session, in wt_ctx_index_cursor()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfo.cpp105 return MCSymbolRefExpr::create(Sym, Streamer.getContext()); in getExprForFDESymbol()
108 const MCExpr *Res = MCSymbolRefExpr::create(Sym, Context); in getExprForFDESymbol()
111 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context); in getExprForFDESymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp473 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType
484 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType
486 StructType *ST = create(Context, Name); in create()
491 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType
492 return create(Context, Elements, StringRef()); in create()
495 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType
496 return create(Context, StringRef()); in create()
499 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType
503 return create(Elements[0]->getContext(), Elements, Name, isPacked); in create()
506 StructType *StructType::create(ArrayRef<Type*> Elements) { in create() function in StructType
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp319 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef()
320 return MCSymbolRefExpr::create(Value, useImageRel32 in create32bitRef()
328 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef()
334 return MCSymbolRefExpr::create(Label, MCSymbolRefExpr::VK_COFF_IMGREL32, in getLabel()
337 MCConstantExpr::create(1, Asm->OutContext), in getLabel()
344 MCSymbolRefExpr::create(OffsetOf, Asm->OutContext), in getOffset()
589 MCConstantExpr::create(FuncInfo.SEHSetFrameOffset, Ctx); in emitCSpecificHandlerTable()
600 const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx); in emitCSpecificHandlerTable()
655 ExceptOrNull = MCConstantExpr::create(0, Ctx); in emitSEHActionsForRange()
660 : MCConstantExpr::create(1, Ctx); in emitSEHActionsForRange()
[all …]
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddb.c49 dns_dbcreatefunc_t create; member
76 rbtimp.create = dns_rbtdb_create; in initialize()
122 result = ((impinfo->create)(mctx, origin, type, rdclass, argc, in dns_db_create()
433 dns_db_findnode(dns_db_t *db, const dns_name_t *name, bool create, in dns_db_findnode() argument
443 return ((db->methods->findnode)(db, name, create, nodep)); in dns_db_findnode()
445 return ((db->methods->findnodeext)(db, name, create, NULL, NULL, in dns_db_findnode()
451 dns_db_findnodeext(dns_db_t *db, const dns_name_t *name, bool create, in dns_db_findnodeext() argument
463 return ((db->methods->findnodeext)(db, name, create, methods, in dns_db_findnodeext()
466 return ((db->methods->findnode)(db, name, create, nodep)); in dns_db_findnodeext()
480 return ((db->methods->findnsec3node)(db, name, create, nodep)); in dns_db_findnsec3node()
[all …]
/netbsd/tests/net/
H A Dnet_common.sh348 atf_check -s exit:0 rump.ifconfig $ifname create
558 atf_check -s exit:0 rump.ifconfig $ifname create
561 atf_check -s exit:0 rump.ifconfig $ifname create
567 atf_check -s exit:0 rump.ifconfig $ifname create
576 atf_check -s exit:0 rump.ifconfig $ifname create
582 atf_check -s exit:0 rump.ifconfig $ifname create
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp27 const MipsMCExpr *MipsMCExpr::create(MipsMCExpr::MipsExprKind Kind, in create() function in MipsMCExpr
34 return create(Kind, create(MEK_NEG, create(MEK_GPREL, Expr, Ctx), Ctx), Ctx); in createGpOff()

12345678910>>...202