Searched refs:typecheck (Results 1 - 8 of 8) 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/kernel-headers/original/linux/
H A Djiffies.h107 (typecheck(unsigned long, a) && \
108 typecheck(unsigned long, b) && \
113 (typecheck(unsigned long, a) && \
114 typecheck(unsigned long, b) && \
H A Dkernel.h303 #define typecheck(type,x) \ macro
/external/regex-re2/lib/codereview/
H A Dcodereview.py169 def typecheck(s, t): function
175 typecheck(s, str)
221 typecheck(name, str)
248 typecheck(s, str)
275 typecheck(s, str)
292 typecheck(s, str)
321 typecheck(s, str)
412 typecheck(pmsg, str)
418 typecheck(name, str)
422 typecheck(tex
[all...]
/external/v8/src/
H A Dhydrogen.cc2867 HHasInstanceTypeAndBranch* typecheck = local
2873 typecheck->SetSuccessorAt(0, if_spec_object);
2874 typecheck->SetSuccessorAt(1, not_spec_object);
2875 current_block()->Finish(typecheck);
4832 HHasInstanceTypeAndBranch* typecheck = local
4834 typecheck->SetSuccessorAt(0, if_jsarray);
4835 typecheck->SetSuccessorAt(1, if_fastobject);
4836 current_block()->Finish(typecheck);
4840 length = AddInstruction(new(zone()) HJSArrayLength(object, typecheck));
7299 HHasInstanceTypeAndBranch* typecheck local
7483 HHasInstanceTypeAndBranch* typecheck = local
[all...]
H A Dhydrogen-instructions.h1789 HJSArrayLength(HValue* value, HValue* typecheck) { argument
1794 SetOperandAt(1, typecheck);
1808 HValue* typecheck() { return OperandAt(1); } function in class:v8::HJSArrayLength
2010 HValue* typecheck = NULL,
2015 // If callers don't depend on a typecheck, they can pass in NULL. In that
2017 SetOperandAt(1, typecheck != NULL ? typecheck : value);
H A Dhydrogen-instructions.cc915 typecheck()->PrintNameTo(stream);

Completed in 147 milliseconds