OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_target_builtins
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
builtins.h
51
extern struct target_builtins *
this_target_builtins
;
53
#define
this_target_builtins
(&default_target_builtins)
macro
target-globals.h
37
extern struct target_builtins *
this_target_builtins
;
90
this_target_builtins
= g->builtins;
builtins.cc
88
struct target_builtins *
this_target_builtins
= &default_target_builtins;
variable in typeref:struct:target_builtins
1420
(delta_type<int> (
this_target_builtins
->x_apply_args_size_plus_one, -1))
1422
(
this_target_builtins
->x_apply_args_mode)
1424
(delta_type<int> (
this_target_builtins
->x_apply_result_size_plus_one, -1))
1426
(
this_target_builtins
->x_apply_result_mode)
/src/external/gpl3/gcc.old/dist/gcc/
builtins.h
44
extern struct target_builtins *
this_target_builtins
;
46
#define
this_target_builtins
(&default_target_builtins)
macro
target-globals.h
37
extern struct target_builtins *
this_target_builtins
;
88
this_target_builtins
= g->builtins;
builtins.cc
87
struct target_builtins *
this_target_builtins
= &default_target_builtins;
variable in typeref:struct:target_builtins
1419
(
this_target_builtins
->x_apply_args_mode)
1421
(
this_target_builtins
->x_apply_result_mode)
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026