Searched refs:OtherArg (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Index/ |
D | complete-objc-message.m | 89 - (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/llvm-project/clang/test/Index/ |
D | complete-objc-message.m | 89 - (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/ |
D | trace_event_analyzer_unittest.cc | 184 (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()
|
D | trace_event_analyzer.h | 379 static Query OtherArg(const std::string& arg_name) { in OtherArg() function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | StdLibraryFunctionsChecker.cpp | 667 ArgNo OtherArg = getOtherArgNo(); in apply() local 668 SVal OtherV = getArgSVal(Call, OtherArg); in apply() 669 QualType OtherT = Summary.getArgType(OtherArg); in apply()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1617 Value *OtherArg) { in handleMulByConstant() 1647 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant() 1648 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2132 Value *OtherArg) { in handleMulByConstant() 2162 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant() 2163 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2259 Value *OtherArg) { in handleMulByConstant() 2289 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant() 2290 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()
|