Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/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.h30 CodeViewContainer Container, in CVSymbolDumper()
52 CodeViewContainer Container; variable
H A DSymbolDeserializer.h56 CodeViewContainer Container) in SymbolDeserializer()
93 CodeViewContainer Container; variable
H A DSymbolSerializer.h53 CodeViewContainer Container) { in writeOneSymbol()
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp37 ObjCContainerRecord *Container = findContainer(/*isIVar=*/false, Super); addRecord() local
51 ObjCContainerRecord *Container = findObjCInterface(Super); findContainer() local
60 findRecord(K Key,const C & Container) findRecord() argument
110 auto *Container = findContainer(/*IsIVar=*/true, Name); findObjCIVar() local
230 addObjCIVar(ObjCContainerRecord * Container,StringRef Name,RecordLinkage Linkage) addObjCIVar() argument
[all...]
H A DTextStubV5.cpp783 Array Container; in serializeScalar() local
795 Array Container; in serializeAttrToTargets() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp125 struct Container { struct
126 enum Flags {
134 static Flags getFlags() { in getFlags()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp21 CodeViewContainer Container) in SymbolSerializer()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h115 LoopBlocksDFS(Loop *Container) : in LoopBlocksDFS()
177 LoopBlocksRPO(Loop *Container) : DFS(Container) {} in LoopBlocksRPO()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp708 auto DbgUpdateForStore = [&](auto &Container) { in promoteSingleBlockAlloca() argument
577 __anonadfffb870602(auto &Container) rewriteSingleStoreAlloca() argument
689 __anonadfffb870702(auto &Container) promoteSingleBlockAlloca() argument
867 __anonadfffb870a02(auto &Container) run() argument
1118 __anonadfffb870c02(auto &Container) RenamePass() argument
1179 __anonadfffb870d02(auto &Container) RenamePass() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h40 using Container = llvm::DenseMap<Key, ElementLattice>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h71 addEntry(C & Container,const Target & Targ) addEntry() argument
H A DInterfaceFile.h480 addEntry(C & Container,StringRef InstallName) addEntry() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h1287 recordObjCMethods(ObjCContainerRecord * Container,const ObjCContainerDecl::method_range Methods) recordObjCMethods() argument
1321 recordObjCProperties(ObjCContainerRecord * Container,const ObjCContainerDecl::prop_range Properties) recordObjCProperties() argument
1364 recordObjCInstanceVariables(ObjCContainerRecord * Container,const llvm::iterator_range<DeclContext::specific_decl_iterator<ObjCIvarDecl>> Ivars) recordObjCInstanceVariables() argument
1396 recordObjCProtocols(ObjCContainerRecord * Container,ObjCInterfaceDecl::protocol_range Protocols) recordObjCProtocols() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp634 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx); in findPropertyOnDeallocatingInstance() local
691 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext()); in diagnoseExtraRelease() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp80 const ObjCImplDecl *Container) { in hasUserDefined() argument
540 auto *Container = cast<ObjCImplDecl>(D->getDeclContext()); in VisitObjCPropertyImplDecl() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp34 emplace(TripleVec & Container,Triple && T) emplace() argument
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp415 addObjCMethod(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsInstanceMethod,bool IsFromSystemHeader) addObjCMethod() argument
437 addObjCProperty(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCPropertyRecord::AttributeKind Attributes,StringRef GetterName,StringRef SetterName,bool IsOptional,bool IsInstanceProperty,bool IsFromSystemHeader) addObjCProperty() argument
461 addObjCInstanceVariable(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCInstanceVariableRecord::AccessControl Access,bool IsFromSystemHeader) addObjCInstanceVariable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp212 DXContainer Container(Object); in create() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h300 const DXContainer &Container; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1252 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container, in CollectOverriddenMethodsRecurse() argument
1312 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container, in CollectOverriddenMethods() argument
1385 const auto *Container in findPropertyDecl() local
1397 __anonca7353390102(const ObjCContainerDecl *Container) findPropertyDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp761 auto *Container = cast<ObjCContainerDecl>(Prop->getDeclContext()); in findBackingIvar() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp261 auto RemoveElement = [Element, Predicate](auto &Container) -> bool { in removeElement()
867 auto SetCompareState = [&](auto &Container) { in markMissingParents()

12