OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addr_space_t
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
emit-rtl.h
30
extern void set_mem_addr_space (rtx,
addr_space_t
);
coretypes.h
79
typedef unsigned char
addr_space_t
;
typedef
81
/* The value of
addr_space_t
that represents the generic address space. */
target.def
[
all
...]
c-tree.h
337
addr_space_t
address_space;
553
addr_space_t
);
output.h
609
extern int default_address_cost (rtx, enum machine_mode,
addr_space_t
, bool);
tree-flow.h
750
addr_space_t
);
785
rtx addr_for_mem_ref (struct mem_address *,
addr_space_t
, bool);
rtl.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h
166
there are more than 254 named addresses, the
addr_space_t
type will need
701
extern void c_register_addr_space (const char *str,
addr_space_t
as);
705
extern const char *c_addr_space_name (
addr_space_t
as);
[
all
...]
Completed in 158 milliseconds