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

1234567891011

/haiku-buildtools/gcc/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
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System {
65 n := make(System, len(body))
66 for i := 0; i < len(body); i++ {
68 *n[i] = body[i]
71 for _, body := range n {
72 px += body.vx * body.mass
73 py += body.vy * body.mass
74 pz += body
[all...]
/haiku-buildtools/cloog/osl/source/
H A Dbody.c5 ** body.c **
72 # include <osl/body.h>
82 * this function displays an osl_body_t structure (*body) into a
87 * \param[in] body The body whose information has to be printed.
90 void osl_body_idump(FILE * file, osl_body_p body, int level) { argument
97 if (body != NULL) {
106 osl_strings_idump(file, body->iterators, level + 1);
108 // Print the original body expression.
109 osl_strings_idump(file, body
129 osl_body_dump(FILE * file, osl_body_p body) argument
141 osl_body_print(FILE * file, osl_body_p body) argument
170 osl_body_sprint(osl_body_p body) argument
227 osl_body_p body = NULL; local
271 osl_body_p body; local
287 osl_body_free(osl_body_p body) argument
310 osl_body_clone(osl_body_p body) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Drtl-error.c40 rtx body = PATTERN (insn); local
45 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
46 asmop = SET_SRC (body);
47 else if (GET_CODE (body) == ASM_OPERANDS)
48 asmop = body;
49 else if (GET_CODE (body) == PARALLEL
50 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
51 asmop = SET_SRC (XVECEXP (body, 0, 0));
52 else if (GET_CODE (body)
[all...]
/haiku-buildtools/legacy/gcc/libchill/
H A Dauxtypes.h36 struct { unsigned short len; char body[strlen]; }
40 char body[1]; member in struct:__anon3463
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dcovariant18.C18 virtual Ent& body() function in struct:Ent
30 body();
/haiku-buildtools/binutils/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.*
/haiku-buildtools/legacy/binutils/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.*
/haiku-buildtools/legacy/gcc/texinfo/cygnus/
H A Dtocfix22 trap 'rm -f new-*.dvi title.dvi toc.dvi body_plus_toc.dvi body.dvi; exit 1' 1 3 15
33 dviselect -i body_plus_toc.dvi -o body.dvi 1:
34 dviconcat -o new-$dvi title.dvi toc.dvi body.dvi
36 rm -f title.dvi toc.dvi body_plus_toc.dvi body.dvi
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/syntax/
H A Dtopexpr.go9 fmt.Printf("hello") // ERROR "non-declaration statement outside function body|expected declaration"
14 x++ // ERROR "non-declaration statement outside function body|expected declaration"
19 x,y := 1, 2 // ERROR "non-declaration statement outside function body|expected declaration"
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-cilkplus.c33 /* Callback for cp_walk_tree to validate the body of a pragma simd loop
73 cpp_validate_cilk_plus_loop (tree body) argument
76 cp_walk_tree (&body, cpp_validate_cilk_plus_loop_aux,
126 tree body = cilk_install_body_pedigree_operations (fptr); local
127 gcc_assert (TREE_CODE (body) == STATEMENT_LIST);
129 append_to_statement_list (detach_expr, &body);
131 append_to_statement_list (orig_body, &body);
139 body = create_try_catch_expr (body, catch_list);
141 append_to_statement_list (build_stmt (loc, TRY_FINALLY_EXPR, body, dto
[all...]
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dcilk-abi-cilk-for.cpp43 * from within the body of the cilk_for loop
78 // information about the size of the cilk_for body by passing a negative
109 * Centralizes the code to call the loop body. The compiler should be
114 * body - lambda function for the cilk_for loop body
123 F body, void *data,
148 // loop body.
158 // Call the compiler generated cilk_for loop body lambda function
159 body(data, low, high);
161 // The loop body ma
122 call_cilk_for_loop_body(count_t low, count_t high, F body, void *data, __cilkrts_worker *w, __cilkrts_pedigree *loop_root_pedigree) argument
234 cilk_for_recursive(count_t low, count_t high, F body, void *data, int grain, __cilkrts_worker *w, __cilkrts_pedigree *loop_root_pedigree) argument
296 cilk_for_root(F body, void *data, count_t count, int grain) argument
382 __cilkrts_cilk_for_32(__cilk_abi_f32_t body, void *data, cilk32_t count, int grain) argument
405 __cilkrts_cilk_for_64(__cilk_abi_f64_t body, void *data, cilk64_t count, int grain) argument
[all...]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dlink-order.s9 .body
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dlink-order.s9 .body
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug447.go38 body := strings.Replace(testFunc, "$I", itype, -1)
40 body = strings.Replace(body, "$TEST", " || i < 0", 1)
42 body = strings.Replace(body, "$TEST", "", 1)
44 body = strings.Replace(body, "$TESTSEGMENTS", segs.String(), 1)
45 funcs.WriteString(body)
H A Dissue3705.go9 func init() // ERROR "missing function body|cannot declare init"
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsearch.c393 char *body;
395 body = binding->buffer;
402 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) &&
403 (body[i + 2] == '\n' ||
404 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) ||
405 ((body[i] == INFO_COOKIE) &&
406 (body[i + 1] == '\n' ||
407 (body[
390 char *body; local
[all...]

Completed in 111 milliseconds

1234567891011