HomeSort by relevance Sort by last modified time
    Searched defs:Caller (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 76 CallSite Caller; // Holds the call that called subframes.
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 45 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed");
85 /// calling function, then bump up the caller's stack protection level.
86 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) {
93 AttributeSet OldSSPAttr = AttributeSet::get(Caller->getContext(),
96 AttributeSet CallerAttr = Caller->getAttributes(),
101 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
102 Caller->addFnAttr(Attribute::StackProtectReq);
107 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
108 Caller->addFnAttr(Attribute::StackProtectStrong);
115 Caller->addFnAttr(Attribute::StackProtect)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 51 interface Caller {
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 550 : PathDiagnosticPiece(Call), Caller(callerD), Callee(nullptr),
553 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
554 : PathDiagnosticPiece(Call), Caller(caller), Callee(nullptr),
557 const Decl *Caller;
576 const Decl *getCaller() const { return Caller; }
607 const Decl *caller);
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 81 /// forwardResume - Forward the 'resume' instruction to the caller's landing
141 /// forwardResume - Forward the 'resume' instruction to the caller's landing pad
220 Function *Caller = FirstNewBlock->getParent();
229 for (Function::iterator I = FirstNewBlock, E = Caller->end(); I != E; ++I)
247 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
264 /// into the caller, update the specified callgraph to reflect the changes we
272 const Function *Caller = CS.getInstruction()->getParent()->getParent();
275 CallGraphNode *CallerNode = CG[Caller];
277 // Since we inlined some uninlined call sites in the callee into the caller,
278 // add edges from the caller to all of the callees of the callee
    [all...]
SimplifyLibCalls.cpp 46 Function *Caller;
70 Caller = CI->getParent()->getParent();
793 emitOptimizationRemark(*Context, "simplify-libcalls", *Caller,
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 98 new Caller(callingPackage, Binder.getCallingUid()), request,
108 new Caller(callingPackage, Binder.getCallingUid()), request,
118 new Caller(callingPackage, Binder.getCallingUid()), request,
128 new Caller(callingPackage, Binder.getCallingUid()), request,
136 0, new Caller(callingPackage, Binder.getCallingUid()), commands);
262 public static class Caller {
266 Caller(String _packageName, int _uid) {
293 onConfirm((Caller)args.arg1, (Request)args.arg2, (CharSequence)args.arg3,
300 onCompleteVoice((Caller) args.arg1, (Request) args.arg2,
307 onAbortVoice((Caller) args.arg1, (Request) args.arg2, (CharSequence) args.arg3
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 207 // If the caller function is nounwind, mark the call as nounwind, even if the
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 290 /// Parent - The caller of this stack frame.
291 CallStackFrame *Caller;
548 Frame = Frame->Caller;
823 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
832 Info.CurrentCall = Caller;
857 Frame = Frame->Caller, ++CallIdx) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 605 const Decl *Caller = CE->getLocationContext()->getDecl();
606 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 2345 milliseconds