Home
last modified time | relevance | path

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

/external/fio/os/
Dos.h230 typecheck(uint16_t, val); \
234 typecheck(uint32_t, val); \
238 typecheck(uint64_t, val); \
244 typecheck(uint16_t, val); \
248 typecheck(uint32_t, val); \
252 typecheck(uint64_t, val); \
/external/regex-re2/lib/codereview/
Dcodereview.py119 def typecheck(s, t): function
125 typecheck(s, str)
205 typecheck(name, str)
232 typecheck(s, str)
259 typecheck(s, str)
277 typecheck(s, str)
306 typecheck(s, str)
397 typecheck(pmsg, str)
403 typecheck(name, str)
407 typecheck(text, str)
[all …]
/external/iptables/libiptc/
Dlinux_stddef.h31 #define typecheck(type,x) \ macro
Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/curl/packages/vms/
Dstage_curl_install.com21 $! [usr.include.curl]typecheck-gcc.h
149 $ copy [--.include.curl]typecheck-gcc.h -
150 'new_gnu'[usr.include.curl]typecheck-gcc.h
Dpcsi_gnv_curl_file_list.txt68 [gnv.usr.include.curl]typecheck-gcc.h
/external/curl/include/curl/
DMakefile.am24 typecheck-gcc.h curlbuild.h curlrules.h
/external/fio/compiler/
Dcompiler.h30 #define typecheck(type,x) \ macro
/external/curl/packages/OS400/
Dmake-include.sh61 stdcheaders|typecheck-gcc)
/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.h30 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
31 typecheck(unsigned long long, b) && \
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h26 #define typecheck(type,x) \ macro
/external/libnfnetlink/include/
Dlinux_list.h25 #define typecheck(type,x) \ macro
/external/v8/src/crankshaft/
Dhydrogen-instructions.h2442 HValue* typecheck = NULL) {
2444 Unique<Map>::CreateImmovable(map), zone), typecheck);
2448 HValue* typecheck = NULL) {
2453 return new(zone) HCheckMaps(value, maps, typecheck);
2481 HValue* typecheck() const { return OperandAt(1); } in typecheck() function
2539 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps() argument
2548 SetOperandAt(1, typecheck ? typecheck : value); in HCheckMaps()
Dhydrogen.cc4483 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local
4489 typecheck->SetSuccessorAt(0, if_spec_object); in VisitReturnStatement()
4490 typecheck->SetSuccessorAt(1, not_spec_object); in VisitReturnStatement()
4491 FinishCurrentBlock(typecheck); in VisitReturnStatement()
/external/f2fs-tools/include/
Df2fs_fs.h110 #define typecheck(type,x) \ macro
/external/fio/
Dverify.c1525 typecheck(typeof(off), io->offset); in paste_blockoff()
/external/python/cpython2/Doc/library/
Dctypes.rst430 the Python object passed to the function call, it should do a typecheck or