Searched refs:convert_to_pointer (Results 1 – 19 of 19) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | convert.h | 25 extern tree convert_to_pointer (tree, tree);
|
H A D | c-convert.c | 106 return fold (convert_to_pointer (type, e)); in convert()
|
H A D | convert.c | 42 convert_to_pointer (tree type, tree expr) in convert_to_pointer() function 74 return convert_to_pointer (type, integer_zero_node); in convert_to_pointer()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | convert.h | 22 extern tree convert_to_pointer PARAMS ((tree, tree));
|
H A D | convert.c | 40 convert_to_pointer (type, expr) in convert_to_pointer() function 64 convert_to_pointer (type, 70 return convert_to_pointer (type, integer_zero_node);
|
H A D | c-convert.c | 104 return fold (convert_to_pointer (type, e));
|
H A D | FSFChangeLog | 1652 (convert_to_pointer): Remove dubious abort.
|
H A D | ChangeLog.7 | 12513 (convert_to_pointer, convert_to_integer): Use new hooks.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | convert.h | 28 extern tree convert_to_pointer PARAMS ((tree type, tree expr));
|
H A D | typeck.c | 149 return fold (convert_to_pointer (type, expr));
|
H A D | ChangeLog | 10806 convert_to_pointer): Added prototypes. 10970 convert_to_pointer): Prototypes moved to convert.h
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | tree-convert.c | 97 return fold (convert_to_pointer (type, e)); in convert()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cvt.c | 277 return convert_to_pointer (type, expr);
|
H A D | ChangeLog.1 | 9384 convert_to_pointer so we can return error_mark_node in the case of an
|
H A D | ChangeLog.2 | 4738 * cvt.c (convert_to_pointer): Expand PTRMEM_CSTs when they're
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cvt.c | 280 return convert_to_pointer (type, expr); in cp_convert_to_pointer()
|
H A D | ChangeLog-1993 | 539 convert_to_pointer so we can return error_mark_node in the case of an
|
H A D | ChangeLog-1999 | 4738 * cvt.c (convert_to_pointer): Expand PTRMEM_CSTs when they're
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | com.c | 1150 return fold (convert_to_pointer (type, e)); 1221 return fold (convert_to_pointer (type, e)); 14041 return fold (convert_to_pointer (type, e));
|