OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeList
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpenCLBuiltinEmitter.cpp
116
// Populate the
TypeList
at the same time.
208
std::vector<const Record *>
TypeList
;
210
// Same as
TypeList
, but for generic types only.
292
ExtractEnumTypes(Types, TypesSeen, TypeEnums,
TypeList
);
378
T->getValueAsDef("
TypeList
")->getValueAsListOfDefs("List").size();
737
GenType->getValueAsDef("
TypeList
")->getValueAsListOfDefs("List");
739
// Collect all QualTypes for a single vector size into
TypeList
.
740
OS << " SmallVector<QualType, " << BaseTypes.size() << ">
TypeList
;\n";
748
OS << "
TypeList
.push_back("
754
OS << " GenTypeNumTypes =
TypeList
.size();\n"
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.cpp
709
for (ListInit *
TypeList
: {RetTypes, ParamTypes}) {
710
for (unsigned i = 0, e =
TypeList
->size(); i != e; ++i) {
711
Record *TyEl =
TypeList
->getElementAsRecord(i);
726
ListInit *
TypeList
= RetTypes;
727
for (unsigned i = 0, e =
TypeList
->size(); i != e; ++i) {
728
Record *TyEl =
TypeList
->getElementAsRecord(i);
757
TypeList
= ParamTypes;
758
for (unsigned i = 0, e =
TypeList
->size(); i != e; ++i) {
759
Record *TyEl =
TypeList
->getElementAsRecord(i);
769
Twine("ParamTypes is ") +
TypeList
->getAsString())
[
all
...]
CodeGenRegisters.cpp
739
std::vector<Record*>
TypeList
= R->getValueAsListOfDefs("RegTypes");
740
if (
TypeList
.empty())
742
for (unsigned i = 0, e =
TypeList
.size(); i != e; ++i) {
743
Record *Type =
TypeList
[i];
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h
3301
// The
TypeList
template makes it possible to use either a single type
3306
struct
TypeList
{
3320
struct
TypeList
<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13,
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
90
template <typename... Ts> struct
TypeList
{}; // Empty sentinel type list.
92
template <typename T1, typename... Ts> struct
TypeList
<T1, Ts...> {
98
/// This type is used to do recursion.
TypeList
<>/EmptyTypeList indicates the
100
using tail =
TypeList
<Ts...>;
104
using EmptyTypeList =
TypeList
<>;
172
TypeList
<CXXBaseSpecifier, CXXCtorInitializer,
182
TypeList
<CXXFunctionalCastExpr, ExplicitCastExpr>, T>::value> * =
1187
TypeList
<Decl, Stmt, NestedNameSpecifier, NestedNameSpecifierLoc, QualType,
1214
TypeList
<Decl, Stmt, NestedNameSpecifier, NestedNameSpecifierLoc, TypeLoc,
1219
TypeList
<CallExpr, CXXConstructExpr, CXXNewExpr, DeclRefExpr, EnumType
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
849
const ValueEnumerator::
TypeList
&
TypeList
= VE.getTypes();
908
TypeVals.push_back(
TypeList
.size());
913
for (unsigned i = 0, e =
TypeList
.size(); i != e; ++i) {
914
Type *T =
TypeList
[i];
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
495
std::vector<Type*>
TypeList
;
1199
if (ID >=
TypeList
.size())
1202
if (Type *Ty =
TypeList
[ID])
1207
return
TypeList
[ID] = createIdentifiedStructType(Context);
1704
if (!
TypeList
.empty())
1724
if (NumRecords !=
TypeList
.size())
1746
TypeList
.resize(Record[0]);
1885
if (NumRecords >=
TypeList
.size())
1889
StructType *Res = cast_or_null<StructType>(
TypeList
[NumRecords]);
1892
TypeList
[NumRecords] = nullptr
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026