Home
last modified time | relevance | path

Searched refs:Owner (Results 1 – 25 of 147) sorted by relevance

123456

/netbsd-src/external/historical/nawk/dist/testdir/
H A Dtest.data145 6bin:*:2:2:System Tools Owner:/bin:/dev/null
148 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/sh
149 10adm:*:5:3:Accounting Files Owner:/usr/adm:/bin/sh
150 11lp:*:9:9:Print Spooler Owner:/var/spool/lp:/bin/sh
151 12auditor:*:11:0:Audit Activity Owner:/auditor:/bin/sh
152 13dbadmin:*:12:0:Security Database Owner:/dbadmin:/bin/sh
165 26rje:*:8:8:RJE Owner:/usr/spool/rje:
168 29man:*:99:995:On-line Manual Owner:/:
175 6b in * 2 2 System Tools Owner /bin /dev/null
178 9s ys * 4 0 System Activity Owner /usr/adm /bin/sh
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp73 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
74 if (processStillExecuting(Owner.first, Owner.second)) in readLockFile()
75 return Owner; in readLockFile()
175 if ((Owner = readLockFile(LockFileName))) in LockFileManager()
236 if ((Owner = readLockFile(LockFileName))) { in LockFileManager()
260 if (Owner) in getState()
331 if (!processStillExecuting((*Owner).first, (*Owner).second)) in waitForUnlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOption.h78 const OptTable *Owner; variable
81 Option(const OptTable::Info *Info, const OptTable *Owner);
105 assert(Owner && "Must have a valid owner!"); in getGroup()
106 return Owner->getOption(Info->GroupID); in getGroup()
111 assert(Owner && "Must have a valid owner!"); in getAlias()
112 return Owner->getOption(Info->AliasID); in getAlias()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp82 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
84 getOwningLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
87 (void)Owner.release(); in LLVMGetBitcodeModuleInContext()
109 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
112 Ctx, getOwningLazyBitcodeModule(std::move(Owner), Ctx)); in LLVMGetBitcodeModuleInContext2()
113 Owner.release(); in LLVMGetBitcodeModuleInContext2()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp818 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitLabelDecl()
820 Owner->addDecl(Inst); in VisitLabelDecl()
832 = NamespaceAliasDecl::Create(SemaRef.Context, Owner, in VisitNamespaceAliasDecl()
839 Owner->addDecl(Inst); in VisitNamespaceAliasDecl()
879 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
882 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
925 Owner->addDecl(Typedef); in VisitTypedefDecl()
932 Owner->addDecl(Typedef); in VisitTypeAliasDecl()
951 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl()
963 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitTypeAliasTemplateDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h70 ItemParentClass *Owner = getListOwner(); in addNodeToList() local
71 V->setParent(Owner); in addNodeToList()
72 invalidateParentIListOrdering(Owner); in addNodeToList()
74 if (ValueSymbolTable *ST = getSymTab(Owner)) in addNodeToList()
H A DMetadata.cpp154 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() argument
156 assert((Owner || *static_cast<Metadata **>(Ref) == &MD) && in track()
159 R->addRef(Ref, Owner); in track()
164 assert(!Owner && "Unexpected callback to owner"); in track()
201 OwnerTy Owner = Pair.second.first; in getAllArgListUsers() local
202 if (!Owner.is<Metadata *>()) in getAllArgListUsers()
204 Metadata *OwnerMD = Owner.get<Metadata *>(); in getAllArgListUsers()
211 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() argument
213 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef()
262 OwnerTy Owner = Pair.second.first; in replaceAllUsesWith() local
[all …]
/netbsd-src/sys/arch/hpcmips/stand/
H A Dhpcmips_stand.dsw6 Project: "libsa"=.\libsa\libsa.dsp - Package Owner=<4>
18 Project: "libz"=.\libz\libz.dsp - Package Owner=<4>
30 Project: "pbsdboot"=.\pbsdboot\pbsdboot.dsp - Package Owner=<4>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h389 template<typename Owner, typename T, void (ExternalASTSource::*Update)(Owner)>
439 T get(Owner O) { in get()
469 template<typename Owner, typename T,
470 void (clang::ExternalASTSource::*Update)(Owner)>
472 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> {
473 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h57 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
88 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
178 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
383 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument
384 : BasicSymbolRef(SymbolP, Owner) {} in SymbolRef()
421 const ObjectFile *Owner) in SectionRef() argument
423 , OwningObject(Owner) {} in SectionRef()
533 const ObjectFile *Owner) in RelocationRef() argument
535 , OwningObject(Owner) {} in RelocationRef()
H A DSymbolicFile.h125 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner);
183 const SymbolicFile *Owner) in BasicSymbolRef() argument
184 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
H A DCOFF.h1118 uint32_t I, const COFFObjectFile *Owner) in ImportDirectoryEntryRef() argument
1119 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1149 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() argument
1150 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1175 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() argument
1176 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1200 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1201 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1203 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1204 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
[all …]
H A DWindowsResource.h118 ResourceEntryRef(BinaryStreamRef Ref, const WindowsResource *Owner);
122 const WindowsResource *Owner);
125 const WindowsResource *Owner; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp68 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
69 Module *M = Owner.get(); in main()
125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp110 std::unique_ptr<Module> Owner(new Module("test", Context)); in main() local
111 Module *M = Owner.get(); in main()
119 EngineBuilder(std::move(Owner)) in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dob.d195 Initial, Undefined, Owner, Borrowed, Readonly enumerator
241 case X(Initial, Owner ): in combine()
249 case X(Owner, Initial): in combine()
256 case X(Undefined, Owner ): in combine()
261 case X(Owner , Owner ): in combine()
1274 pvs.state = PtrState.Owner; in genKill()
1319 pvs.state = PtrState.Owner; in genKill()
1329 pvs.state = PtrState.Owner; in genKill()
1750 return PtrState.Owner; in toPtrState()
1842 state = PtrState.Owner; in doDataFlowAnalysis()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h211 const RegisterAggr *Owner; member
227 assert(Owner == I.Owner);
228 (void)Owner;
H A DRDFGraph.h820 NodeAddr<UseNode*> newUse(NodeAddr<InstrNode*> Owner,
822 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
825 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
827 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
829 NodeAddr<PhiNode*> newPhi(NodeAddr<BlockNode*> Owner);
830 NodeAddr<StmtNode*> newStmt(NodeAddr<BlockNode*> Owner,
832 NodeAddr<BlockNode*> newBlock(NodeAddr<FuncNode*> Owner,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h232 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() argument
233 return track(Ref, MD, &Owner); in track()
241 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track() argument
242 return track(Ref, MD, &Owner); in track()
273 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
317 void addRef(void *Ref, OwnerTy Owner);
764 void reset(Metadata *MD, Metadata *Owner) {
767 track(Owner);
771 void track(Metadata *Owner) {
773 if (Owner)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp271 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in __anonb45472a50311::Filter
548 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
557 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
558 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
563 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter()
567 Owner->insnWithID(Insn, Owner->Opcodes[i].EncodingID); in Filter()
571 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
576 LastOpcFiltered = Owner->Opcodes[i]; in Filter()
582 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
598 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp264 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
265 Module *M = Owner.get(); in main()
271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h468 DeclContext *Owner; variable
489 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator() argument
493 Owner(Owner), TemplateArgs(TemplateArgs) {} in TemplateDeclInstantiator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp42 Owner = Diags.takeClient(); in FixItRewriter()
48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter()
/netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.vc6/
H A Dheader1 # Microsoft Developer Studio Project File - Name="%%% NAME %%%" - Package Owner=<4>
/netbsd-src/sys/arch/hpc/stand/dspgen/tmpl.vc5/
H A Dheader1 # Microsoft Developer Studio Project File - Name="%%% NAME %%%" - Package Owner=<4>

123456