Searched refs:typecheck (Results 1 - 13 of 13) sorted by relevance

/external/iptables/libiptc/
H A Dlinux_stddef.h31 #define typecheck(type,x) \ macro
H A Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/fio/compiler/
H A Dcompiler.h29 #define typecheck(type,x) \ macro
/external/fio/os/
H A Dos.h208 typecheck(uint16_t, val); \
212 typecheck(uint32_t, val); \
216 typecheck(uint64_t, val); \
222 typecheck(uint16_t, val); \
226 typecheck(uint32_t, val); \
230 typecheck(uint64_t, val); \
/external/curl/packages/OS400/
H A Dmake-include.sh61 stdcheaders|typecheck-gcc)
/external/curl/packages/vms/
H A 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
/external/regex-re2/lib/codereview/
H A 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(tex
[all...]
/external/f2fs-tools/fsck/
H A Df2fs.h32 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
33 typecheck(unsigned long long, b) && \
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h26 #define typecheck(type,x) \ macro
/external/libnfnetlink/include/
H A Dlinux_list.h25 #define typecheck(type,x) \ macro
/external/f2fs-tools/include/
H A Df2fs_fs.h105 #define typecheck(type,x) \ macro
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2444 HValue* typecheck = NULL) {
2446 Unique<Map>::CreateImmovable(map), zone), typecheck);
2450 HValue* typecheck = NULL) {
2455 return new(zone) HCheckMaps(value, maps, typecheck);
2483 HValue* typecheck() const { return OperandAt(1); } function in class:final::final
2541 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) argument
2550 SetOperandAt(1, typecheck ? typecheck : value);
H A Dhydrogen.cc4528 HHasInstanceTypeAndBranch* typecheck = local
4534 typecheck->SetSuccessorAt(0, if_spec_object);
4535 typecheck->SetSuccessorAt(1, not_spec_object);
4536 FinishCurrentBlock(typecheck);

Completed in 462 milliseconds