Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/
Djiffies.h107 (typecheck(unsigned long, a) && \
108 typecheck(unsigned long, b) && \
113 (typecheck(unsigned long, a) && \
114 typecheck(unsigned long, b) && \
Dkernel.h303 #define typecheck(type,x) \ macro
/external/chromium_org/third_party/re2/lib/codereview/
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(text, str)
[all …]
/external/regex-re2/lib/codereview/
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(text, str)
[all …]
/external/iptables/libiptc/
Dlinux_stddef.h31 #define typecheck(type,x) \ macro
Dlinux_list.h23 #define typecheck(type,x) \ macro
/external/clang/test/SemaObjC/
Dprotocol-typecheck.m22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
/external/v8/src/
Dhydrogen.cc2867 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 …]
Dhydrogen-instructions.h1789 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);
Dhydrogen-instructions.cc915 typecheck()->PrintNameTo(stream); in PrintDataTo()
/external/chromium_org/v8/src/
Dhydrogen.cc4078 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 …]
Dhydrogen-instructions.h2786 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()
Dhydrogen-instructions.cc3089 HValue* typecheck) { in New() argument
3090 HCheckMaps* check_map = new(zone) HCheckMaps(value, zone, typecheck); in New()
/external/chromium_org/base/
Dcallback.h.pump396 // so the compiler will typecheck that the passed in Run() method has