Home
last modified time | relevance | path

Searched defs:Case1 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-enum-format/
H A Dmain.cpp2 Case1 = 1, enumerator
/llvm-project/lldb/test/API/lang/cpp/complete-type-check/
H A Dmain.cpp18 enum DefinedEnum { Case1 }; enumerator
/llvm-project/clang/test/SemaCXX/
H A Dcxx20-ctad-type-alias.cpp364 struct Case1 { struct
366 Footest24::Case1 global() argument
375 Aliastest24::Case1 global() argument
/llvm-project/llvm/unittests/ADT/
H A DPointerIntPairTest.cpp45 Case1, in TEST() enumerator
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp159 BasicBlock &Case1 = *++FuncIter; TEST_F() local
363 BasicBlock &Case1 = *++FuncIter; TEST_F() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation.cpp675 enum class ScopedEnumConstantCase { Case1 }; enumerator
H A Didentifier-naming-hungarian-notation-lower-case-prefix.cpp675 enum class ScopedEnumConstantCase { Case1 }; enumerator
H A Didentifier-naming-hungarian-notation-cfgfile.cpp674 enum class ScopedEnumConstantCase { Case1 }; enumerator