| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings-enum.c | 16 typedef enum { Constant = 0 } TestEnum; typedef 20 void test(TestEnum input) { in test()
|
| H A D | format-strings-enum-fixed-type.cpp | 13 typedef enum : short { Constant = 0 } TestEnum; typedef 18 void test(TestEnum input) { in test()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | matrix-type.cpp | 21 enum TestEnum { enum 30 …using matrix4_t = TestEnum __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | symbolformat.cpp | 8 enum TestEnum { enum 76 TestEnum Enum = Value; in main()
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | enum-attr-invalid.mlir | 4 // expected-error@+2 {{expected test::TestEnum to be one of: first, second, third}} 12 // expected-error@+1 {{expected test::TestEnum to be one of: first, second, third}}
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | pro-type-member-init.cpp | 257 enum TestEnum { enum 275 TestEnum X; 321 TestEnum Y;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/decision_forest_model/ |
| H A D | CategoricalFeature.h | 3 enum TestEnum { A, B, C, D }; enum
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | global-constant.cpp | 12 enum TestEnum : int { enum
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | DecisionForestTests.cpp | 10 using Cat = ::ns1::ns2::TestEnum; in TEST()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | global-constants.ll | 15 ; enum TestEnum : int { 65 ; OBJ-NEXT: Type: TestEnum (0x1005) 114 !13 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "TestEnum", file: !1, line: 10, baseType…
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-attr.cpp | 51 int TestEnum __attribute__((visibility("default"))); variable
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/DIA/ |
| H A D | pdbdump-symbol-format.test | 28 ; TYPES_FORMAT-DAG: enum TestEnum
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/quality/ |
| H A D | README.md | 124 "enum": "ns1::ns2::TestEnum",
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestOps.td | 296 def TestEnum 297 : I32EnumAttr<"TestEnum", "a test enum", [ 307 def TestEnumAttr : EnumAttr<Test_Dialect, TestEnum, "enum">; 317 "::test::TestEnum::First">:$value, 320 "::test::TestEnum::Second">,
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 1798 enum TestEnum { 1803 TestEnum t = static_cast(-1);
|