Home
last modified time | relevance | path

Searched defs:enum_b (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/newhdrgen/tests/output/
H A Dtest_small.h
/llvm-project/libc/newhdrgen/tests/expected_output/
H A Dtest_header.h
/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp28 enum e_non_class { enum_a = 10, enum_b = 11, enum_c = 12 }; enumerator
/llvm-project/lldb/unittests/Target/
H A DRegisterFlagsTest.cpp463 FieldEnum enum_b("enum_b", {FieldEnum::Enumerator(1, "one")}); in TEST() local