Searched refs:line_ (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Disolate-3.c30 unsigned line_, const char *function_)
37 const char *file_, unsigned line_,
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/legacy/gcc/gcc/f/
H A Dstw.c296 b->line_ = ffewhere_line_unknown ();
314 ffewhere_line_kill (b->line_);
347 if ((ffewhere_line_is_unknown (b->line_) || ffewhere_column_is_unknown (b->col_))
351 if (ffewhere_line_is_unknown (b->line_))
352 b->line_
381 b->line_ = ffewhere_line_unknown ();
405 ffewhere_line_kill (b->line_);
407 b->line_ = ffewhere_line_use (ffelex_token_where_line (ffesta_tokens[0]));
H A Dstw.h70 ffewhereLine line_; /* Where first token of statement triggering member in struct:_ffestw_
147 #define ffestw_line(b) ((b)->line_)
163 #define ffestw_set_line(b,l) ((b)->line_ = (l))
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Ddgux.c149 extern int line_;
155 if (file_ || line_)
167 file_ ? file_ : "<nofile>", line_);
180 file_ ? file_ : "<nofile>", line_);
/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/
H A Ddbxout.c803 int line_ = use_gnu_debug_info_extensions ? LINE : 0; \
807 dbxout_int (line_); \

Completed in 122 milliseconds