Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dbuiltins.c356 tree offset_node; in c_strlen() local
377 src = string_constant (src, &offset_node); in c_strlen()
384 if (offset_node && TREE_CODE (offset_node) != INTEGER_CST) in c_strlen()
402 return size_diffop (size_int (max), offset_node); in c_strlen()
407 if (offset_node == 0) in c_strlen()
409 else if (! host_integerp (offset_node, 0)) in c_strlen()
412 offset = tree_low_cst (offset_node, 0); in c_strlen()
437 tree offset_node; in c_getstr() local
439 src = string_constant (src, &offset_node); in c_getstr()
443 if (offset_node == 0) in c_getstr()
[all …]