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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Disolate-3.c30 unsigned line_, const char *function_)
38 const char *function_, int oldsize)
40 VEC_rtx_gc_safe_grow (vec_, size_, file_, line_, function_);
29 VEC_rtx_gc_safe_grow(VEC_rtx_gc ** vec_, int size_, const char *file_, unsigned line_, const char *function_) argument
36 VEC_rtx_gc_safe_grow_cleared(VEC_rtx_gc ** vec_, int size_, const char *file_, unsigned line_, const char *function_, int oldsize) argument
H A Dcoalesce-1.c61 const char *file_, unsigned line_, const char *function_)
60 VEC_edge_base_index(const VEC_edge_base * vec_, unsigned ix_, const char *file_, unsigned line_, const char *function_) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr63270.h59 D(int a) : function_(0), context_(0), nested_scope_chain_(0) { G::test(); }
60 B function_; member in class:v8::internal::D
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr49303.c11 extern void vec_assert_fail (const char *, const char * ,const char *file_,unsigned line_,const char *function_) __attribute__ ((__noreturn__));
110 static __inline__ reg_stat_type *VEC_reg_stat_type_base_index (VEC_reg_stat_type_base *vec_, unsigned ix_ ,const char *file_,unsigned line_,const char *function_) { argument
111 (void)((vec_ && ix_ < vec_->prefix.num) ? 0 : (vec_assert_fail ("index","VEC(reg_stat_type,base)" ,file_,line_,function_), 0));
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h1838 function_(function), closure_(closure)
1844 { return this->function_; }
1873 return Expression::make_func_reference(this->function_,
1888 Named_object* function_; member in class:Func_expression
2198 expr_(expr), expr_type_(NULL), method_(method), function_(function)
2221 { return this->function_; }
2253 this->function_, this->location());
2280 Named_object* function_; member in class:Bound_method_expression
H A Dgogo.h1648 : type_(type), function_(function), index_(index), location_(location),
1661 { return this->function_; }
1703 { this->function_ = function; }
1713 Function* function_; member in class:Result_variable
2968 : gogo_(gogo), backend_(gogo->backend()), function_(function),
2984 { return this->function_; }
3010 Named_object* function_; member in class:Translate_context
H A Dgogo.cc2439 gogo_(gogo), function_(function), iota_value_(-1), inserter_()
2465 Named_object* function_; member in class:Lower_parse_tree
2484 no->var_value()->lower_init_expression(this->gogo_, this->function_,
2545 go_assert(this->function_ == NULL);
2546 this->function_ = no;
2548 this->function_ = NULL;
2581 Statement* snew = s->lower(this->gogo_, this->function_, block,
2615 Expression* enew = e->lower(this->gogo_, this->function_,
3617 gogo_(gogo), function_(function), inserter_()
3640 Named_object* function_; member in class:Flatten
[all...]
H A Dstatements.cc2058 gogo_(gogo), function_(NULL)
2071 Named_object* function_; member in class:Simplify_thunk_traverse
2079 go_assert(this->function_ == NULL);
2080 this->function_ = no;
2082 this->function_ = NULL;
2100 if (stat->simplify_statement(this->gogo_, this->function_, b))
H A Dexpressions.cc1047 if (this->function_->is_function())
1048 return this->function_->func_value()->type();
1049 else if (this->function_->is_function_declaration())
1050 return this->function_->func_declaration_value()->type();
1103 Named_object* no = this->function_;
1126 go_assert(this->function_->func_value()->enclosing() != NULL);
1140 ast_dump_context->ostream() << this->function_->name();
1280 function_(function)
1303 return Expression::make_func_code_reference(this->function_,
1312 { context->ostream() << "[raw " << this->function_
1316 Named_object* function_; member in class:Func_code_reference_expression
[all...]
/haiku-buildtools/binutils/gold/
H A Dexpression.cc1044 Constant_function function_; member in class:gold::Constant_expression
1050 this->function_ = CONSTANT_MAXPAGESIZE;
1052 this->function_ = CONSTANT_COMMONPAGESIZE;
1057 this->function_ = CONSTANT_MAXPAGESIZE;
1064 switch (this->function_)
1079 switch (this->function_)
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-tree.h287 extern tree builtin_function PROTO((const char *, tree, enum built_in_function function_, const char *));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dch-tree.h688 extern tree builtin_function PROTO((char *, tree, enum built_in_function function_, char *));

Completed in 336 milliseconds