Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO224 Containers
233 types cannot be put into the same container. Containers are binaries,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp117 static llvm::StringSet<> Containers{ in inferGslPointerAttribute() local
142 Containers.count(Parent->getName())) in inferGslPointerAttribute()
H A DSemaCodeComplete.cpp9054 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl() local
9055 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl()
9070 Containers.push_back(Cat); in CodeCompleteObjCMethodDecl()
9073 for (unsigned I = 0, N = Containers.size(); I != N; ++I) in CodeCompleteObjCMethodDecl()
9074 for (auto *P : Containers[I]->instance_properties()) in CodeCompleteObjCMethodDecl()
/freebsd-13.1/stand/forth/
H A Dmenu.4th81 \ Containers for parsing kernels into menu-items
132 \ Containers for storing the initial caption text
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td91 def Containers : Package<"containers">, ParentPackage<CoreFoundation>;
1222 let ParentPackage = Containers in {
/freebsd-13.1/contrib/libxo/doc/
H A Dapi.rst641 .. index:: Containers
643 Containers section in Emitting Hierarchy
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp787 …template<template <typename...> class Final, template< typename...> class...Containers, typename..…
788 …TemplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typen…
804 …class Final, template<INTERNAL_CATCH_REMOVE_PARENS(signature)> class...Containers, typename...Type…
805 …mplateTypeList<Containers...>, TypeList<Types...>> { using type = typename append<Final<>, typenam…
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1139 ## Matching Containers ##