OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:body_start
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps_upnp_web.c
308
char *
body_start
;
local
392
body_start
= wpabuf_put(buf, 0);
404
body_length = (char *) wpabuf_put(buf, 0) -
body_start
;
764
char *
body_start
= NULL;
local
816
body_start
= wpabuf_put(buf, 0);
850
if (
body_start
&& put_length_here) {
851
int body_length = (char *) wpabuf_put(buf, 0) -
body_start
;
/src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc
4641
tree
body_start
= expr_first (fnbody);
local
4642
if (
body_start
== NULL_TREE ||
body_start
== error_mark_node)
4665
bool is_noexcept = TREE_CODE (
body_start
) == MUST_NOT_THROW_EXPR;
4670
fnbody = TREE_OPERAND (
body_start
, 0);
4672
add_stmt (
body_start
);
4674
TREE_OPERAND (
body_start
, 0) = push_stmt_list ();
/src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc
4404
tree
body_start
= expr_first (fnbody);
local
4405
if (
body_start
== NULL_TREE ||
body_start
== error_mark_node)
4428
bool is_noexcept = TREE_CODE (
body_start
) == MUST_NOT_THROW_EXPR;
4433
fnbody = TREE_OPERAND (
body_start
, 0);
4435
add_stmt (
body_start
);
4437
TREE_OPERAND (
body_start
, 0) = push_stmt_list ();
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026