Searched defs:typecheck (Results 1 - 7 of 7) 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/chromium_org/third_party/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/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/include/
H A Df2fs_fs.h105 #define typecheck(type,x) \ macro
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2730 Handle<Map> map, HValue* typecheck = NULL) {
2732 Unique<Map>::CreateImmovable(map), zone), typecheck);
2736 HValue* typecheck = NULL) {
2741 return new(zone) HCheckMaps(value, maps, typecheck);
2767 HValue* typecheck() const { return OperandAt(1); } function in class:v8::FINAL::FINAL
2819 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) argument
2826 SetOperandAt(1, typecheck ? typecheck : value);
H A Dhydrogen.cc4773 HHasInstanceTypeAndBranch* typecheck = local
4779 typecheck->SetSuccessorAt(0, if_spec_object);
4780 typecheck->SetSuccessorAt(1, not_spec_object);
4781 FinishCurrentBlock(typecheck);

Completed in 1659 milliseconds