Searched refs:typecheck (Results 1 – 11 of 11) sorted by relevance
/external/fio/os/ |
D | os.h | 208 typecheck(uint16_t, val); \ 212 typecheck(uint32_t, val); \ 216 typecheck(uint64_t, val); \ 222 typecheck(uint16_t, val); \ 226 typecheck(uint32_t, val); \ 230 typecheck(uint64_t, val); \
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 119 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(text, str) [all …]
|
/external/iptables/libiptc/ |
D | linux_stddef.h | 31 #define typecheck(type,x) \ macro
|
D | linux_list.h | 23 #define typecheck(type,x) \ macro
|
/external/fio/compiler/ |
D | compiler.h | 29 #define typecheck(type,x) \ macro
|
/external/clang/test/SemaObjC/ |
D | protocol-typecheck.m | 22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 32 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ 33 typecheck(unsigned long long, b) && \
|
/external/lldb/scripts/Python/ |
D | python-typemaps.swig | 319 %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/f2fs-tools/include/ |
D | f2fs_fs.h | 105 #define typecheck(type,x) \ macro
|
/external/v8/src/ |
D | hydrogen-instructions.h | 2730 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); } in typecheck() function 2819 HCheckMaps(HValue* value, const UniqueSet<Map>* maps, HValue* typecheck) in HCheckMaps() argument 2826 SetOperandAt(1, typecheck ? typecheck : value); in HCheckMaps()
|
D | hydrogen.cc | 4773 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local 4779 typecheck->SetSuccessorAt(0, if_spec_object); in VisitReturnStatement() 4780 typecheck->SetSuccessorAt(1, not_spec_object); in VisitReturnStatement() 4781 FinishCurrentBlock(typecheck); in VisitReturnStatement()
|