Home
last modified time | relevance | path

Searched defs:function_def (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dklass_def.hpp780 struct function_def struct
783 klass_name klass;
785 std::string name;
790 type_def return_type;
802 std::string c_name;
803 std::string filename;
811 function_type type;
812 member_scope scope;
813 bool is_beta;
814 bool is_protected;
[all …]
/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Drewrite.y215 typedef struct function_def { struct
216 struct function_def *next; argument
217 char *name; /* Function name */
218 grad_data_type_t rettype; /* Return type */
219 pctr_t entry; /* Code entry */
220 COMP_REGEX *rx_list; /* List of compiled regexps */
221 int nparm; /* Number of parameters */
222 PARAMETER *parm; /* List of parameters */
223 stkoff_t stack_alloc; /* required stack allocation */
224 grad_locus_t loc; /* source location where the function
H A Drewrite.c360 typedef struct function_def { struct
361 struct function_def *next; argument
362 char *name; /* Function name */
363 grad_data_type_t rettype; /* Return type */
364 pctr_t entry; /* Code entry */
365 COMP_REGEX *rx_list; /* List of compiled regexps */
366 int nparm; /* Number of parameters */
367 PARAMETER *parm; /* List of parameters */
368 stkoff_t stack_alloc; /* required stack allocation */
369 grad_locus_t loc; /* source location where the function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsh/
H A Dvsh_p.h251 typedef struct function_def { struct
252 int ignore; /* See description of CMD flags. */
253 WORD_DESC *name; /* The name of the function. */
254 COMMAND *command; /* The parsed execution tree. */
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dcommand.h329 typedef struct function_def { struct
330 int flags; /* See description of CMD flags. */
331 int line; /* Line number the function def starts on. */
332 WORD_DESC *name; /* The name of the function. */
333 COMMAND *command; /* The parsed execution tree. */
334 char *source_file; /* file in which function was defined, if any */
/dports/shells/bash/bash-5.1/
H A Dcommand.h345 typedef struct function_def { struct
346 int flags; /* See description of CMD flags. */
347 int line; /* Line number the function def starts on. */
348 WORD_DESC *name; /* The name of the function. */
349 COMMAND *command; /* The parsed execution tree. */
350 char *source_file; /* file in which function was defined, if any */
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dlua_parser.py228 function_def = pp.Optional(LOCAL) + FUNCTION + funcname + funcbody variable
/dports/devel/p5-Inline-CPP/Inline-CPP-0.80/lib/Inline/CPP/Parser/
H A DRecDescent.pm278 function_def: operator <commit> ';' label
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Ddefault_numeric_fallback_f64.rs62 mod function_def { module
H A Ddefault_numeric_fallback_i32.rs61 mod function_def { module
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/
H A Deolian_mono.cc199 …efl::eolian::grammar::attributes::function_def function_def(fp, EOLIAN_FUNCTION_POINTER, tp, opts.… in run() local
/dports/net/bird/bird-1.6.8/filter/
H A Dconfig.Y512 CF_ADDTO(conf, function_def) in CF_ADDTO() argument
/dports/devel/py-jedi/jedi-0.18.0/test/completion/
H A Dfunctions.py469 def function_def(a, b, c): function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h117 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/frontend/
H A Dreader.py313 def _create_function(self, function_def): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h148 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/frontend/
H A Dreader.py335 def _create_function(self, function_def): argument
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/frontend/
H A Dreader.py313 def _create_function(self, function_def): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/frontend/
H A Dreader.py362 def _create_function(self, function_def): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/frontend/
H A Dreader.py313 def _create_function(self, function_def): argument
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/frontend/
H A Dreader.py310 def _create_function(self, function_def): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h148 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h175 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h148 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h175 ExportFunctionDefinitionToInterpreter(StringList &function_def) { in ExportFunctionDefinitionToInterpreter()

123