Searched defs:getCaller (Results 1 - 12 of 12) sorted by relevance

/external/lldb/examples/python/
H A Dpytracer.py123 def getCaller(self): member in class:FrameFancy
212 print "call " + frame.getName() + " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
235 if frame.getName() == "__init__" and frame.getCaller().getName() == "run_one_line" and frame.getCaller().getLineNumber() == 101:
238 if (frame.getCaller().getFileName() == ""):
246 strout += " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
259 if (frame.getCaller().getFileName() == ""):
280 if (frame.getCaller()
[all...]
/external/llvm/include/llvm/IR/
H A DCallSite.h189 /// getCaller - Return the caller function for this call site
191 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } function in class:llvm::CallSiteBase
H A DStatepoint.h136 FunTy *getCaller() const { return getCallSite().getCaller(); } function in class:llvm::StatepointFlags::StatepointBase
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp981 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, function in class:CallEventManager
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h579 const Decl *getCaller() const { return Caller; } function in class:clang::ento::PathDiagnosticCallPiece
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 256 milliseconds