Home
last modified time | relevance | path

Searched refs:OtherArg (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Index/
Dcomplete-objc-message.m89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;
90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj;
95 [ovl Method:1 Arg1:1 OtherArg:ovl];
110 + (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;
111 + (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj;
116 [Overload2 Method:1 Arg1:1 OtherArg:ovl];
120 [x Method:1 Arg1:1 OtherArg:ovl];
121 [[x blarg] Method:1 Arg1:1 OtherArg:ovl];
122 [id Method:1 Arg1:1 OtherArg:ovl];
139 ovl Method:1 Arg1:1 OtherArg:ovl];
[all …]
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc184 (Query::OtherArg("num2") == Query::Double(other.arg_numbers["num2"])); in TEST_F()
186 (Query::OtherArg("str2") == Query::String(other.arg_strings["str2"])); in TEST_F()
666 Query match(Query::EventArg("id") == Query::OtherArg("id")); in TEST_F()
Dtrace_event_analyzer.h354 static Query OtherArg(const std::string& arg_name) { in OtherArg() function
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1617 Value *OtherArg) { in handleMulByConstant()
1647 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()
1648 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()