Home
last modified time | relevance | path

Searched refs:SignedEnum (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int {
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/
H A Ds_constant.cpp40 enum SignedEnum : int { enum
75 constexpr SignedEnum GlobalSEA = SE_A;
76 constexpr SignedEnum GlobalSEB = SE_B;
77 constexpr SignedEnum GlobalSEC = SE_C;
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/regression/issue_166/
H A Denums.proto3 enum SignedEnum { enum
13 required SignedEnum value = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/regression/issue_166/
H A Denums.proto3 enum SignedEnum { enum
13 required SignedEnum value = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/multiple_files/subdir/
H A Dmultifile2.proto19 required SignedEnum senum = 1;
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/multiple_files/subdir/
H A Dmultifile2.proto24 required SignedEnum senum = 1;
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/multiple_files/
H A Dmultifile1.proto23 enum SignedEnum { enum
H A Dmultifile2.proto19 required SignedEnum senum = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/third_party/nanopb/tests/multiple_files/
H A Dmultifile2.proto19 required SignedEnum senum = 1;
H A Dmultifile1.proto23 enum SignedEnum { enum
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Denum_stage1.zig297 const SignedEnum = enum(i2) {
303 try expect(@enumToInt(SignedEnum.A0) == -1);
304 try expect(@enumToInt(SignedEnum.A1) == 0);
305 try expect(@enumToInt(SignedEnum.A2) == 1);
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Denum_stage1.zig297 const SignedEnum = enum(i2) {
303 try expect(@enumToInt(SignedEnum.A0) == -1);
304 try expect(@enumToInt(SignedEnum.A1) == 0);
305 try expect(@enumToInt(SignedEnum.A2) == 1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/test/example_proto/
H A Dtest_messages.proto37 enum SignedEnum { enum
65 optional SignedEnum signed_enum = 52;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/test/
H A Dprotozero_conformance_unittest.cc61 msg->set_signed_enum(pbtest::SignedEnum::NEGATIVE); in TEST()
88 EXPECT_EQ(pbgold::SignedEnum::NEGATIVE, gold_msg.signed_enum()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Ds_constant.s696 # Name: A::B::C::SignedEnum
716 # UDT: A::B::C::SignedEnum (0x1012)
726 # ModifiedType: A::B::C::SignedEnum (0x1012)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Ds_constant.s696 # Name: A::B::C::SignedEnum
716 # UDT: A::B::C::SignedEnum (0x1012)
726 # ModifiedType: A::B::C::SignedEnum (0x1012)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Ds_constant.s696 # Name: A::B::C::SignedEnum
716 # UDT: A::B::C::SignedEnum (0x1012)
726 # ModifiedType: A::B::C::SignedEnum (0x1012)

123