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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 42 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed");
79 /// available from other functions inlined into the caller. If we are able to
86 Function *Caller = CS.getCaller();
94 // calling function, then bump up the caller's stack protection level.
96 Caller->addFnAttr(Attribute::StackProtectReq);
98 !Caller->hasFnAttr(Attribute::StackProtectReq))
99 Caller->addFnAttr(Attribute::StackProtect);
207 Function *Caller = CS.getCaller();
208 if (Caller && !Caller->isDeclaration() &
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 80 /// forwardResume - Forward the 'resume' instruction to the caller's landing
139 /// forwardResume - Forward the 'resume' instruction to the caller's landing pad
228 Function *Caller = FirstNewBlock->getParent();
245 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
265 /// into the caller, update the specified callgraph to reflect the changes we
273 const Function *Caller = CS.getInstruction()->getParent()->getParent();
276 CallGraphNode *CallerNode = CG[Caller];
278 // Since we inlined some uninlined call sites in the callee into the caller,
279 // add edges from the caller to all of the callees of the callee.
310 // destination. This can also happen if the call graph node of the caller
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 178 // If the caller function is nounwind, mark the call as nounwind, even if the
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 32 ATTRIBUTE Caller-ID 31 string
dictionary.ascend 69 ATTRIBUTE Ascend-FT1-Caller 175 integer
179 VALUE Ascend-FT1-Caller FT1-No 0
180 VALUE Ascend-FT1-Caller FT1-Yes 1
  /frameworks/base/services/java/com/android/server/am/
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 460 : PathDiagnosticPiece(Call), Caller(callerD), Callee(0),
463 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller)
464 : PathDiagnosticPiece(Call), Caller(caller), Callee(0),
467 const Decl *Caller;
486 const Decl *getCaller() const { return Caller; }
517 const Decl *caller);
  /external/v8/test/mjsunit/compiler/
inline-context-slots.js 33 // Caller/callee without a local context.
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 603 if (Instruction *I = CallingSF.Caller.getInstruction()) {
605 if (!CallingSF.Caller.getType()->isVoidTy())
609 CallingSF.Caller = CallSite(); // We returned from the call...
859 SF.Caller = CS;
861 const unsigned NumArgs = SF.Caller.arg_size();
864 for (CallSite::arg_iterator i = SF.Caller.arg_begin(),
865 e = SF.Caller.arg_end(); i != e; ++i, ++pNum) {
872 GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF);
    [all...]
Interpreter.h 76 CallSite Caller; // Holds the call that called subframes.
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 452 const Decl *Caller = CE->getLocationContext()->getDecl();
453 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
    [all...]
PathDiagnostic.cpp 515 const Decl *caller = CE.getLocationContext()->getParent()->getDecl(); local
517 return new PathDiagnosticCallPiece(caller, pos);
522 const Decl *caller) {
523 PathDiagnosticCallPiece *C = new PathDiagnosticCallPiece(path, caller);
558 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Caller))
579 Out << "Returning to caller";
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 50 Function *Caller;
68 Caller = CI->getParent()->getParent();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 271 /// Parent - The caller of this stack frame.
272 CallStackFrame *Caller;
433 Frame = Frame->Caller;
585 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
594 Info.CurrentCall = Caller;
635 Frame = Frame->Caller, ++CallIdx) {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 237 milliseconds