Home
last modified time | relevance | path

Searched refs:TestEnum (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-enum.c16 typedef enum { Constant = 0 } TestEnum; typedef
20 void test(TestEnum input) { in test()
H A Dformat-strings-enum-fixed-type.cpp13 typedef enum : short { Constant = 0 } TestEnum; typedef
18 void test(TestEnum input) { in test()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmatrix-type.cpp21 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 Dsymbolformat.cpp8 enum TestEnum { enum
76 TestEnum Enum = Value; in main()
/llvm-project-15.0.7/mlir/test/IR/
H A Denum-attr-invalid.mlir4 // 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 Dpro-type-member-init.cpp257 enum TestEnum { enum
275 TestEnum X;
321 TestEnum Y;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/decision_forest_model/
H A DCategoricalFeature.h3 enum TestEnum { A, B, C, D }; enum
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Dglobal-constant.cpp12 enum TestEnum : int { enum
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DDecisionForestTests.cpp10 using Cat = ::ns1::ns2::TestEnum; in TEST()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobal-constants.ll15 ; 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 Dast-dump-attr.cpp51 int TestEnum __attribute__((visibility("default"))); variable
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/DIA/
H A Dpdbdump-symbol-format.test28 ; TYPES_FORMAT-DAG: enum TestEnum
/llvm-project-15.0.7/clang-tools-extra/clangd/quality/
H A DREADME.md124 "enum": "ns1::ns2::TestEnum",
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td296 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 Dcheckers.rst1798 enum TestEnum {
1803 TestEnum t = static_cast(-1);