Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/include/
Dtime.h30 (typecheck(unsigned long, a) && \
31 typecheck(unsigned long, b) && \
36 (typecheck(unsigned long, a) && \
37 typecheck(unsigned long, b) && \
/external/tensorflow/tensorflow/python/lib/core/
Dstrings.i57 %typemap(typecheck) tensorflow::StringPiece = char *;
58 %typemap(typecheck) const tensorflow::StringPiece & = char *;
/external/curl/packages/vms/
Dstage_curl_install.com19 $! [usr.include.curl]typecheck-gcc.h
145 $ copy [--.include.curl]typecheck-gcc.h -
146 'new_gnu'[usr.include.curl]typecheck-gcc.h
Dpcsi_gnv_curl_file_list.txt67 [gnv.usr.include.curl]typecheck-gcc.h
/external/u-boot/include/linux/
Dtypecheck.h8 #define typecheck(type,x) \ macro
/external/iptables/libiptc/
Dlinux_stddef.h31 #define typecheck(type,x) \ macro
Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/curl/include/curl/
DMakefile.am24 typecheck-gcc.h system.h urlapi.h
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua111 local function typecheck(name, types, value) function
123 return {name, function(_, value) typecheck(name, types, value) end}
127 typecheck("name", {"string"}, value)
168 typecheck(name, {"number", "string"}, value)
183 typecheck("action", {"function", "string"}, value)
203 typecheck("add_help", {"boolean", "string", "table"}, value)
/external/curl/packages/OS400/
Dmake-include.sh52 stdcheaders|typecheck-gcc)
/external/tensorflow/tensorflow/python/util/
Dtfprof.i26 %typemap(typecheck) const string & = char *;
/external/clang/test/SemaObjC/
Dprotocol-typecheck.m22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
/external/f2fs-tools/fsck/
Df2fs.h31 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
32 typecheck(unsigned long long, b) && \
/external/syzkaller/pkg/compiler/
Dcompiler.go75 comp.typecheck()
Dcheck.go16 func (comp *compiler) typecheck() { func
/external/libnfnetlink/include/
Dlinux_list.h25 #define typecheck(type,x) \ macro
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h26 #define typecheck(type,x) \ macro
/external/curl/
DRELEASE-NOTES110 o tool_operate: fix typecheck warning [9]
DCHANGES1634 - tool_operate: fix typecheck warning
1638 ../include/curl/typecheck-gcc.h:47:9: error: call to
5451 The gcc typecheck macros and coverity combined made it warn on the 2nd
/external/python/cpython3/Doc/library/
Dtyping.rst93 # does not typecheck; an int is not a UserId
120 # Fails at runtime and does not typecheck
Dctypes.rst441 the Python object passed to the function call, it should do a typecheck or
/external/f2fs-tools/include/
Df2fs_fs.h167 #define typecheck(type,x) \ macro
/external/python/cpython2/Doc/library/
Dctypes.rst430 the Python object passed to the function call, it should do a typecheck or