Searched refs:enum1 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/libcxx/type_traits/ |
| H A D | convert_to_integral.pass.cpp | 79 enum enum1 { zero = 0, one = 1 }; enum 115 typedef std::underlying_type<enum1>::type Enum1UT; in main() 116 check_enum_types<enum1, decltype(((Enum1UT)1) + 1)>(); in main()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | atomic-builtin-compound-assignment-overload.cpp | 8 void enum1() { an_atomic_uint += an_enum_value; } in enum1() function
|
| H A D | overloaded-operator.cpp | 73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) { in enum_test() argument 75 float &f2 = (enum1 == e2); in enum_test() 77 …float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' … in enum_test()
|
| H A D | enum.cpp | 49 enum enum1 { v1 = __INT_MAX__ }; enum
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | atomic-builtin-compound-assignment-overload.cpp | 8 void enum1() { in enum1() function
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.param/ |
| H A D | p4.cpp | 6 enum E { enum1, enum2 }; enumerator
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-duplicate-enum.c | 95 enum enum1 { enum
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p5-0x.cpp | 55 enum1 = ok, enumerator
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | debuginfo-cu-import.ll | 45 !3 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "enum1", scope: !4, file: !1, line: 50, s…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | macro-to-enum.rst | 12 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#enum1-prefer-enumerations-over-macros…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cxx-uninitialized-object.cpp | 1044 } enum1; // expected-note{{uninitialized field 'this->enum1'}} member
|