Searched refs:body (Results 176 - 200 of 227) sorted by relevance

12345678910

/freebsd-11-stable/contrib/gcc/
H A Dreload.c2082 X should be the body of an instruction. */
2505 /* Main entry point of this file: search the body of INSN
2577 rtx body = PATTERN (insn);
2619 if (GET_CODE (body) == SET
2620 && REG_P (SET_DEST (body))
2621 && REGNO (SET_DEST (body)) < FIRST_PSEUDO_REGISTER
2622 && REG_P (SET_SRC (body))
2623 && REGNO (SET_SRC (body)) < FIRST_PSEUDO_REGISTER
2624 && REGISTER_MOVE_COST (GET_MODE (SET_SRC (body)),
2625 REGNO_REG_CLASS (REGNO (SET_SRC (body))),
2564 rtx body = PATTERN (insn); local
[all...]
H A Dgcc.c5828 /* Found the body, that is, the text to substitute if the
5862 /* Subroutine of handle_braces. Scan and process a brace substitution body
5868 whether or not the body is to be processed through do_spec_1 or just
5876 const char *body, *end_body;
5882 body = p;
5911 /* Copy the substitution body to permanent storage and execute it.
5913 body through do_spec_1... */
5914 char *string = save_string (body, end_body - body);
5923 body onc
5854 const char *body, *end_body; local
[all...]
H A Dlambda-code.c152 /* Create a new lambda body vector. */
191 /* Print out a lambda body vector. */
194 print_lambda_body_vector (FILE * outfile, lambda_body_vector body) argument
196 print_lambda_vector (outfile, LBV_COEFFICIENTS (body), LBV_SIZE (body));
1523 /* Convert a lambda body vector LBV to a gcc tree, and return the new tree.
2048 innermost loop body.
2111 of body basic block. */
2185 of the loop body basic block, right after the PHI node
H A Dtree-ssa-loop-ivopts.c614 incremented at the end of the loop body. */
1088 basic_block *body = get_loop_body_in_dom_order (loop); local
1092 find_givs_in_bb (data, body[i]);
1093 free (body);
1735 basic_block *body = get_loop_body (data->current_loop); local
1746 bb = body[i];
1780 free (body);
4145 for other conditions inside loop body. */
H A Dtree.c7815 tree body;
7820 body = BIND_EXPR_BODY (stmt);
7822 body = stmt;
7826 for (i = tsi_start (body); !tsi_end_p (i); tsi_next (&i))
7785 tree body; local
H A Dcombine.c1831 /* Nonzero if I2's body now appears in I3. */
2377 /* Record whether i2's body now appears within i3's body. */
2458 /* If there is no I1, use I2's body as is. We used to also not do
11877 reg_bitfield_target_p (rtx x, rtx body)
11881 if (GET_CODE (body) == SET)
11883 rtx dest = SET_DEST (body);
11910 else if (GET_CODE (body) == PARALLEL)
11911 for (i = XVECLEN (body, 0) - 1; i >= 0; i--)
11912 if (reg_bitfield_target_p (x, XVECEXP (body,
11829 reg_bitfield_target_p(rtx x, rtx body) argument
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1558 VCHIQ_ELEMENT_T body = { local
1576 &body, 1, sizeof(ack_payload),
1585 &body, 1, sizeof(ack_payload),
2706 VCHIQ_ELEMENT_T body = { &payload, sizeof(payload) }; local
2713 &body, 1, sizeof(payload), QMFLAGS_IS_BLOCKING);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sdvo.c953 uint8_t sdvo_data[4 + sizeof(avi_if.body.avi)];
961 memcpy(&sdvo_data[4], &avi_if.body, sizeof(avi_if.body.avi));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1380 body_range body() { return body_range(body_begin(), body_end()); } function in class:clang::final
1392 body_const_range body() const { function in class:clang::final
1440 for (auto *B : llvm::reverse(body())) {
2080 // * A "Stmt *" for the body.
2257 // * A "Stmt *" for the body.
3384 /// and this compound statement is the body of an anonymous outlined function.
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4068 body of a function. */
7542 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1);
7543 int idx, vlen = XVECLEN (body, 0);
7559 (asm_out_file, CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 0, idx), 0)));
7570 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1);
7571 rtx base = XEXP (XEXP (body, 0), 0);
7572 int idx, vlen = XVECLEN (body, 1);
7589 body,
7590 CODE_LABEL_NUMBER (XEXP (XVECEXP (body, 1, idx), 0)),
7521 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1); local
7549 rtx lab = XEXP (vec, 0), body = XEXP (vec, 1); local
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c7787 ZipfileBuffer body; member in struct:ZipfileCtx
7949 e.cds.iOffset = p->body.n;
7953 /* Append the LFH to the body of the new archive */
7955 if( (rc = zipfileBufferGrow(&p->body, nByte)) ) goto zipfile_step_out;
7956 p->body.n += zipfileSerializeLFH(&e, &p->body.a[p->body.n]);
7958 /* Append the data to the body of the new archive */
7960 if( (rc = zipfileBufferGrow(&p->body, nData)) ) goto zipfile_step_out;
7961 memcpy(&p->body
[all...]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c784 IoctlTISAEncrypt_t *ioctl_data = &pIoctlPayload->body;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h815 } __packed body; member in struct:bwn_txhdr
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2476 StmtResult body(ParseCompoundStatementBody());
2484 if (body.isInvalid())
2485 body = Actions.ActOnNullStmt(Tok.getLocation());
2487 return Actions.ActOnObjCAtSynchronizedStmt(atLoc, operand.get(), body.get());
2684 /// objc-method-def: objc-method-proto ';'[opt] '{' body '}'
3644 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!");
3646 // the method's body when we come to parse it.
3663 // Enter a scope for the method or c-function body.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp368 for (auto *Child : S->body())
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c107 /* Execute the following loop body with SUBINSN set to each instruction
3651 /* Emit the loop body. */
4906 Also, there is a body of code that uses __PIC__ to distinguish
8560 rtx body = PATTERN (insn);
8561 if (GET_CODE (body) == ADDR_VEC)
8562 return GET_MODE_SIZE (GET_MODE (body)) * XVECLEN (body, 0);
8563 if (GET_CODE (body) == ADDR_DIFF_VEC)
8564 return GET_MODE_SIZE (GET_MODE (body)) * XVECLEN (body,
8514 rtx body = PATTERN (insn); local
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex523 % actual body; @end closes the group after calling \Efoo. \envdef also
6741 % We really want {...\end verbatim} in the body of the macro, but
6834 % And now, it's time to reuse the body of the original defun:
7017 % distinguish it from the body text that may end up on the next line
7293 % body, and then making it the \newlinechar in \scanmacro.
7430 % defined `a la TeX in the macro body.
7443 % hook remains in the body, and when macro is to be expanded the body is
7447 % argument N value and then \edef the body (nothing else will expand because of
7448 % the catcode regime underwhich the body wa
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c365 const KDC_REQ_BODY *body,
383 ASN1_MALLOC_ENCODE(KDC_REQ_BODY, buf, buf_size, body, &len, ret);
362 build_auth_pack(krb5_context context, unsigned nonce, krb5_pk_init_ctx ctx, const KDC_REQ_BODY *body, AuthPack *a) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1161 // We just emitted the body of the try; jump to the continue block.
1216 // Perform the body of the catch.
1364 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, argument
1407 CGF.EHStack.pushCleanup<PerformFinally>(NormalCleanup, body,
1894 /// from the main function body into this stub.
2045 // a try body function.
2056 // We just emitted the body of the __try; jump to the continue block.
2085 // Emit the __except body.
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl151 .body
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_markdown.c351 n->body->flags |= NODE_ENDED;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1618 // Insert all these *after* the statement body.
1846 // Now rewrite the body...
1852 assert((*bodyBuf == '{') && "bogus @catch body location");
1872 // Now rewrite the body...
1879 assert((*bodyBuf == '{') && "bogus @catch body location");
1892 "bogus @catch body location");
1915 Stmt *body = finalStmt->getFinallyBody(); local
1916 SourceLocation startLoc = body->getBeginLoc();
1917 SourceLocation endLoc = body->getEndLoc();
1919 "bogus @finally body locatio
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c1310 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1337 bin_tree_t *body = node->left;
1355 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1330 bin_tree_t *body = node->left; local
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c3339 * FT Request action frame body[variable]
3377 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len);
3416 const u8 *body, size_t len)
3431 wpa_hexdump(MSG_MSGDUMP, "FT: RRB Request Frame body", body, len);
3437 res = wpa_ft_process_auth_req(sm, body, len, &resp_ies,
3472 * Status_Code[2] FT Request action frame body[variable]
4361 "room for Action Frame body); alen=%lu",
3414 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp180 for (auto *I : Node->body())
2006 // Print the body.

Completed in 538 milliseconds

12345678910