Home
last modified time | relevance | path

Searched defs:typecheck (Results 1 – 5 of 5) sorted by relevance

/external/iptables/libiptc/
Dlinux_stddef.h31 #define typecheck(type,x) \ macro
Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/kernel-headers/original/linux/
Dkernel.h303 #define typecheck(type,x) \ macro
/external/v8/src/
Dhydrogen.cc2867 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local
4832 HHasInstanceTypeAndBranch* typecheck = in HandlePolymorphicElementAccess() local
7299 HHasInstanceTypeAndBranch* typecheck = in GenerateSetValueOf() local
7483 HHasInstanceTypeAndBranch* typecheck = in GenerateCallFunction() local
/external/regex-re2/lib/codereview/
Dcodereview.py169 def typecheck(s, t): function