Lines Matching defs:call
36 "Should not call EmitDeclInit on a reference!");
76 // that isn't balanced out by a destructor call as intended by the
169 // Emit a call with the size in bytes of the object.
258 llvm::CallInst *call = CGF.Builder.CreateCall(dtor, addr);
260 // Make sure the call and the callee agree on calling convention.
263 call->setCallingConv(dtorFn->getCallingConv());
311 llvm::CallInst *call = CGF.Builder.CreateCall(Dtor, Addr);
313 // Make sure the call and the callee agree on calling convention.
316 call->setCallingConv(DtorFn->getCallingConv());
666 First we call any initializers for imported modules.
667 We then call initializers for the Global Module Fragment (if present)
668 We then call initializers for the current module.
669 We then call initializers for the Private Module Fragment (if present)
721 "We should only have one use of the initializer call");
784 // without a specific call to the the initializer. This also ensures that
861 "We should only have one use of the initializer call");
1144 // Make sure the call and the callee agree on calling convention.