Home
last modified time | relevance | path

Searched defs:AllTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dformatter_int.bench.cpp119 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct
120 static constexpr const char* Names[] = {"Int64", "Uint64"};
H A Dformatter_float.bench.cpp40 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct
41 static constexpr const char* Names[] = {"Float", "Double", "LongDouble"};
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp100 std::deque<NodeType> AllTypes; member in __anonf5ef44bb0111::Hierarchy
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/
H A DTypeMismatchCheck.cpp46 static llvm::StringSet<> AllTypes = {"MPI_C_BOOL", in isStandardMPIDatatype() local
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h427 using AllTypes = variable