OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:var_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
command.h
73
enum
var_types
enum
134
specialized for all valid types that are used to back
var_types
. Therefore
139
bool var_type_uses (
var_types
var_type) = delete;
143
inline bool var_type_uses<bool> (
var_types
t)
151
inline bool var_type_uses<enum auto_boolean> (
var_types
t)
159
inline bool var_type_uses<unsigned int> (
var_types
t)
166
inline bool var_type_uses<int> (
var_types
t)
173
inline bool var_type_uses<std::string> (
var_types
t)
182
inline bool var_type_uses<const char *> (
var_types
t)
219
The underlying data can be of any
VAR_TYPES
type. *
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
command.h
73
enum
var_types
enum
136
specialized for all valid types that are used to back
var_types
. Therefore
141
bool var_type_uses (
var_types
var_type) = delete;
145
inline bool var_type_uses<bool> (
var_types
t)
153
inline bool var_type_uses<enum auto_boolean> (
var_types
t)
161
inline bool var_type_uses<unsigned int> (
var_types
t)
168
inline bool var_type_uses<int> (
var_types
t)
175
inline bool var_type_uses<std::string> (
var_types
t)
184
inline bool var_type_uses<const char *> (
var_types
t)
192
inline bool var_type_uses<ui_file_style::color> (
var_types
t
[
all
...]
Completed in 40 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026