Searched refs:is_global (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dintegrate.h139 int is_global = (global_const_equiv_varray \
142 if (is_global) \
/haiku-buildtools/binutils/gold/
H A Dscript.h183 bool* is_global) const;
190 bool is_global; local
191 return (this->get_symbol_version(symbol, NULL, &is_global)
192 && !is_global);
248 : real(r), is_global(ig), expression(e), ambiguous(NULL)
255 bool is_global; member in struct:gold::Version_script_info::Version_tree_match
271 : expression(NULL), version(NULL), is_global(false)
275 : expression(e), version(v), is_global(ig)
285 bool is_global; member in struct:gold::Version_script_info::Glob
294 add_exact_match(const std::string&, const Version_tree*, bool is_global,
[all...]
H A Dscript.cc2203 const Version_tree* v, bool is_global,
2208 pe->insert(std::make_pair(match, Version_tree_match(v, is_global, ve)));
2225 else if (is_global != vtm.is_global)
2243 bool is_global)
2260 && this->default_is_global_ != is_global)
2265 this->default_is_global_ = is_global;
2274 this->globs_.push_back(Glob(&exp, v, is_global));
2281 this->add_exact_match(pattern, v, is_global, &exp,
2354 *p_is_global = vtm.is_global;
2202 add_exact_match(const std::string& match, const Version_tree* v, bool is_global, const Version_expression* ve, Exact* pe) argument
2240 build_expression_list_lookup( const Version_expression_list* explist, const Version_tree* v, bool is_global) argument
[all...]
H A Dsymtab.cc1257 bool is_global; local
1259 &is_global))
1261 if (!is_global)
1387 bool is_global; variable
1389 &is_global))
1391 if (!is_global)
1773 bool is_global; local
1774 if (this->version_script_.get_symbol_version(*pname, &v, &is_global))
1776 if (is_global && !v.empty())
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Ddataflow.cc53 if (no->is_variable() && no->var_value()->is_global())
H A Dgogo.h1330 Variable(Type*, Expression*, bool is_global, bool is_parameter,
1361 is_global() const function in class:Variable
2420 traverse(Traverse*, bool is_global);
2939 { go_assert(var->is_global()); }
H A Dgogo.cc2480 if (no->is_variable() && no->var_value()->is_global())
2950 if (!variable->is_global())
2966 if (variable->is_global() && variable->type()->has_pointer())
3038 && !var->is_global()
3263 if (!var->is_global() || init == NULL)
3553 if (!var->is_global() || init == NULL)
3653 if (no->is_variable() && no->var_value()->is_global())
5756 Variable::Variable(Type* type, Expression* init, bool is_global, argument
5760 backend_(NULL), is_global_(is_global), is_parameter_(is_parameter),
7297 Bindings::traverse(Traverse* traverse, bool is_global) argument
[all...]
H A Dexpressions.cc687 if (var->is_global())
3785 return no->is_variable() && no->var_value()->is_global();
13588 || (no->is_variable() && !no->var_value()->is_global()));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dasan_str_test.cc24 void StrLenOOBTestTemplate(char *str, size_t length, bool is_global) { argument
32 if (!is_global) {
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc461 gcc_decl decl_in, int is_global)
464 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
465 rest_of_decl_compilation (decl, is_global, 0);
451 plugin_bind(cc1_plugin::connection *, gcc_decl decl_in, int is_global) argument
455 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c73 bool is_global = !building_stmt_list_p (); local
78 return is_global;
85 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) argument
91 gcc_assert (!building_stmt_list_p () == is_global);
1538 int is_global; local
1591 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
1596 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
3447 bool is_global;
3540 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
3896 stmt_expr = finish_init_stmts (is_global, stmt_exp
3444 bool is_global; local
[all...]
H A Ddecl.c4175 builtin_function_1 (tree decl, tree context, bool is_global)
4192 if (is_global)
4166 builtin_function_1(tree decl, tree context, bool is_global) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c86 static int is_global PROTO((tree));
2831 is_global (d) function
2866 if ((!id || is_global (id))
2902 if (args && !current_template_parms && (!id || is_global (id)))
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c1623 c_bind (location_t loc, tree decl, bool is_global)
1635 else if (is_global)
1611 c_bind(location_t loc, tree decl, bool is_global) argument

Completed in 421 milliseconds