Home
last modified time | relevance | path

Searched refs:Containers (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO224 Containers
233 types cannot be put into the same container. Containers are binaries,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td78 def Containers : Package<"containers">, ParentPackage<CoreFoundation>;
753 let ParentPackage = Containers in {
/freebsd-12.1/stand/forth/
H A Dmenu.4th81 \ Containers for parsing kernels into menu-items
132 \ Containers for storing the initial caption text
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp7908 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl() local
7909 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl()
7924 Containers.push_back(Cat); in CodeCompleteObjCMethodDecl()
7927 for (unsigned I = 0, N = Containers.size(); I != N; ++I) in CodeCompleteObjCMethodDecl()
7928 for (auto *P : Containers[I]->instance_properties()) in CodeCompleteObjCMethodDecl()
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst641 .. index:: Containers
643 Containers section in Emitting Hierarchy
H A Dlibxo.txt1356 *** Containers
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi164 * Containers:: Lists and vectors.
224 @c Containers
227 @node Containers
228 @subsection Containers
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2001915 * docs/html/23_containers/howto.html (Containers and multithreading):
1364 * docs/html/23_containers/howto.html (Containers and multithreading):
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1139 ## Matching Containers ##