Home
last modified time | relevance | path

Searched refs:function_body (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh47 function_body() { function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp137 Stmt *function_body = function_decl->getBody(); in SynthesizeFunctionResult() local
138 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(function_body); in SynthesizeFunctionResult()