Home
last modified time | relevance | path

Searched refs:write_modifier_bytes_1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c809 static void write_modifier_bytes_1 PARAMS ((tree, int, int, int));
1907 write_modifier_bytes_1 (type, decl_const, decl_volatile, count) in write_modifier_bytes_1() function
1930 write_modifier_bytes_1 (TREE_TYPE (type), 0, 0, count+1);
1935 write_modifier_bytes_1 (TREE_TYPE (type), 0, 0, count+1);
1950 write_modifier_bytes_1 (type, decl_const, decl_volatile, 0);
H A DFSFChangeLog.117252 * dwarfout.c (root_type_1, write_modifier_bytes_1): New functions.
7254 (write_modifier_bytes): Call write_modifier_bytes_1.