Searched refs:function_body (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp154 Stmt *function_body = function_decl->getBody(); local
155 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(function_body);
/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c352 BOOL_BITFIELD function_body : 1;
618 if (scope->function_body)
661 current_scope->function_body = true;
719 bool functionbody = scope->function_body;
753 if (scope->function_body)
900 if ((scope->function_body || scope == file_scope) && context)
918 if (scope->function_body)
7860 while (scope && !scope->function_body)
7863 gcc_assert (scope && scope->function_body);
7964 while (scope && !scope->function_body)
[all...]
H A Dtree-scalar-evolution.c1024 struct loop *function_body = loops->parray[0];
1026 get_exit_conditions_rec (function_body->inner, exit_conditions);
1022 struct loop *function_body = loops->parray[0]; local

Completed in 96 milliseconds