| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-fnsummary.h | 130 target_info (0), estimated_stack_size (false), 144 target_info (s.target_info), 173 unsigned int target_info; variable
|
| resource.cc | 40 struct target_info struct 43 struct target_info *next; /* Next info for same hash bucket. */ 58 static struct target_info **target_hash_table = NULL; 876 struct target_info *tinfo = NULL; 941 tinfo = XNEW (struct target_info); 1218 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME); 1242 struct target_info *ti = target_hash_table[i]; 1246 struct target_info *next = ti->next; 1273 struct target_info *tinfo;
|
| ipa-fnsummary.h | 130 target_info (0), estimated_stack_size (false), 144 target_info (s.target_info), 173 unsigned int target_info; variable
|
| resource.cc | 40 struct target_info struct 43 struct target_info *next; /* Next info for same hash bucket. */ 58 static struct target_info **target_hash_table = NULL; 876 struct target_info *tinfo = NULL; 941 tinfo = XNEW (struct target_info); 1218 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME); 1242 struct target_info *ti = target_hash_table[i]; 1246 struct target_info *next = ti->next; 1273 struct target_info *tinfo;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-fnsummary.h | 129 fp_expressions (false), target_info (0), 144 target_info (s.target_info), 171 unsigned int target_info; variable
|
| resource.cc | 40 struct target_info struct 43 struct target_info *next; /* Next info for same hash bucket. */ 58 static struct target_info **target_hash_table = NULL; 876 struct target_info *tinfo = NULL; 941 tinfo = XNEW (struct target_info); 1218 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME); 1242 struct target_info *ti = target_hash_table[i]; 1246 struct target_info *next = ti->next; 1273 struct target_info *tinfo;
|
| ipa-fnsummary.h | 129 fp_expressions (false), target_info (0), 144 target_info (s.target_info), 171 unsigned int target_info; variable
|
| resource.cc | 40 struct target_info struct 43 struct target_info *next; /* Next info for same hash bucket. */ 58 static struct target_info **target_hash_table = NULL; 876 struct target_info *tinfo = NULL; 941 tinfo = XNEW (struct target_info); 1218 target_hash_table = XCNEWVEC (struct target_info *, TARGET_HASH_PRIME); 1242 struct target_info *ti = target_hash_table[i]; 1246 struct target_info *next = ti->next; 1273 struct target_info *tinfo;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target.h | 423 struct target_info 469 /* Return a reference to this target's unique target_info 471 virtual const target_info &info () const = 0; 2426 extern void add_target (const target_info &info, 2434 extern void add_deprecated_target_alias (const target_info &info, 421 struct target_info struct
|
| target.h | 423 struct target_info 469 /* Return a reference to this target's unique target_info 471 virtual const target_info &info () const = 0; 2426 extern void add_target (const target_info &info, 2434 extern void add_deprecated_target_alias (const target_info &info, 421 struct target_info struct
|
| target.c | 69 /* Mapping between target_info objects (which have address identity) 73 here. The target_info object is associated with the command via 75 static std::unordered_map<const target_info *, target_open_ftype *> member in class:std 834 auto *ti = static_cast<target_info *> (command->context ()); 845 add_target (const target_info &t, target_open_ftype *func, 873 add_deprecated_target_alias (const target_info &tinfo, const char *alias) 3713 static const target_info dummy_target_info = { 3731 const target_info & 3737 const target_info &
|
| target.c | 69 /* Mapping between target_info objects (which have address identity) 73 here. The target_info object is associated with the command via 75 static std::unordered_map<const target_info *, target_open_ftype *> member in class:std 834 auto *ti = static_cast<target_info *> (command->context ()); 845 add_target (const target_info &t, target_open_ftype *func, 873 add_deprecated_target_alias (const target_info &tinfo, const char *alias) 3713 static const target_info dummy_target_info = { 3731 const target_info & 3737 const target_info &
|
| /src/external/gpl3/gdb/dist/gdb/ |
| target.h | 423 struct target_info 469 /* Return a reference to this target's unique target_info 471 virtual const target_info &info () const = 0; 2451 extern void add_target (const target_info &info, 2459 extern void add_deprecated_target_alias (const target_info &info, 421 struct target_info struct
|
| target.h | 423 struct target_info 469 /* Return a reference to this target's unique target_info 471 virtual const target_info &info () const = 0; 2451 extern void add_target (const target_info &info, 2459 extern void add_deprecated_target_alias (const target_info &info, 421 struct target_info struct
|
| target.c | 69 /* Mapping between target_info objects (which have address identity) 73 here. The target_info object is associated with the command via 75 static gdb::unordered_map<const target_info *, target_open_ftype *> member in class:gdb 834 auto *ti = static_cast<target_info *> (command->context ()); 845 add_target (const target_info &t, target_open_ftype *func, 873 add_deprecated_target_alias (const target_info &tinfo, const char *alias) 3724 static const target_info dummy_target_info = { 3742 const target_info & 3748 const target_info &
|
| target.c | 69 /* Mapping between target_info objects (which have address identity) 73 here. The target_info object is associated with the command via 75 static gdb::unordered_map<const target_info *, target_open_ftype *> member in class:gdb 834 auto *ti = static_cast<target_info *> (command->context ()); 845 add_target (const target_info &t, target_open_ftype *func, 873 add_deprecated_target_alias (const target_info &tinfo, const char *alias) 3724 static const target_info dummy_target_info = { 3742 const target_info & 3748 const target_info &
|