Searched refs:body (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate2.C6 static int body();
10 int Conc<Q>::body() {return 0;} function in class:Conc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate2.C6 static int body();
10 int Conc<Q>::body() {return 0;} function in class:Conc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Drtl-error.c42 rtx body = PATTERN (insn); local
47 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
48 asmop = SET_SRC (body);
49 else if (GET_CODE (body) == ASM_OPERANDS)
50 asmop = body;
51 else if (GET_CODE (body) == PARALLEL
52 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
53 asmop = SET_SRC (XVECEXP (body, 0, 0));
54 else if (GET_CODE (body)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drtl-error.c43 rtx body = PATTERN (insn); local
48 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
49 asmop = SET_SRC (body);
50 else if (GET_CODE (body) == ASM_OPERANDS)
51 asmop = body;
52 else if (GET_CODE (body) == PARALLEL
53 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
54 asmop = SET_SRC (XVECEXP (body, 0, 0));
55 else if (GET_CODE (body)
[all...]
H A Dtree-ssa-loop-ivcanon.c119 basic_block *body = get_loop_body (loop); local
124 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi))
126 free (body);
402 basic_block *body; local
432 body = get_loop_body (loop);
436 if (body[i]->flags & BB_IRREDUCIBLE_LOOP)
438 free (body);
442 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi))
448 free (body);
465 free (body);
497 basic_block *body; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dmk_rep.c45 EncAPRepPart body; local
54 memset (&body, 0, sizeof(body));
56 body.ctime = auth_context->authenticator->ctime;
57 body.cusec = auth_context->authenticator->cusec;
64 free_EncAPRepPart(&body);
69 &body.subkey);
71 free_EncAPRepPart(&body);
77 body.subkey = NULL;
83 ALLOC(body
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dunwind-ok.s29 .body
115 .body; .prologue; .body; .prologue; .body; .prologue; .body; .prologue
116 .body; .prologue; .body; .prologue; .body; .prologue; .body; .prologue
117 .body;
[all...]
H A Dunwind-err.s7 .body
39 .body
46 .body
47 .body
51 .body
65 .body
H A Dbundling.s11 .body
H A Dunwind-ok.d16 [[:space:]]*R1:body\(rlen=25\)
55 [[:space:]]*R1:body\(rlen=0\)
57 [[:space:]]*R1:body\(rlen=0\)
59 [[:space:]]*R1:body\(rlen=0\)
61 [[:space:]]*R1:body\(rlen=0\)
63 [[:space:]]*R1:body\(rlen=0\)
65 [[:space:]]*R1:body\(rlen=0\)
67 [[:space:]]*R1:body\(rlen=0\)
69 [[:space:]]*R1:body\(rlen=0\)
71 [[:space:]]*R1:body\(rle
[all...]
H A Dunwind-err.l8 .*:7: Error: .body outside of procedure
17 .*:24: Error: .label_state outside of body region
18 .*:25: Error: .copy_state outside of body region
23 .*:30: Error: .restore outside of body region
33 .*:51: Error: .body outside of procedure
35 .*:65: Warning: Initial .body.*
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dmake-relnotes16 %leader = (); %body = ();
23 $append_to = \%body;
33 $append_to = \%body;
78 for $class (sort keys %body) {
82 print $body{$class};
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dtype-opaque.exp66 proc body { struct } {
129 body struct
130 body union
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dlink-order.s9 .body
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirp_gr.c150 char *body; local
165 &body, &bodylen) != 0) {
174 if (irp_unmarshall_gr(gr, body) != 0) {
181 if (body != NULL) {
182 memput(body, bodylen);
197 char *body; local
216 &body, &bodylen) != 0) {
222 if (irp_unmarshall_gr(gr, body) != 0) {
229 if (body != NULL) {
230 memput(body, bodyle
245 char *body; local
[all...]
H A Dirp_ho.c174 char *body = NULL; local
195 &body, &bodylen) != 0) {
201 if (irp_unmarshall_ho(ho, body) != 0) {
208 if (body != NULL) {
209 memput(body, bodylen);
227 char *body = NULL; local
258 &body, &bodylen) != 0) {
264 if (irp_unmarshall_ho(ho, body) != 0) {
271 if (body != NULL) {
272 memput(body, bodyle
290 char *body; local
[all...]
H A Dirp_nw.c147 char *body = NULL; local
167 &body, &bodylen) != 0) {
173 if (irp_unmarshall_nw(nw, body) != 0) {
180 if (body != NULL) {
181 memput(body, bodylen);
196 char *body = NULL; local
216 &body, &bodylen) != 0) {
222 if (irp_unmarshall_nw(nw, body) != 0) {
229 if (body != NULL) {
230 memput(body, bodyle
274 char *body; local
[all...]
H A Dirp_pr.c136 char *body = NULL; local
156 &body, &bodylen) != 0) {
162 if (irp_unmarshall_pr(pr, body) != 0) {
169 if (body != NULL) {
170 memput(body, bodylen);
185 char *body = NULL; local
205 &body, &bodylen) != 0) {
211 if (irp_unmarshall_pr(pr, body) != 0) {
218 if (body != NULL) {
219 memput(body, bodyle
263 char *body; local
[all...]
H A Dirp_pw.c135 char *body; local
150 &body, &bodylen) != 0) {
156 if (irp_unmarshall_pw(pw, body) != 0) {
163 if (body != NULL) {
164 memput(body, bodylen);
179 char *body = NULL; local
198 &body, &bodylen) != 0) {
204 if (irp_unmarshall_pw(pw, body) != 0) {
211 if (body != NULL) {
212 memput(body, bodyle
226 char *body; local
[all...]
H A Dirp_sv.c141 char *body; local
156 &body, &bodylen) != 0) {
162 if (irp_unmarshall_sv(sv, body) != 0) {
169 if (body != NULL) {
170 memput(body, bodylen);
186 char *body; local
207 &body, &bodylen) != 0) {
213 if (irp_unmarshall_sv(sv, body) != 0) {
220 if (body != NULL) {
221 memput(body, bodyle
237 char *body; local
[all...]
H A Dirp_ng.c165 char *body = NULL; local
179 &body, &bodylen) != 0) {
184 if (irp_unmarshall_ng(host, user, domain, body) == 0) {
189 if (body != NULL) {
190 memput(body, bodylen);
206 char *body = NULL; local
218 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) {
222 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) {
229 memput(body, bodylen);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-gimplify.c84 body. Otherwise, just forget the label. */
87 finish_bc_block (enum bc_t bc, tree label, tree body) argument
97 append_to_statement_list (body, &sl);
99 body = sl;
104 return body;
135 tree body = TRY_STMTS (*stmt_p); local
138 gimplify_stmt (&body);
145 *stmt_p = build2 (TRY_CATCH_EXPR, void_type_node, body, cleanup);
154 tree body = HANDLER_BODY (*stmt_p); local
156 gimplify_stmt (&body);
168 tree body = EH_SPEC_STMTS (*stmt_p); local
212 gimplify_cp_loop(tree cond, tree body, tree incr, bool cond_is_first) argument
325 tree break_block, body; local
425 tree body = TREE_OPERAND (stmt, 0); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/pmax/tc/
H A Ddtms.c151 tmp = DT_GET_SHORT(msg->body[0], msg->body[1]);
158 tmp = DT_GET_SHORT(msg->body[2], msg->body[3]);
164 tmp = DT_GET_SHORT(msg->body[4], msg->body[5]);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dsearch.c375 char *body;
377 body = binding->buffer;
384 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) &&
385 (body[i + 2] == '\n' ||
386 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) ||
387 ((body[i] == INFO_COOKIE) &&
388 (body[i + 1] == '\n' ||
389 (body[
372 char *body; local
394 skip_node_separator(char *body) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmacro.c107 add_macro (char *name, char **arglist, char *body, char *source_file,
151 free (def->body);
156 def->body = body;
294 /* Substitute actual parameters for named parameters in body.
298 apply (char **named, char **actuals, char *body)
306 new_body_size = strlen (body);
313 while (body[i])
315 if (body[i] != '\\')
316 new_body[new_body_index++] = body[
105 add_macro(char *name, char **arglist, char *body, char *source_file, int source_lineno, int flags) argument
296 apply(char **named, char **actuals, char *body) argument
462 char *body = NULL; local
[all...]

Completed in 300 milliseconds

1234567891011>>