Searched refs:cxx_sizeof_or_alignof_type (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c1719 cxx_sizeof_or_alignof_type (location_t loc, tree type, enum tree_code op,
1781 return cxx_sizeof_or_alignof_type (input_location, type,
1855 return cxx_sizeof_or_alignof_type (loc, e, SIZEOF_EXPR, false,
1929 return cxx_sizeof_or_alignof_type (loc, TREE_TYPE (e),
1970 return cxx_sizeof_or_alignof_type (input_location,
1715 cxx_sizeof_or_alignof_type (location_t loc, tree type, enum tree_code op, function
H A Dcp-tree.h7573 extern tree cxx_sizeof_or_alignof_type (location_t, tree,
7690 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true)
H A Ddecl.c10388 r = cxx_sizeof_or_alignof_type (EXPR_LOCATION (t),
10392 r = cxx_sizeof_or_alignof_type (EXPR_LOCATION (t),
H A Dpt.c16820 return cxx_sizeof_or_alignof_type (input_location,
19750 r = cxx_sizeof_or_alignof_type (input_location,
H A Dparser.c8248 ret = cxx_sizeof_or_alignof_type (compound_loc, operand, op,
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc1886 cxx_sizeof_or_alignof_type (location_t loc, tree type, enum tree_code op,
1955 return cxx_sizeof_or_alignof_type (input_location, type,
2029 return cxx_sizeof_or_alignof_type (loc, e, SIZEOF_EXPR, false,
2037 like in cxx_sizeof_or_alignof_type. */
2106 return cxx_sizeof_or_alignof_type (loc, TREE_TYPE (e),
2114 is an expression. STD_ALIGNOF acts like in cxx_sizeof_or_alignof_type. */
2149 return cxx_sizeof_or_alignof_type (input_location,
1882 cxx_sizeof_or_alignof_type (location_t loc, tree type, enum tree_code op, function
H A Dcp-tree.h7984 extern tree cxx_sizeof_or_alignof_type (location_t, tree,
8105 #define cxx_sizeof(T) cxx_sizeof_or_alignof_type (input_location, T, SIZEOF_EXPR, false, true)
H A Ddecl.cc11026 r = cxx_sizeof_or_alignof_type (EXPR_LOCATION (t),
11030 r = cxx_sizeof_or_alignof_type (EXPR_LOCATION (t),
H A Dpt.cc17348 return cxx_sizeof_or_alignof_type (input_location,
20581 r = cxx_sizeof_or_alignof_type (input_location,
H A Dparser.cc8708 ret = cxx_sizeof_or_alignof_type (compound_loc, operand, op,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc3062 result = cxx_sizeof_or_alignof_type (input_location, type,
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2899 result = cxx_sizeof_or_alignof_type (input_location, type,

Completed in 554 milliseconds