Searched refs:typecheck (Results 1 - 9 of 9) 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/lldb/scripts/Python/
H A Dpython-typemaps.swig319 %typemap(typecheck) (uint32_t *versions, uint32_t num_versions) {
376 %typemap(typecheck) (lldb::SBInputReader::Callback callback, void *baton) {
399 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
/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/fsck/
H A Df2fs.h33 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
34 typecheck(unsigned long long, b) && \
/external/f2fs-tools/include/
H A Df2fs_fs.h45 #define typecheck(type,x) \ macro
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2704 Handle<Map> map, HValue* typecheck = NULL) {
2706 Unique<Map>::CreateImmovable(map), zone), typecheck);
2710 HValue* typecheck = NULL) {
2715 return new(zone) HCheckMaps(value, maps, typecheck);
2741 HValue* typecheck() const { return OperandAt(1); } function in class:V8_FINAL
2793 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) argument
2800 SetOperandAt(1, typecheck ? typecheck : value);
H A Dhydrogen.cc4691 HHasInstanceTypeAndBranch* typecheck = local
4697 typecheck->SetSuccessorAt(0, if_spec_object);
4698 typecheck->SetSuccessorAt(1, not_spec_object);
4699 FinishCurrentBlock(typecheck);

Completed in 276 milliseconds