/external/kernel-headers/original/linux/ |
D | jiffies.h | 107 (typecheck(unsigned long, a) && \ 108 typecheck(unsigned long, b) && \ 113 (typecheck(unsigned long, a) && \ 114 typecheck(unsigned long, b) && \
|
D | kernel.h | 303 #define typecheck(type,x) \ macro
|
/external/chromium_org/third_party/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/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/clang/test/SemaObjC/ |
D | protocol-typecheck.m | 22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
|
/external/v8/src/ |
D | hydrogen.cc | 2867 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local 2873 typecheck->SetSuccessorAt(0, if_spec_object); in VisitReturnStatement() 2874 typecheck->SetSuccessorAt(1, not_spec_object); in VisitReturnStatement() 2875 current_block()->Finish(typecheck); in VisitReturnStatement() 4832 HHasInstanceTypeAndBranch* typecheck = in HandlePolymorphicElementAccess() local 4834 typecheck->SetSuccessorAt(0, if_jsarray); in HandlePolymorphicElementAccess() 4835 typecheck->SetSuccessorAt(1, if_fastobject); in HandlePolymorphicElementAccess() 4836 current_block()->Finish(typecheck); in HandlePolymorphicElementAccess() 4840 length = AddInstruction(new(zone()) HJSArrayLength(object, typecheck)); in HandlePolymorphicElementAccess() 7299 HHasInstanceTypeAndBranch* typecheck = in GenerateSetValueOf() local [all …]
|
D | hydrogen-instructions.h | 1789 HJSArrayLength(HValue* value, HValue* typecheck) { 1794 SetOperandAt(1, typecheck); 1808 HValue* typecheck() { return OperandAt(1); } 2010 HValue* typecheck = NULL, 2017 SetOperandAt(1, typecheck != NULL ? typecheck : value);
|
D | hydrogen-instructions.cc | 915 typecheck()->PrintNameTo(stream); in PrintDataTo()
|
/external/chromium_org/v8/src/ |
D | hydrogen.cc | 4078 HHasInstanceTypeAndBranch* typecheck = in VisitReturnStatement() local 4084 typecheck->SetSuccessorAt(0, if_spec_object); in VisitReturnStatement() 4085 typecheck->SetSuccessorAt(1, not_spec_object); in VisitReturnStatement() 4086 FinishCurrentBlock(typecheck); in VisitReturnStatement() 9957 HHasInstanceTypeAndBranch* typecheck = in GenerateSetValueOf() local 9961 typecheck->SetSuccessorAt(0, if_js_value); in GenerateSetValueOf() 9962 typecheck->SetSuccessorAt(1, not_js_value); in GenerateSetValueOf() 9963 FinishCurrentBlock(typecheck); in GenerateSetValueOf() 10116 HHasInstanceTypeAndBranch* typecheck = in GenerateCallFunction() local 10121 typecheck->SetSuccessorAt(0, if_jsfunction); in GenerateCallFunction() [all …]
|
D | hydrogen-instructions.h | 2786 HValue *typecheck = NULL); 2789 HValue *typecheck = NULL) { 2790 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck); 2835 HCheckMaps(HValue* value, Zone *zone, HValue* typecheck) in HCheckMaps() argument 2840 SetOperandAt(1, typecheck != NULL ? typecheck : value); in HCheckMaps()
|
D | hydrogen-instructions.cc | 3089 HValue* typecheck) { in New() argument 3090 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck); in New()
|
/external/chromium_org/base/ |
D | callback.h.pump | 396 // so the compiler will typecheck that the passed in Run() method has
|