/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | typinf.d | 61 t.vtinfo = TypeInfoSharedDeclaration.create(t); in genTypeInfo() 63 t.vtinfo = TypeInfoConstDeclaration.create(t); in genTypeInfo() 65 t.vtinfo = TypeInfoInvariantDeclaration.create(t); in genTypeInfo() 67 t.vtinfo = TypeInfoWildDeclaration.create(t); in genTypeInfo() 113 return TypeInfoPointerDeclaration.create(t); in getTypeInfoDeclaration() 115 return TypeInfoArrayDeclaration.create(t); in getTypeInfoDeclaration() 117 return TypeInfoStaticArrayDeclaration.create(t); in getTypeInfoDeclaration() 119 return TypeInfoAssociativeArrayDeclaration.create(t); in getTypeInfoDeclaration() 121 return TypeInfoStructDeclaration.create(t); in getTypeInfoDeclaration() 123 return TypeInfoVectorDeclaration.create(t); in getTypeInfoDeclaration() [all …]
|
H A D | declaration.h | 191 static AliasDeclaration *create(const Loc &loc, Identifier *id, Type *type); 272 …static VarDeclaration *create(const Loc &loc, Type *t, Identifier *id, Initializer *init, StorageC… 329 static TypeInfoDeclaration *create(Type *tinfo); 340 static TypeInfoStructDeclaration *create(Type *tinfo); 348 static TypeInfoClassDeclaration *create(Type *tinfo); 356 static TypeInfoInterfaceDeclaration *create(Type *tinfo); 364 static TypeInfoPointerDeclaration *create(Type *tinfo); 372 static TypeInfoArrayDeclaration *create(Type *tinfo); 380 static TypeInfoStaticArrayDeclaration *create(Type *tinfo); 388 static TypeInfoAssociativeArrayDeclaration *create(Type *tinfo); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 165 static const MCConstantExpr *create(int64_t Value, MCContext &Ctx, 384 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() function 385 return MCSymbolRefExpr::create(Symbol, VK_None, Ctx); in create() 388 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, VariantKind Kind, 390 static const MCSymbolRefExpr *create(StringRef Name, VariantKind Kind, 442 static const MCUnaryExpr *create(Opcode Op, const MCExpr *Expr, 446 return create(LNot, Expr, Ctx, Loc); 450 return create(Minus, Expr, Ctx, Loc); 454 return create(Not, Expr, Ctx, Loc); 458 return create(Plus, Expr, Ctx, Loc); [all …]
|
/netbsd-src/tests/usr.sbin/mtree/ |
H A D | t_mtree.sh | 59 rm -fr create 60 mkdir -p create/a/1 create/a/2 create/b 62 for file in create/top.file.1 \ 63 create/a/a.file.1 \ 64 create/a/a.file.2 \ 65 create/a/1/a1.file.1 \ 66 create/b/b.file.1 \ 67 create/b/b.file.2 72 ln create/b/b.file.1 create/b/b.hardlink.1 74 ln create/b/b.file.2 create/a/a.hardlink.b2 [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 22 ConstructionContextLayer::create(BumpVectorContext &C, in create() function in ConstructionContextLayer 84 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers() 86 return create<ElidedTemporaryObjectConstructionContext>( in createMaterializedTemporaryFromLayers() 92 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, MTE); in createMaterializedTemporaryFromLayers() 103 return create<SimpleTemporaryObjectConstructionContext>(C, BTE, in createBoundTemporaryFromLayers() 113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE); in createBoundTemporaryFromLayers() 123 return create<CXX17ElidedCopyReturnedValueConstructionContext>(C, RS, in createBoundTemporaryFromLayers() 148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(), in createBoundTemporaryFromLayers() 156 return create<CXX17ElidedCopyConstructorInitializerConstructionContext>( in createBoundTemporaryFromLayers() 174 return create<SimpleVariableConstructionContext>(C, DS); in createFromLayers() [all …]
|
/netbsd-src/external/mit/xorg/share/fonts/ |
H A D | Makefile.mkfontscale | 17 afterinstall: create.fonts.dir create.fonts.scale 29 create.fonts.dir: create.fonts.scale 34 .if !target(create.fonts.scale) 35 create.fonts.scale: 41 .PHONY: create.fonts.dir create.fonts.scale
|
/netbsd-src/tests/net/mpls/ |
H A D | t_rfc4182.sh | 55 atf_check -s exit:0 rump.ifconfig shmif0 create 58 atf_check -s exit:0 rump.ifconfig mpls0 create up 66 atf_check -s exit:0 rump.ifconfig shmif0 create 69 atf_check -s exit:0 rump.ifconfig shmif1 create 72 atf_check -s exit:0 rump.ifconfig mpls0 create up 81 atf_check -s exit:0 rump.ifconfig shmif0 create 84 atf_check -s exit:0 rump.ifconfig shmif1 create 87 atf_check -s exit:0 rump.ifconfig mpls0 create up 96 atf_check -s exit:0 rump.ifconfig shmif0 create 99 atf_check -s exit:0 rump.ifconfig shmif1 create [all …]
|
H A D | t_ldp_regen.sh | 71 atf_check -s exit:0 rump.ifconfig shmif0 create 74 atf_check -s exit:0 rump.ifconfig mpls0 create up 82 atf_check -s exit:0 rump.ifconfig shmif0 create 85 atf_check -s exit:0 rump.ifconfig shmif1 create 88 atf_check -s exit:0 rump.ifconfig mpls0 create up 99 atf_check -s exit:0 rump.ifconfig shmif0 create 102 atf_check -s exit:0 rump.ifconfig shmif1 create 105 atf_check -s exit:0 rump.ifconfig mpls0 create up 116 atf_check -s exit:0 rump.ifconfig shmif0 create 119 atf_check -s exit:0 rump.ifconfig shmif1 create [all …]
|
H A D | t_mpls_fw.sh | 52 atf_check -s exit:0 rump.ifconfig shmif0 create 55 atf_check -s exit:0 rump.ifconfig mpls0 create up 63 atf_check -s exit:0 rump.ifconfig shmif0 create 66 atf_check -s exit:0 rump.ifconfig shmif1 create 69 atf_check -s exit:0 rump.ifconfig mpls0 create up 78 atf_check -s exit:0 rump.ifconfig shmif0 create 81 atf_check -s exit:0 rump.ifconfig shmif1 create 84 atf_check -s exit:0 rump.ifconfig mpls0 create up 93 atf_check -s exit:0 rump.ifconfig shmif0 create 96 atf_check -s exit:0 rump.ifconfig shmif1 create [all …]
|
H A D | t_mpls_fw64.sh | 50 atf_check -s exit:0 rump.ifconfig shmif0 create 53 atf_check -s exit:0 rump.ifconfig mpls0 create up 62 atf_check -s exit:0 rump.ifconfig shmif0 create 65 atf_check -s exit:0 rump.ifconfig shmif1 create 68 atf_check -s exit:0 rump.ifconfig mpls0 create up 79 atf_check -s exit:0 rump.ifconfig shmif0 create 82 atf_check -s exit:0 rump.ifconfig shmif1 create 85 atf_check -s exit:0 rump.ifconfig mpls0 create up 97 atf_check -s exit:0 rump.ifconfig shmif0 create 100 atf_check -s exit:0 rump.ifconfig shmif1 create [all …]
|
H A D | t_mpls_fw6.sh | 54 atf_check -s exit:0 rump.ifconfig shmif0 create 57 atf_check -s exit:0 rump.ifconfig mpls0 create up 66 atf_check -s exit:0 rump.ifconfig shmif0 create 69 atf_check -s exit:0 rump.ifconfig shmif1 create 72 atf_check -s exit:0 rump.ifconfig mpls0 create up 83 atf_check -s exit:0 rump.ifconfig shmif0 create 86 atf_check -s exit:0 rump.ifconfig shmif1 create 89 atf_check -s exit:0 rump.ifconfig mpls0 create up 100 atf_check -s exit:0 rump.ifconfig shmif0 create 103 atf_check -s exit:0 rump.ifconfig shmif1 create [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 85 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef() 88 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef() 91 ME = HexagonMCExpr::create(ME, MC); in GetSymbolRef() 133 auto Expr = HexagonMCExpr::create( in HexagonLowerToMC() 134 MCConstantExpr::create(*Val.bitcastToAPInt().getRawData(), in HexagonLowerToMC() 142 auto Expr = HexagonMCExpr::create( in HexagonLowerToMC() 143 MCConstantExpr::create(MO.getImm(), AP.OutContext), AP.OutContext); in HexagonLowerToMC() 149 MCExpr const *Expr = MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), in HexagonLowerToMC() 151 Expr = HexagonMCExpr::create(Expr, AP.OutContext); in HexagonLowerToMC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRMCInstLower.cpp | 29 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, Ctx); in lowerSymbolOperand() 36 Expr, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx); in lowerSymbolOperand() 44 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_PM_LO8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 46 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_LO8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 51 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_PM_HI8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 53 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_HI8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 90 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in lowerInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 509 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, OutContext); in LowerPATCHPOINT() 574 const MCExpr *TlsRef = MCSymbolRefExpr::create( in EmitTlsCall() 586 MCSymbolRefExpr::create(TlsGetAddr, Kind, OutContext); in EmitTlsCall() 592 TlsRef, MCConstantExpr::create(32768, OutContext), OutContext); in EmitTlsCall() 596 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, VK, OutContext); in EmitTlsCall() 667 Expr, MCConstantExpr::create(-Adjustment, OutContext), OutContext); in emitInstruction() 719 MCBinaryExpr::createSub(MCSymbolRefExpr::create(GOTSymbol, in emitInstruction() 722 MCConstantExpr::create(4, OutContext), in emitInstruction() 742 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in emitInstruction() 763 MCSymbolRefExpr::create(MF->getPICBaseSymbol(), OutContext); in emitInstruction() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/ |
H A D | rwmutex.d | 709 group.create(&readerFn); group.create(&readerFn); 718 group.create(&writerFn); group.create(&writerFn); 731 group.create(&readerFn); 733 group.create(&writerFn); 746 group.create(&writerFn); 748 group.create(&readerFn); 761 group.create(&writerFn); 763 group.create(&readerFn); 764 group.create(&writerFn); 921 group.create(&readerFn); group.create(&readerFn); [all …]
|
/netbsd-src/tests/net/if_lagg/ |
H A D | t_lagg.sh | 156 $atf_ifconfig lagg0 create 159 $atf_ifconfig lagg0 create 160 $atf_ifconfig shmif0 create 193 $atf_ifconfig lagg0 create 194 $atf_ifconfig shmif1 create 236 $atf_ifconfig lagg0 create 330 $atf_ifconfig lagg0 create 381 $atf_ifconfig lagg0 create 452 $atf_ifconfig shmif0 create 455 $atf_ifconfig shmif1 create [all …]
|
/netbsd-src/distrib/evbarm/instkernel/instkernel/ |
H A D | Makefile | 17 MDSET_SUFFIXES.netbsd-${i}= img create-img 25 MDSET_SUFFIXES.-= srec create-srec img create-img 26 create-srec= ${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET} 27 create-img= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_db_exec_test.cpp | 58 sqlite::statement create = db.create_statement( in do_format_cell_test() local 60 create.step_without_results(); in do_format_cell_test() 120 sqlite::statement create = db.create_statement( in ATF_TEST_CASE_BODY() local 122 create.step_without_results(); in ATF_TEST_CASE_BODY() 135 sqlite::statement create = db.create_statement( in ATF_TEST_CASE_BODY() local 137 create.step_without_results(); in ATF_TEST_CASE_BODY()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | test_cms.in | 55 ${hxtool} cms-create-sd \ 69 ${hxtool} cms-create-sd \ 82 ${hxtool} cms-create-sd \ 105 ${hxtool} cms-create-sd \ 126 ${hxtool} cms-create-sd \ 140 ${hxtool} cms-create-sd \ 153 ${hxtool} cms-create-sd \ 168 ${hxtool} cms-create-sd \ 182 ${hxtool} cms-create-sd \ 197 ${hxtool} cms-create-sd \ [all …]
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | unbound-control-setup.cmd | 77 rem create certificate keys; do not recreate if they already exist. 94 rem create self-signed cert for server 106 echo could not create request.cfg 110 echo create %SVR_BASE%.pem (self signed certificate) 111 …quest.cfg -new -x509 -days %DAYS% -out %SVR_BASE%.pem || echo could not create %SVR_BASE%.pem && … 112 rem create trusted usage pem 115 rem create client request and sign it 127 echo could not create request.cfg 131 echo create %CTL_BASE%.pem (signed client certificate) 135 echo could not create %CTL_BASE%.pem [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 27 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference() 28 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() 50 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel() 51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() 57 return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); in getDebugThreadLocalSymbol()
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | post-install | 238 create=; set_perms=; upgrade_perms=; upgrade_conf=; first_install_reminder= 247 create-missing) create=1;; 248 set-perm*) create=1; set_perms=1;; 249 upgrade-perm*) create=1; upgrade_perms=1;; 251 upgrade-source) create=1; upgrade_conf=1; upgrade_perms=1;; 252 upgrade-package) create=1; upgrade_conf=1; set_perms=1;; 261 test -n "$create$upgrade_conf$first_install_reminder" || { 494 test -n "$create" && { 558 if [ -n "$create" -a "$type" = "d" -a -n "$create_flag" -a ! -d "$path" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 161 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, Kind, *Ctx); in LowerSymbolOperand() 165 Expr = MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(Offset, *Ctx), in LowerSymbolOperand() 172 Expr = MipsMCExpr::create(TargetKind, Expr, *Ctx); in LowerSymbolOperand() 207 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub() 208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub() 211 return MCOperand::createExpr(MipsMCExpr::create(Kind, Sub, *Ctx)); in createSub() 242 MCSymbolRefExpr::create(MI->getOperand(1).getMBB()->getSymbol(), *Ctx); in lowerLongBranchLUi() 243 const MipsMCExpr *MipsExpr = MipsMCExpr::create(Kind, Expr, *Ctx); in lowerLongBranchLUi() 284 MCSymbolRefExpr::create(MI->getOperand(2).getMBB()->getSymbol(), *Ctx); in lowerLongBranchADDiu() 285 const MipsMCExpr *MipsExpr = MipsMCExpr::create(Kind, Expr, *Ctx); in lowerLongBranchADDiu()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 47 llvm::StructType::create(Ctx, "opencl." #ImgType "_" #Suffix "_t"), \ in convertOpenCLSpecificType() 54 llvm::StructType::create(Ctx, "opencl.event_t"), AddrSpc); in convertOpenCLSpecificType() 57 llvm::StructType::create(Ctx, "opencl.clk_event_t"), AddrSpc); in convertOpenCLSpecificType() 60 llvm::StructType::create(Ctx, "opencl.queue_t"), AddrSpc); in convertOpenCLSpecificType() 63 llvm::StructType::create(Ctx, "opencl.reserve_id_t"), AddrSpc); in convertOpenCLSpecificType() 67 llvm::StructType::create(Ctx, "opencl." #ExtType), AddrSpc); in convertOpenCLSpecificType() 82 PipeTy = llvm::PointerType::get(llvm::StructType::create( in getPipeType() 91 SamplerTy = llvm::PointerType::get(llvm::StructType::create( in getSamplerType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalAlias.h | 40 static GlobalAlias *create(Type *Ty, unsigned AddressSpace, 45 static GlobalAlias *create(Type *Ty, unsigned AddressSpace, 50 static GlobalAlias *create(Type *Ty, unsigned AddressSpace, 55 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name, 59 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
|