Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlinux_stddef.h31 #define typecheck(type,x) \ macro
Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/fio/compiler/
Dcompiler.h29 #define typecheck(type,x) \ macro
/external/regex-re2/lib/codereview/
Dcodereview.py119 def typecheck(s, t): function
/external/f2fs-tools/include/
Df2fs_fs.h105 #define typecheck(type,x) \ macro
/external/v8/src/
Dhydrogen-instructions.h2767 HValue* typecheck() const { return OperandAt(1); } in typecheck() function
2819 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps()
Dhydrogen.cc4773 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local