reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
686 entry.string.empty() 690 bool do_deref_pointer = entry.deref; 692 switch (entry.type) { 698 custom_format = entry.fmt; 699 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; 706 custom_format = entry.fmt; 707 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; 747 return RunScriptFormatKeyword(s, sc, exe_ctx, valobj, entry.string.c_str()); 750 llvm::StringRef subpath(entry.string); 752 if (entry.string.empty()) { 753 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && 753 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && 754 entry.number == ValueObject::eValueObjectRepresentationStyleValue) 761 if (entry.string[0] == '[') 769 const std::string &expr_path = entry.string; 923 if (entry.fmt != eFormatDefault) { 925 FormatManager::GetFormatAsFormatChar(entry.fmt); 930 FormatManager::GetFormatAsCString(entry.fmt); 933 } else if (entry.number != 0) { 935 (ValueObject::ValueObjectRepresentationStyle)entry.number);