Home
last modified time | relevance | path

Searched defs:Container (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecordMapping.h23 CodeViewContainer Container) in SymbolRecordMapping()
26 CodeViewContainer Container) in SymbolRecordMapping()
41 CodeViewContainer Container; variable
H A DSymbolDumper.h28 CodeViewContainer Container, in CVSymbolDumper()
50 CodeViewContainer Container; variable
H A DSymbolDeserializer.h56 CodeViewContainer Container) in SymbolDeserializer()
93 CodeViewContainer Container; variable
H A DSymbolSerializer.h52 CodeViewContainer Container) { in writeOneSymbol()
H A DCodeView.h606 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf()
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A DContainerBenchmarks.h21 void BM_ConstructSize(benchmark::State& st, Container) { in BM_ConstructSize() argument
30 void BM_ConstructSizeValue(benchmark::State& st, Container, typename Container::value_type const& v… in BM_ConstructSizeValue() argument
39 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter() argument
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A Dindex.rst73 .. _streams:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp22 CodeViewContainer Container) in SymbolSerializer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp22 typename C::iterator addEntry(C &Container, StringRef InstallName) { in addEntry()
33 typename C::iterator addEntry(C &Container, const Target &Target_) { in addEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h115 LoopBlocksDFS(Loop *Container) : in LoopBlocksDFS()
177 LoopBlocksRPO(Loop *Container) : DFS(Container) {} in LoopBlocksRPO()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d142 static struct Container { Tid t; } argument
150 static struct Container { SysTime time; } argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.cpp186 template <typename C> static decltype(auto) randomElement(const C &Container) { in randomElement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance() local
683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp76 const ObjCImplDecl *Container) { in hasUserDefined()
525 auto *Container = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
H A DUSRGeneration.cpp596 StringRef Container = GetExternalSourceContainer(D); in GenExtSymbolContainer() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp825 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); in clang_index_getClientContainer() local
833 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info); in clang_index_setClientContainer() local
H A DCXIndexDataConsumer.cpp918 ContainerInfo Container; in handleReference() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1201 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, in CollectOverriddenMethodsRecurse()
1261 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, in CollectOverriddenMethods()
1334 const auto *Container = cast<ObjCContainerDecl>(getParent()); in findPropertyDecl() local
1346 [&](const ObjCContainerDecl *Container) -> const ObjCPropertyDecl * { in findPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h150 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {} in Container() function
176 Container(VisitReducerBase &S, unsigned N) {} in Container() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp719 auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext()); in findBackingIvar() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp381 auto &Container = IsType ? Types : Ids; in typeOrIdIndex() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4538 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) { in getContainerDef()
4595 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties()
6941 static void AddObjCMethods(ObjCContainerDecl *Container, in AddObjCMethods()
8047 ObjCContainerDecl *Container = in CodeCompleteObjCPropertyDefinition() local
8086 ObjCContainerDecl *Container = in CodeCompleteObjCPropertySynthesizeIvar() local
8181 ObjCContainerDecl *Container, in FindImplementableMethods()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp3286 const Decl *Container, in EmitPropertyList()
5729 const Decl *Container) { in GetPropertyTypeString()
6230 ArrayRef<llvm::GlobalValue *> Container, StringRef SymbolName, in AddModuleClassList()
6893 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp723 std::vector<NodeId> Container; member in clang::diff::__anon882437210611::PriorityList

12