Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp78 OptionValueEnumeration *enum_value = new OptionValueEnumeration( in Property() local
H A DOptions.cpp604 for (const auto &enum_value : opt_defs[i].enum_values) { in GenerateOptionUsage() local
779 for (const auto &enum_value : enum_values) { in HandleOptionArgumentCompletion() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h122 static const char *GetKey(OptionNames enum_value) { in GetKey()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h219 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpoint.h100 static const char *GetKey(OptionNames enum_value) { in GetKey()
H A DBreakpointOptions.h424 static const char *GetKey(OptionNames enum_value) { in GetKey()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h294 static const char *GetKey(enum OptionNames enum_value) { in GetKey()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp511 while (auto enum_value = enum_values->getNext()) { in CreateLLDBTypeFromPDBType() local
1114 const PDBSymbolData &enum_value) { in AddEnumValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2466 int64_t enum_value = 0; in ParseChildEnumerators() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9003 int64_t enum_value, uint32_t enum_value_bit_size) { in AddEnumerationValueToEnumerationType()
9260 const int64_t enum_value = data.GetMaxU64Bitfield( in DumpValue() local
/freebsd-12.1/contrib/gcc/
H A Dc-parser.c1883 tree enum_value; in c_parser_enum_specifier() local