Home
last modified time | relevance | path

Searched refs:typemap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig14 %typemap(in,checkfn="lua_isinteger") TYPE
16 %typemap(in,checkfn="lua_isinteger") const TYPE&($basetype temp)
18 %typemap(out) TYPE
20 %typemap(out) const TYPE&
24 %typemap(in,checkfn="lua_isinteger") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
27 %typemap(in, numinputs=0) TYPE *OUTPUT ($*ltype temp)
29 %typemap(argout) TYPE *OUTPUT
31 %typemap(in) TYPE *INOUT = TYPE *INPUT;
32 %typemap(argout) TYPE *INOUT = TYPE *OUTPUT;
33 %typemap(in) TYPE &OUTPUT = TYPE *OUTPUT;
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig3 NOTE: If there's logic to free memory in a %typemap(freearg), it will also be
15 %typemap(in) char ** {
40 %typemap(typecheck) char ** {
58 %typemap(freearg) char** {
72 %typemap(in) lldb::ScriptObjectPtr {
124 %typemap(out) lldb::ScriptObjectPtr {
131 %typemap(out) lldb::SBScriptObject {
143 %typemap(out) char** {
155 %typemap(in) lldb::tid_t {
163 %typemap(in) lldb::StateType {
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i2 %typemap(in) (const char **symbol_name, uint32_t num_names) {
/freebsd/sbin/fsdb/
H A Dfsdb.c927 struct typemap { struct
940 struct typemap *tp; in CMDFUNCSTART() argument
/freebsd/contrib/tzcode/
H A Dzic.c2549 int typemap[TZ_MAX_TYPES]; in writezone() local
2683 typemap[i == old0 ? thisdefaulttype in writezone()
2760 putc(typemap[pretranstype], fp); in writezone()
2762 putc(typemap[types[i]], fp); in writezone()
2764 putc(typemap[unspecifiedtype], fp); in writezone()