Home
last modified time | relevance | path

Searched defs:enum_value (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp62 for (const auto &enum_value : enum_values) { in ToOptionEnum() local
71 for (const auto &enum_value : enum_values) { in ToOptionEnum() local
H A DProperty.cpp83 OptionValueEnumeration *enum_value = new OptionValueEnumeration( in Property() local
H A DOptionValueDictionary.cpp175 auto enum_value = in SetArgs() local
H A DOptions.cpp543 for (const auto &enum_value : opt_def.enum_values) { in GenerateOptionUsage() local
694 for (const auto &enum_value : enum_values) in HandleOptionArgumentCompletion() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DThreadInfo.h21 uint32_t enum_value; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadSpec.h119 static const char *GetKey(OptionNames enum_value) { in GetKey()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSearchFilter.h247 static const char *GetKey(enum OptionNames enum_value) { in GetKey()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h194 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpoint.h97 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpointOptions.h366 static const char *GetKey(OptionNames enum_value) { in GetKey()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp519 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local
1155 const PDBSymbolData &enum_value) { in AddEnumValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2300 int64_t enum_value = 0; in ParseChildEnumerators() local
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1771 def enum_value(self): member in Cursor
/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c1735 tree enum_value; in c_parser_enum_specifier() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8498 int64_t enum_value, uint32_t enum_value_bit_size) { in AddEnumerationValueToEnumerationType()
8761 const int64_t enum_value = data.GetMaxU64Bitfield( in DumpValue() local