Searched refs:CallA (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 69 static inline void PrintModRefResults(const char *Msg, bool P, CallBase *CallA, in PrintModRefResults() argument 72 errs() << " " << Msg << ": " << *CallA << " <-> " << *CallB << '\n'; in PrintModRefResults() 282 for (CallBase *CallA : Calls) { in runInternal() 284 if (CallA == CallB) in runInternal() 286 switch (AA.getModRefInfo(CallA, CallB)) { in runInternal() 288 PrintModRefResults("NoModRef", PrintNoModRef, CallA, CallB, in runInternal() 293 PrintModRefResults("Just Mod", PrintMod, CallA, CallB, F.getParent()); in runInternal() 297 PrintModRefResults("Just Ref", PrintRef, CallA, CallB, F.getParent()); in runInternal() 301 PrintModRefResults("Both ModRef", PrintModRef, CallA, CallB, in runInternal() 306 PrintModRefResults("Must", PrintMust, CallA, Call in runInternal() [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_calltip.py | 233 class CallA(NoCall): class 240 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip), 241 (NoCall(), ''), (CallA(), '(ci)'),
|
Completed in 2 milliseconds