Home | History | Annotate | Download | only in c

Lines Matching defs:offsetof_ref

9230 	    tree offsetof_ref;
9232 offsetof_ref = error_mark_node;
9235 offsetof_ref = build1 (INDIRECT_REF, type, null_pointer_node);
9236 SET_EXPR_LOCATION (offsetof_ref, loc);
9244 offsetof_ref = build_component_ref
9245 (loc, offsetof_ref, comp_tok->value, comp_tok->location);
9256 offsetof_ref = build_array_ref (loc,
9257 offsetof_ref,
9272 offsetof_ref = build_component_ref
9273 (loc, offsetof_ref, comp_tok->value,
9289 offsetof_ref = build_array_ref (loc, offsetof_ref, idx);
9298 expr.value = fold_offsetof (offsetof_ref);