Searched refs:NULL_TREE (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-9.3-release/contrib/gcc/cp/
H A Drtti.c177 index = build_int_cst (NULL_TREE,
200 return build_cxx_call (fn, NULL_TREE);
219 return build_cxx_call (fn, NULL_TREE);
256 index = build_int_cst (NULL_TREE,
292 tree cond = NULL_TREE;
348 if (variably_modified_type_p (type, /*fn=*/NULL_TREE))
393 pushdecl_top_level_and_finish (d, NULL_TREE);
436 type = complete_type_or_else (type, NULL_TREE);
539 LOOKUP_NORMAL, NULL_TREE);
651 (NULL_TREE, expr
[all...]
H A Dexcept.c75 tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
102 return build_call (terminate_node, NULL_TREE);
108 if (type == NULL_TREE)
128 if (type == NULL_TREE || type == error_mark_node)
173 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
177 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (),
178 NULL_TREE));
193 tree tmp = tree_cons (NULL_TREE, ptr_type_node, void_list_node);
197 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (),
198 NULL_TREE));
[all...]
H A Dinit.c115 return NULL_TREE;
151 tree init = NULL_TREE;
171 gcc_assert (nelts == NULL_TREE || TREE_CODE (nelts) == INTEGER_CST);
201 /*nelts=*/NULL_TREE,
249 /*nelts=*/NULL_TREE,
275 returns NULL_TREE; the caller is responsible for arranging for the
310 return NULL_TREE;
319 list was given; if NULL_TREE no initializer was given. */
328 explicit = (init != NULL_TREE);
337 init = NULL_TREE;
[all...]
H A Dtypeck2.c64 return NULL_TREE;
237 NULL_TREE if the declaration is unavailable. Returns 1 if an error
486 NULL_TREE, NULL_TREE);
489 NULL_TREE);
511 NULL_TREE, NULL_TREE);
514 NULL_TREE);
595 return NULL_TREE;
606 init = build_constructor_from_list (NULL_TREE, nrevers
[all...]
H A Ddecl.c366 if (DECL_INITIAL (label) == NULL_TREE)
397 pop_label (ent->label_decl, NULL_TREE);
553 block = NULL_TREE;
591 block = NULL_TREE;
594 if (block != NULL_TREE)
638 ns_binding = NULL_TREE;
680 = tree_cons (NULL_TREE, link,
962 if (p2 == NULL_TREE && DECL_EXTERN_C_P (olddecl)
975 else if (p1 == NULL_TREE
1026 else if (TREE_TYPE (olddecl) == NULL_TREE)
[all...]
H A Dsearch.c110 = binfo_via_virtual (data->binfo, data->t) != NULL_TREE;
131 data->binfo = NULL_TREE;
150 return NULL_TREE;
190 NULL_TREE is returned. */
226 data.binfo = NULL_TREE;
245 binfo = NULL_TREE;
281 binfo = NULL_TREE;
331 return NULL_TREE;
344 return NULL_TREE;
365 data.offset = NULL_TREE;
[all...]
H A Dfriend.c45 if (supplicant == NULL_TREE || type == NULL_TREE)
65 if (friend == NULL_TREE)
101 context = NULL_TREE;
116 context = NULL_TREE;
165 TREE_VALUE (list) = tree_cons (NULL_TREE, decl,
179 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl),
183 = tree_cons (NULL_TREE, type,
389 = tree_cons (NULL_TREE, friend_type, CLASSTYPE_FRIEND_CLASSES (type));
394 = tree_cons (NULL_TREE, typ
[all...]
H A Dmethod.c132 thunk = build_decl (FUNCTION_DECL, NULL_TREE, TREE_TYPE (function));
135 DECL_THUNKS (thunk) = NULL_TREE;
145 THUNK_ALIAS (thunk) = NULL_TREE;
280 DECL_CLONED_FUNCTION (alias) = NULL_TREE;
412 t = NULL_TREE;
465 DECL_RESULT (thunk_fndecl) = NULL_TREE;
467 start_preparsed_function (thunk_fndecl, NULL_TREE, SF_PRE_PARSED);
479 t = tree_cons (NULL_TREE, t, NULL_TREE);
481 t = tree_cons (NULL_TREE,
[all...]
H A Dname-lookup.c42 #define EMPTY_SCOPE_BINDING { NULL_TREE, NULL_TREE }
347 binding = cxx_binding_make (decl, NULL_TREE);
351 binding = new_class_binding (id, decl, /*type=*/NULL_TREE, level);
370 if (id == NULL_TREE)
385 binding->value = NULL_TREE;
389 binding->type = NULL_TREE;
636 t = NULL_TREE;
663 t = NULL_TREE;
857 if (IDENTIFIER_GLOBAL_VALUE (name) == NULL_TREE
[all...]
H A Dcvt.c148 binfo = NULL_TREE;
369 cp_finish_decl (arg, targ, /*init_const_expr_p=*/false, NULL_TREE,
391 if (binfo == NULL_TREE)
438 DECL is either NULL_TREE or the _DECL node for a reference that is being
448 tree rval = NULL_TREE;
449 tree rval_as_conversion = NULL_TREE;
482 rval_as_conversion = NULL_TREE;
531 rval = convert_for_initialization (NULL_TREE, type, expr, flags,
533 if (rval == NULL_TREE || rval == error_mark_node)
745 tree ctor = NULL_TREE;
[all...]
H A Dcall.c131 convert_like_real ((CONV), (EXPR), NULL_TREE, 0, 0, \
307 decl = NULL_TREE;
337 function = build3 (CALL_EXPR, result_type, function, parms, NULL_TREE);
644 (TREE_TYPE (to), TREE_TYPE (from), NULL_TREE, c_cast_p, flags);
935 arglist = build_tree_list (NULL_TREE, arglist);
956 NULL_TREE,
996 NULL_TREE);
1018 cand->args = tree_cons (NULL_TREE,
1270 if (expr != NULL_TREE
1366 if (parmnode == NULL_TREE || parmnod
3730 arglist, NULL_TREE, false, NULL_TREE, NULL_TREE, local
3745 NULL_TREE, false, local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-profile.c76 unsigned_type_node, NULL_TREE);
85 NULL_TREE);
93 NULL_TREE);
129 true, NULL_TREE);
148 true, NULL_TREE);
150 args = tree_cons (NULL_TREE, ref_ptr,
151 tree_cons (NULL_TREE, val,
152 tree_cons (NULL_TREE, start,
153 tree_cons (NULL_TREE, steps,
154 NULL_TREE))));
[all...]
H A Dtree-ssa-address.c250 tree addr_base = NULL_TREE, addr_off = NULL_TREE;
257 base = NULL_TREE;
322 return NULL_TREE;
325 addr->step = NULL_TREE;
328 addr->offset = NULL_TREE;
360 comb->rest = NULL_TREE;
373 tree val = NULL_TREE;
401 tree val = NULL_TREE;
456 tree mult_elt = NULL_TREE, el
[all...]
H A Dtree-mudflap.c84 (char_type_node, build_index_type (build_int_cst (NULL_TREE, len)));
128 if (sourcefile == NULL && current_function_decl != NULL_TREE)
148 if (current_function_decl != NULL_TREE)
210 if (file == NULL && current_function_decl != NULL_TREE)
492 mf_cache_shift_decl_l = NULL_TREE;
493 mf_cache_mask_decl_l = NULL_TREE;
578 mf_cache_array_decl, t, NULL_TREE, NULL_TREE);
602 TYPE_FIELDS (mf_cache_struct_type), NULL_TREE);
615 TREE_CHAIN (TYPE_FIELDS (mf_cache_struct_type)), NULL_TREE);
[all...]
H A Dtree-chrec.h114 build_int_cst (NULL_TREE, loop_num), left, right);
127 if (chrec == NULL_TREE)
141 if (chrec == NULL_TREE)
161 if (chrec == NULL_TREE)
222 return NULL_TREE;
H A Dtree-ssa-ccp.c330 prop_value_t val = { UNINITIALIZED, NULL_TREE, NULL_TREE };
492 if (get_call_expr_in (stmt) != NULL_TREE)
675 val1->value = NULL_TREE;
676 val1->mem_ref = NULL_TREE;
683 val1->value = NULL_TREE;
684 val1->mem_ref = NULL_TREE;
706 val1->value = NULL_TREE;
707 val1->mem_ref = NULL_TREE;
753 new_val.value = NULL_TREE;
[all...]
H A Dcoverage.c399 = build_array_type (gcov_type_node, NULL_TREE);
401 = build_decl (VAR_DECL, NULL_TREE, gcov_type_array_type);
425 build_int_cst (NULL_TREE, no), NULL, NULL);
618 fields = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
621 field = build_decl (FIELD_DECL, NULL_TREE, get_gcov_unsigned_t ());
625 array_type = build_int_cst (NULL_TREE, counters - 1);
630 field = build_decl (FIELD_DECL, NULL_TREE, array_type);
634 finish_builtin_struct (type, "__gcov_fn_info", fields, NULL_TREE);
646 tree value = NULL_TREE;
649 tree array_value = NULL_TREE;
[all...]
H A Dc-gimplify.c145 if (block == NULL_TREE)
146 decls = NULL_TREE;
153 block = NULL_TREE;
190 if (DECL_NAME (decl) == NULL_TREE && !DECL_SEEN_IN_BIND_EXPR_P (decl))
H A Dtree-ssa-alias-warnings.c262 tree to_match = NULL_TREE;
302 match.site = NULL_TREE;
305 return NULL_TREE;
359 /* Return the match, if any. Otherwise, return NULL_TREE. It will
360 return NULL_TREE even when a match was found, if the value associated
361 to KEY is NULL_TREE. */
375 return NULL_TREE;
383 already exists and its value is NULL_TREE. Otherwise, do nothing. */
395 /* Add an entry to HT, with key T and value NULL_TREE. */
404 tp->to = NULL_TREE;
[all...]
H A Dintegrate.c108 if (BLOCK_ABSTRACT_ORIGIN (stmt) == NULL_TREE)
116 local_decl != NULL_TREE;
125 subblock != NULL_TREE;
146 if (DECL_ABSTRACT_ORIGIN (decl) == NULL_TREE)
155 if (DECL_INITIAL (decl) != NULL_TREE
177 local_decl != NULL_TREE;
182 subblock != NULL_TREE;
203 if (DECL_INITIAL (decl) != NULL_TREE
H A Dtree-iterator.c304 if (expr == NULL_TREE)
310 return n ? n->stmt : NULL_TREE;
324 if (expr == NULL_TREE)
330 return n ? n->stmt : NULL_TREE;
345 if (expr == NULL_TREE)
346 return NULL_TREE;
354 return NULL_TREE;
358 return NULL_TREE;
H A Dtree-browser.c108 static tree TB_history_stack = NULL_TREE;
126 TB_history_stack = tree_cons (NULL_TREE, (N), TB_history_stack); \
493 if (res == NULL_TREE)
628 if (node == NULL_TREE)
629 return NULL_TREE;
644 if (node == NULL_TREE)
645 return NULL_TREE;
659 if (node == NULL_TREE)
660 return NULL_TREE;
673 if (node == NULL_TREE)
[all...]
H A Dtree-data-ref.c144 tree tag = NULL_TREE;
172 tree tag_a = NULL_TREE, tag_b = NULL_TREE;
771 else if (DDR_ARE_DEPENDENT (ddr) == NULL_TREE)
862 if (DDR_ARE_DEPENDENT (ddr) == NULL_TREE && DDR_AFFINE_P (ddr))
908 tree estimation = NULL_TREE;
917 if (array_size == NULL_TREE
925 if (init != NULL_TREE
926 && step != NULL_TREE
1037 DR_BASE_ADDRESS (res) = NULL_TREE;
[all...]
H A Dtree-ssa-forwprop.c175 new condition if successful. Return NULL_TREE otherwise. */
180 tree new_cond = NULL_TREE;
182 tree test_var = NULL_TREE;
197 return NULL_TREE;
209 return NULL_TREE;
228 return NULL_TREE;
233 return NULL_TREE;
249 return NULL_TREE;
275 return NULL_TREE;
281 return NULL_TREE;
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnetware.c51 if (formal_type != NULL_TREE)
57 return NULL_TREE;
99 if (formal_type != NULL_TREE)
103 return NULL_TREE;
150 else if ((newid = lookup_attribute ("regparm", type_attributes)) != NULL_TREE)
153 if (newid != NULL_TREE)

Completed in 179 milliseconds

1234567