Searched refs:body (Results 126 - 140 of 140) sorted by relevance

123456

/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl146 .body
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c1297 of OP_OPEN_SUBEXP, the body of the SUBEXP (if any) and OP_CLOSE_SUBEXP. */
1329 bin_tree_t *body = node->left;
1346 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1322 bin_tree_t *body = node->left; local
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c9666 (struct bwn_plcp4 *)(&txhdr->body.old.plcp) :
9667 (struct bwn_plcp4 *)(&txhdr->body.new.plcp),
9722 (txhdr->body.old.rts_frame) :
9723 (txhdr->body.new.rts_frame));
9734 (txhdr->body.old.rts_frame) :
9735 (txhdr->body.new.rts_frame));
9749 &txhdr->body.old.rts_plcp :
9750 &txhdr->body.new.rts_plcp), len, rts_rate);
9755 (&txhdr->body.old.rts_frame) :
9756 (&txhdr->body
[all...]
/freebsd-9.3-release/contrib/gcc/
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...]
H A Dc-decl.c74 PARM, /* Declaration of parm before function body */
346 /* True if this is the outermost block scope of a function body.
410 of a function body, so do not push a new scope, merely cease
649 of the function body. These are the same scope
653 encounter the opening curly brace for the function body.
1895 /* Set DECL_INLINE on the declaration if we've got a body
3376 a large body of code that grew up without this rule.
3379 body of code to break, and it allows more efficient variable references
4064 or before a function body). Make a PARM_DECL, or return void_type_node.
6176 This function creates a binding context for the function body
8005 tree body = 0; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1641 // Insert all these *after* the statement body.
1873 // Now rewrite the body...
1879 assert((*bodyBuf == '{') && "bogus @catch body location");
1899 // Now rewrite the body...
1906 assert((*bodyBuf == '{') && "bogus @catch body location");
1919 "bogus @catch body location");
1942 Stmt *body = finalStmt->getFinallyBody(); local
1943 SourceLocation startLoc = body->getLocStart();
1944 SourceLocation endLoc = body->getLocEnd();
1946 "bogus @finally body locatio
[all...]
H A DRewriteModernObjC.cpp209 // Under modern abi, we cannot translate body of the function
1878 // Insert all these *after* the statement body.
2073 Stmt *body = finalStmt->getFinallyBody(); local
2074 SourceLocation startFinalBodyLoc = body->getLocStart();
2079 SourceLocation endFinalBodyLoc = body->getLocEnd();
5689 // Rewrite the block body in place.
/freebsd-9.3-release/sys/ia64/ia64/
H A Dexception.S714 .body; \
/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c78 /* A map from local variable declarations in the body of the template
2887 was defined in class scope, but we're processing it's body now
6370 the body of function so as to avoid collecting live data on the
8784 tree clauses, decl, init, cond, incr, body, pre_body;
8801 body = push_stmt_list ();
8803 body = pop_stmt_list (body);
8805 t = finish_omp_for (EXPR_LOCATION (t), decl, init, cond, incr, body,
9633 function call in the body of a template function and must now
12340 template from within the body o
8783 tree clauses, decl, init, cond, incr, body, pre_body; local
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex489 % actual body; @end closes the group after calling \Efoo. \envdef also
5062 % We really want {...\end verbatim} in the body of the macro, but
5145 % And now, it's time to reuse the body of the original defun:
5292 % distinguish it from the body text that may end up on the next line
5522 % body, and then making it the \newlinechar in \scanmacro.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex498 % actual body; @end closes the group after calling \Efoo. \envdef also
5258 % We really want {...\end verbatim} in the body of the macro, but
5341 % And now, it's time to reuse the body of the original defun:
5488 % distinguish it from the body text that may end up on the next line
5718 % body, and then making it the \newlinechar in \scanmacro.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex490 % actual body; @end closes the group after calling \Efoo. \envdef also
5134 % We really want {...\end verbatim} in the body of the macro, but
5217 % And now, it's time to reuse the body of the original defun:
5364 % distinguish it from the body text that may end up on the next line
5594 % body, and then making it the \newlinechar in \scanmacro.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h598 /// \brief Transform the captures and body of a lambda expression.
1066 /// \brief Attach the body to a new case statement.
1125 /// \brief Attach the body to the switch statement.
1473 /// \brief Attach body to a C++0x range-based for statement.
5357 // Attach the body to the case statement
5494 // Transform the body of the switch statement.
5538 // Transform the body
5556 // Transform the body
5625 // Transform the body
5819 // Transform the body o
9359 StmtResult body = getDerived().TransformStmt(E->getBody()); local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure2884 ## Main body of script. ##
25442 /* See body of main program for 'e'. */
25877 /* empty body */
31177 ## Main body of $CONFIG_STATUS script. ##
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure3096 ## Main body of script. ##
29764 /* See body of main program for 'e'. */
34511 /* empty body */
37996 ## Main body of $CONFIG_STATUS script. ##
[all...]

Completed in 613 milliseconds

123456