OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_tree
(Results
76 - 88
of
88
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
564
struct cgraph_node * cgraph_get_node (
const_tree
);
565
struct cgraph_node * cgraph_get_node_or_alias (
const_tree
);
768
struct varpool_node * varpool_get_node (
const_tree
decl);
[
all
...]
gimple.h
916
bool is_gimple_address (
const_tree
);
918
bool is_gimple_invariant_address (
const_tree
);
921
bool is_gimple_ip_invariant_address (
const_tree
);
923
bool is_gimple_constant (
const_tree
);
925
extern bool is_gimple_min_invariant (
const_tree
);
927
extern bool is_gimple_ip_invariant (
const_tree
);
[
all
...]
tree-pass.h
95
extern void dump_node (
const_tree
, int, FILE *);
rtl.h
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h
916
bool is_gimple_address (
const_tree
);
918
bool is_gimple_invariant_address (
const_tree
);
921
bool is_gimple_ip_invariant_address (
const_tree
);
923
bool is_gimple_constant (
const_tree
);
925
extern bool is_gimple_min_invariant (
const_tree
);
927
extern bool is_gimple_ip_invariant (
const_tree
);
[
all
...]
tree-pass.h
95
extern void dump_node (
const_tree
, int, FILE *);
rtl.h
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h
916
bool is_gimple_address (
const_tree
);
918
bool is_gimple_invariant_address (
const_tree
);
921
bool is_gimple_ip_invariant_address (
const_tree
);
923
bool is_gimple_constant (
const_tree
);
925
extern bool is_gimple_min_invariant (
const_tree
);
927
extern bool is_gimple_ip_invariant (
const_tree
);
[
all
...]
tree-pass.h
95
extern void dump_node (
const_tree
, int, FILE *);
rtl.h
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h
916
bool is_gimple_address (
const_tree
);
918
bool is_gimple_invariant_address (
const_tree
);
921
bool is_gimple_ip_invariant_address (
const_tree
);
923
bool is_gimple_constant (
const_tree
);
925
extern bool is_gimple_min_invariant (
const_tree
);
927
extern bool is_gimple_ip_invariant (
const_tree
);
[
all
...]
tree-pass.h
95
extern void dump_node (
const_tree
, int, FILE *);
rtl.h
[
all
...]
Completed in 899 milliseconds
1
2
3
4