Searched defs:AllTypes (Results 1 – 5 of 5) sorted by relevance
119 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct120 static constexpr const char* Names[] = {"Int64", "Uint64"};
40 struct AllTypes : EnumValuesAsTuple<AllTypes, TypeE, 2> { struct41 static constexpr const char* Names[] = {"Float", "Double", "LongDouble"};
100 std::deque<NodeType> AllTypes; member in __anonf5ef44bb0111::Hierarchy
46 static llvm::StringSet<> AllTypes = {"MPI_C_BOOL", in isStandardMPIDatatype() local
427 using AllTypes = variable