Home
last modified time | relevance | path

Searched refs:Contained (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/
H A Dstructures.h157 template<typename Contained>
160 Contained *at();
161 Contained *operator->();
162 Contained operator*();
/llvm-project-15.0.7/llvm/docs/PDB/
H A Dindex.rst108 | /LinkInfo | - Contained in PDB Stream | - Unknown |
111 | /src/headerblock | - Contained in PDB Stream | - Summary of embedded source file content |
114 | /names | - Contained in PDB Stream | - PDB-wide global string table used for |
117 | Module Info Stream | - Contained in DBI Stream | - CodeView Symbol Records for this module |
120 | Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
123 | Global Stream | - Contained in DBI Stream | - Single combined symbol-table |
126 | TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |
129 | IPI Hash Stream | - Contained in IPI Stream | - Hash table for looking up IPI records |
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp844 bool Contained = false; in CheckExceptionSpecSubset() local
853 Contained = true; in CheckExceptionSpecSubset()
857 if (!Contained) { in CheckExceptionSpecSubset()
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dcore.ml37 (*===-- Contained types --------------------------------------------------===*)