Searched refs:callee (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp78 const Expr *callee = CE->getCallee()->IgnoreParens(); local
80 if (isa<BinaryOperator>(callee))
83 const MemberExpr *ME = cast<MemberExpr>(callee);
261 // Ask the ABI to load the callee. Note that This is modified.
H A DCGObjCMac.cpp6624 llvm::Value *callee = CGF.Builder.CreateStructGEP(mref, 0); local
6625 callee = CGF.Builder.CreateLoad(callee, "msgSend_fn");
6627 callee = CGF.Builder.CreateBitCast(callee, MSI.MessengerType);
6629 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);
H A DCGClass.cpp2123 llvm::Value *callee = local
2142 RValue RV = EmitCall(calleeFnInfo, callee, returnSlot,
H A DCGObjC.cpp1068 if (const FunctionDecl *callee
1070 if (callee->isTrivial())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp2486 /// Look at the callee of the given call expression and determine if
2490 const Expr *callee = call->getCallee(); local
2491 const Expr *fn = callee->IgnoreParens();
2494 // too, but for those to appear in the callee, it would have to be
2496 if (callee == fn) return false;
2660 // The callee here is a parenthesized UnresolvedLookupExpr with
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s40 ; "callee save" registers: fr12-fr21
46 ; "callee save" registers: r3-r18
923 ; using them because they are callee save registers
H A Dpa-risc2W.s34 ; "callee save" registers: fr12-fr21
40 ; "callee save" registers: r3-r18
910 ; using them because they are callee save registers

Completed in 133 milliseconds

12