Searched refs:Spellings (Results 1 – 4 of 4) sorted by relevance
211 list<Spelling> Spellings = spellings;253 list<Spelling> Spellings;340 let Spellings = [GNU<"address_space">];346 let Spellings = [GCC<"alias">];354 let Spellings = [GCC<"aligned">, Declspec<"align">, Keyword<"alignas">,367 let Spellings = [386 let Spellings = [];392 let Spellings = [GCC<"always_inline">, Keyword<"__forceinline">];398 let Spellings = [GCC<"tls_model">];405 let Spellings = [GNU<"analyzer_noreturn">];[all …]
61 std::vector<Record *> Spellings = Attr.getValueAsListOfDefs("Spellings"); in GetFlattenedSpellings() local64 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings()1080 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writeGetSpellingFunction() local1083 if (Spellings.empty()) { in writeGetSpellingFunction()1093 for (unsigned I = 0; I < Spellings.size(); ++I) in writeGetSpellingFunction()1095 " return \"" << Spellings[I].name() << "\";\n"; in writeGetSpellingFunction()1106 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(R); in writePrettyPrintFunction() local1111 if (Spellings.empty()) { in writePrettyPrintFunction()1122 for (unsigned I = 0; I < Spellings.size(); ++ I) { in writePrettyPrintFunction()1128 std::string Name = Spellings[I].name(); in writePrettyPrintFunction()[all …]
46 + let Spellings = [GNU<"kernel">];51 let Spellings = [GCC<"deprecated">, Declspec<"deprecated">,
1652 ``Spellings`` lists the strings that can appear in ``__attribute__((here))`` or1653 ``[[here]]``. All such strings will be synonymous. Possible ``Spellings``