Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash47.C4 template <class Owner, typename Type>
7 inline DataMember (Type Owner::* data_member);
9 Type Owner::* _data_member;
12 template <class Owner, typename Type>
14 DataMember<Owner,Type>::DataMember (Type Owner::* data_member) in DataMember()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp72 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile() local
73 if (processStillExecuting(Owner.first, Owner.second)) in readLockFile()
74 return Owner; in readLockFile()
174 if ((Owner = readLockFile(LockFileName))) in LockFileManager()
235 if ((Owner = readLockFile(LockFileName))) { in LockFileManager()
259 if (Owner) in getState()
330 if (!processStillExecuting((*Owner).first, (*Owner).second)) in waitForUnlock()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp81 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext() local
83 getOwningLazyBitcodeModule(std::move(Owner), Ctx); in LLVMGetBitcodeModuleInContext()
86 (void)Owner.release(); in LLVMGetBitcodeModuleInContext()
108 std::unique_ptr<MemoryBuffer> Owner(unwrap(MemBuf)); in LLVMGetBitcodeModuleInContext2() local
111 Ctx, getOwningLazyBitcodeModule(std::move(Owner), Ctx)); in LLVMGetBitcodeModuleInContext2()
112 Owner.release(); in LLVMGetBitcodeModuleInContext2()
/openbsd-src/gnu/usr.bin/cvs/
H A Dcvsnt.dsw6 Project: "cvsnt"=.\cvsnt.dsp - Package Owner=<4>
24 Project: "libdiff"=.\diff\libdiff.dsp - Package Owner=<4>
36 Project: "zlib"=.\zlib\zlib.dsp - Package Owner=<4>
/openbsd-src/gnu/llvm/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.cpp150 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() argument
152 assert((Owner || *static_cast<Metadata **>(Ref) == &MD) && in track()
155 R->addRef(Ref, Owner); in track()
160 assert(!Owner && "Unexpected callback to owner"); in track()
197 OwnerTy Owner = Pair.second.first; in getAllArgListUsers() local
198 if (!Owner.is<Metadata *>()) in getAllArgListUsers()
200 Metadata *OwnerMD = Owner.get<Metadata *>(); in getAllArgListUsers()
213 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef() argument
215 UseMap.insert(std::make_pair(Ref, std::make_pair(Owner, NextIndex))) in addRef()
263 MetadataTracking::OwnerTy Owner = Pair.second.first; in SalvageDebugInfo() local
[all …]
/openbsd-src/gnu/llvm/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp72 std::unique_ptr<Module> Owner = std::make_unique<Module>("test", Context); in main() local
73 Module *M = Owner.get(); in main()
129 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp915 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitLabelDecl()
917 Owner->addDecl(Inst); in VisitLabelDecl()
929 = NamespaceAliasDecl::Create(SemaRef.Context, Owner, in VisitNamespaceAliasDecl()
936 Owner->addDecl(Inst); in VisitNamespaceAliasDecl()
976 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
979 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
1023 Owner->addDecl(Typedef); in VisitTypedefDecl()
1030 Owner->addDecl(Typedef); in VisitTypeAliasDecl()
1049 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl()
1061 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitTypeAliasTemplateDecl()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExternalASTSource.h387 template<typename Owner, typename T, void (ExternalASTSource::*Update)(Owner)>
437 T get(Owner O) { in get()
467 template<typename Owner, typename T,
468 void (clang::ExternalASTSource::*Update)(Owner)>
470 clang::LazyGenerationalUpdatePtr<Owner, T, Update>> {
471 using Ptr = clang::LazyGenerationalUpdatePtr<Owner, T, Update>;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h57 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
88 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
181 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
400 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) in SymbolRef() argument
401 : BasicSymbolRef(SymbolP, Owner) {} in SymbolRef()
438 const ObjectFile *Owner) in SectionRef() argument
440 , OwningObject(Owner) {} in SectionRef()
551 const ObjectFile *Owner) in RelocationRef() argument
553 , OwningObject(Owner) {} in RelocationRef()
H A DSymbolicFile.h127 BasicSymbolRef(DataRefImpl SymbolP, const SymbolicFile *Owner);
185 const SymbolicFile *Owner) in BasicSymbolRef() argument
186 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
H A DCOFF.h1115 uint32_t I, const COFFObjectFile *Owner) in ImportDirectoryEntryRef() argument
1116 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1146 uint32_t I, const COFFObjectFile *Owner) in DelayImportDirectoryEntryRef() argument
1147 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1172 const COFFObjectFile *Owner) in ExportDirectoryEntryRef() argument
1173 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1197 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1198 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1200 const COFFObjectFile *Owner) in ImportedSymbolRef() argument
1201 : 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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h211 const RegisterAggr *Owner; member
227 assert(Owner == I.Owner);
228 (void)Owner;
H A DRDFGraph.h823 NodeAddr<UseNode*> newUse(NodeAddr<InstrNode*> Owner,
825 NodeAddr<PhiUseNode*> newPhiUse(NodeAddr<PhiNode*> Owner,
828 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
830 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
832 NodeAddr<PhiNode*> newPhi(NodeAddr<BlockNode*> Owner);
833 NodeAddr<StmtNode*> newStmt(NodeAddr<BlockNode*> Owner,
835 NodeAddr<BlockNode*> newBlock(NodeAddr<FuncNode*> Owner,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp281 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in __anone74076820311::Filter
561 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
570 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
571 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
576 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter()
580 Owner->insnWithID(Insn, Owner->Opcodes[i].EncodingID); in Filter()
584 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
589 LastOpcFiltered = Owner->Opcodes[i]; in Filter()
595 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
611 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h231 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { in track() argument
232 return track(Ref, MD, &Owner); in track()
240 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { in track() argument
241 return track(Ref, MD, &Owner); in track()
272 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
317 void addRef(void *Ref, OwnerTy Owner);
803 void reset(Metadata *MD, Metadata *Owner) {
806 track(Owner);
810 void track(Metadata *Owner) {
812 if (Owner)
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h532 DeclContext *Owner; variable
554 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner, in TemplateDeclInstantiator() argument
558 Owner(Owner), TemplateArgs(TemplateArgs) {} in TemplateDeclInstantiator()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp42 Owner = Diags.takeClient(); in FixItRewriter()
48 Diags.setClient(Client, Owner.release() != nullptr); in ~FixItRewriter()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp102 auto Owner = std::make_unique<CXStoredDiagnostic>(*SD, LangOpts); in beginDiagnostic() local
103 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic()
104 CurrentSet->appendDiagnostic(std::move(Owner)); in beginDiagnostic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLockFileManager.h57 std::optional<std::pair<std::string, int>> Owner; variable
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h75 std::unique_ptr<DiagnosticConsumer> Owner; variable

1234