Searched refs:AllTypes (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangSyntaxEmitter.cpp | 50 for (NodeType &N : AllTypes) { in Hierarchy() 86 AllTypes.emplace_back(); in add() 87 AllTypes.back().Record = R; in add() 88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add() 100 std::deque<NodeType> AllTypes; member in __anonf5ef44bb0111::Hierarchy
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | formatter_int.bench.cpp | 119 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct 205 makeCartesianProductBenchmark<Integral, AllLocalizations, AllBases, AllTypes, AllAlignments>(); in main()
|
| H A D | formatter_float.bench.cpp | 40 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct 247 …makeCartesianProductBenchmark<FloatingPoint, AllLocalizations, AllDisplayTypes, AllTypes, AllValue… in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/ |
| H A D | TypeMismatchCheck.cpp | 46 static llvm::StringSet<> AllTypes = {"MPI_C_BOOL", in isStandardMPIDatatype() local 80 return AllTypes.find(MPIDatatype) != AllTypes.end(); in isStandardMPIDatatype()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | initial-image.cpp | 72 using Types = AllTypes;
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | type.h | 427 using AllTypes = variable
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 1310 using Types = AllTypes;
|