Searched refs:Containers (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | no-malloc.rst | 19 // Containers like std::vector or std::string should be used.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | dangling-handle.cpp | 164 void Containers() { in Containers() function
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Papers.csv | 24 "`P0809R0 <https://wg21.link/P0809R0>`__","LWG","Comparing Unordered Containers","Jacksonville","|N… 30 …0458R2>`__","LWG","Checking for Existence of an Element in Associative Containers","Rapperswil","|… 98 …1.link/P1463R1>`__","LWG","Mandating the Standard Library: Clause 21 - Containers library","Kona",…
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 117 static llvm::StringSet<> Containers{ in inferGslPointerAttribute() local 142 Containers.count(Parent->getName())) in inferGslPointerAttribute()
|
| H A D | SemaCodeComplete.cpp | 9541 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl() local 9542 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl() 9556 llvm::append_range(Containers, IFace->visible_categories()); in CodeCompleteObjCMethodDecl() 9559 for (unsigned I = 0, N = Containers.size(); I != N; ++I) in CodeCompleteObjCMethodDecl() 9560 for (auto *P : Containers[I]->instance_properties()) in CodeCompleteObjCMethodDecl()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 92 def Containers : Package<"containers">, ParentPackage<CoreFoundation>; 1278 let ParentPackage = Containers in {
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ProgrammersManual.rst | 1489 Sequential Containers (std::vector, std::list, etc) 1958 Set-Like Containers (std::set, SmallSet, SetVector, etc) 2202 Map-Like Containers (std::map, DenseMap, etc)
|