Searched refs:Enumerations (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/libc/spec/ |
| H A D | gnu_ext.td | 7 [], // Enumerations 21 [], // Enumerations 35 [], // Enumerations 49 [], // Enumerations 73 [], // Enumerations
|
| H A D | posix.td | 140 [], // Enumerations 148 [], // Enumerations 188 [], // Enumerations 215 [], // Enumerations 262 [], // Enumerations 311 [], // Enumerations 329 [], // Enumerations 378 [], // Enumerations 392 [], // Enumerations 411 [], // Enumerations [all …]
|
| H A D | llvm_libc_ext.td | 6 [], // Enumerations 25 [], // Enumerations
|
| H A D | stdc.td | 18 [], // Enumerations 26 [], // Enumerations 128 [], // Enumerations 196 [], // Enumerations 348 [], // Enumerations 489 [], // Enumerations 598 [], // Enumerations 647 [], // Enumerations 684 [], // Enumerations 834 [], // Enumerations
|
| H A D | bsd_ext.td | 6 [], // Enumerations
|
| H A D | spec.td | 23 list<EnumNameValue> Enumerations = enumerations; 156 list<EnumeratedNameValue> Enumerations = enumerations;
|
| /llvm-project-15.0.7/libc/utils/HdrGen/ |
| H A D | PublicAPICommand.cpp | 71 if (G.Enumerations.size() != 0) in writeAPIFromIndex() 73 for (const auto &Name : G.Enumerations) { in writeAPIFromIndex() 87 if (G.Enumerations.size() != 0) in writeAPIFromIndex()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | enum-fixed-type.m | 6 # error Enumerations with a fixed underlying type are not supported 11 # error Enumerations with a fixed underlying type are not supported
|
| /llvm-project-15.0.7/libc/config/ |
| H A D | public_api.td | 22 list<string> Enumerations = [];
|
| /llvm-project-15.0.7/libc/utils/LibcTableGenUtil/ |
| H A D | APIIndexer.h | 73 NameSet Enumerations; variable
|
| H A D | APIIndexer.cpp | 144 Enumerations.insert(std::string(EnumerationName)); in indexPublicAPIDef()
|
| /llvm-project-15.0.7/libc/config/linux/ |
| H A D | api.td | 236 let Enumerations = [
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 1769 * Enumerations (but not C++11 "scoped enumerations"):
|
| H A D | LanguageExtensions.rst | 1728 Enumerations with a fixed underlying type
|