Searched refs:ReturnValue (Results 1 - 25 of 34) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas155 ReturnValue: string;
157 ReturnValue := FIANTLRString.GetValue;
158 CheckEquals(ReturnValue,'foo');
183 ReturnValue: string;
185 ReturnValue := FANTLRString.ToString;
186 CheckEquals(ReturnValue,'foo');
205 ReturnValue: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
208 Check(Supports(ReturnValue, IFoo));
209 CheckEquals((ReturnValue a
[all...]
/external/clang/lib/CodeGen/
H A DCGCUDARuntime.h41 ReturnValueSlot ReturnValue);
H A DCGCUDARuntime.cpp29 ReturnValueSlot ReturnValue) {
47 CGF.EmitCall(E->getCallee()->getType(), Callee, ReturnValue,
27 EmitCUDAKernelCallExpr(CodeGenFunction &CGF, const CUDAKernelCallExpr *E, ReturnValueSlot ReturnValue) argument
H A DMicrosoftCXXABI.cpp70 ReturnValueSlot ReturnValue,
218 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);
268 ReturnValueSlot ReturnValue,
284 return CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValue, This,
264 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, ReturnValueSlot ReturnValue, llvm::Value *This) argument
H A DCGVTables.cpp166 llvm::Value *ReturnValue = RV.getScalarVal(); local
173 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue);
178 ReturnValue = PerformTypeAdjustment(CGF, ReturnValue,
189 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
190 PHI->addIncoming(ReturnValue, AdjustNotNull);
191 PHI->addIncoming(llvm::Constant::getNullValue(ReturnValue->getType()),
193 ReturnValue = PHI;
196 return RValue::get(ReturnValue);
365 Slot = ReturnValueSlot(ReturnValue, ResultTyp
[all...]
H A DCGCall.cpp1205 Builder.CreateStore(Zero, ReturnValue);
1585 if (!CGF.ReturnValue->hasOneUse()) {
1590 if (store->getPointerOperand() != CGF.ReturnValue) return 0;
1596 dyn_cast<llvm::StoreInst>(CGF.ReturnValue->use_back());
1619 if (ReturnValue == 0) {
1634 EmitLoadOfComplex(MakeNaturalAlignAddrLValue(ReturnValue, RetTy));
1644 EmitStoreOfScalar(Builder.CreateLoad(ReturnValue),
1659 // If there is a dominating store to ReturnValue, we can elide
1668 if (ReturnValue->use_empty() && isa<llvm::AllocaInst>(ReturnValue)) {
2099 EmitCall(const CGFunctionInfo &CallInfo, llvm::Value *Callee, ReturnValueSlot ReturnValue, const CallArgList &CallArgs, const Decl *TargetDecl, llvm::Instruction **callOrInvoke) argument
[all...]
H A DCGExprCXX.cpp29 ReturnValueSlot ReturnValue,
62 Callee, ReturnValue, Args, MD);
169 ReturnValueSlot ReturnValue) {
173 return EmitCXXMemberPointerCallExpr(CE, ReturnValue);
193 ReturnValue, CE->arg_begin(), CE->arg_end());
292 ReturnValue, This);
323 return EmitCXXMemberCall(MD, CE->getExprLoc(), Callee, ReturnValue, This,
330 ReturnValueSlot ReturnValue) {
375 ReturnValue, Args);
381 ReturnValueSlot ReturnValue) {
26 EmitCXXMemberCall(const CXXMethodDecl *MD, SourceLocation CallLoc, llvm::Value *Callee, ReturnValueSlot ReturnValue, llvm::Value *This, llvm::Value *ImplicitParam, QualType ImplicitParamTy, CallExpr::const_arg_iterator ArgBeg, CallExpr::const_arg_iterator ArgEnd) argument
168 EmitCXXMemberCallExpr(const CXXMemberCallExpr *CE, ReturnValueSlot ReturnValue) argument
329 EmitCXXMemberPointerCallExpr(const CXXMemberCallExpr *E, ReturnValueSlot ReturnValue) argument
379 EmitCXXOperatorMemberCallExpr(const CXXOperatorCallExpr *E, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue) argument
401 EmitCUDAKernelCallExpr(const CUDAKernelCallExpr *E, ReturnValueSlot ReturnValue) argument
[all...]
H A DCGStmt.cpp740 Builder.CreateStore(RV.getScalarVal(), ReturnValue);
742 EmitAggregateCopy(ReturnValue, RV.getAggregateAddr(), Ty);
745 MakeNaturalAlignAddrLValue(ReturnValue, Ty),
781 } else if (!ReturnValue) {
792 Builder.CreateStore(Result.getScalarVal(), ReturnValue);
796 Builder.CreateStore(EmitScalarExpr(RV), ReturnValue); local
800 MakeNaturalAlignAddrLValue(ReturnValue, RV->getType()),
805 EmitAggExpr(RV, AggValueSlot::forAddr(ReturnValue, Alignment,
H A DCGCXXABI.h225 ReturnValueSlot ReturnValue,
H A DCodeGenFunction.h596 /// ReturnValue - The temporary alloca to hold the return value. This is null
598 llvm::Value *ReturnValue;
2323 ReturnValueSlot ReturnValue,
2329 ReturnValueSlot ReturnValue,
2334 ReturnValueSlot ReturnValue = ReturnValueSlot());
2375 ReturnValueSlot ReturnValue,
2382 ReturnValueSlot ReturnValue);
2384 ReturnValueSlot ReturnValue);
2391 ReturnValueSlot ReturnValue);
2394 ReturnValueSlot ReturnValue);
[all...]
H A DItaniumCXXABI.cpp127 ReturnValueSlot ReturnValue,
834 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);
858 ReturnValueSlot ReturnValue,
867 return CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValue, This,
878 cast<llvm::PointerType>(CGF.ReturnValue->getType())->getElementType();
854 EmitVirtualDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, SourceLocation CallLoc, ReturnValueSlot ReturnValue, llvm::Value *This) argument
H A DCodeGenFunction.cpp445 ReturnValue = 0;
450 ReturnValue = CurFn->arg_begin();
452 ReturnValue = CreateIRTemp(RetTy, "retval");
/external/chromium/base/
H A Dcallback_old.h222 template <typename ReturnValue>
227 virtual ReturnValue Run() = 0;
231 template <class T, typename Method, typename ReturnValue>
234 public CallbackWithReturnValue<ReturnValue>::Type {
239 virtual ReturnValue Run() {
247 template <class T, typename ReturnValue>
248 typename CallbackWithReturnValue<ReturnValue>::Type*
249 NewCallbackWithReturnValue(T* object, ReturnValue (T::*method)()) {
250 return new CallbackWithReturnValueImpl<T, ReturnValue (T::*)(), ReturnValue>(
[all...]
H A Dcallback_unittest.cc51 TEST(CallbackOld, ReturnValue) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated }; enumerator in enum:JSC::ComplType
/external/webkit/Source/WebCore/bridge/
H A Dtestqtbindings.cpp128 else if (comp.complType() == ReturnValue) {
H A Dtestbindings.mm275 else if (comp.complType() == ReturnValue) {
H A Dtestbindings.cpp407 else if (comp.complType() == ReturnValue) {
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c115 int ReturnValue; local
237 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
239 return ReturnValue;
/external/clang/test/Parser/
H A DMicrosoftExtensions.c72 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
H A DMicrosoftExtensions.cpp4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
/external/webkit/Source/WebCore/bindings/js/
H A DJSInjectedScriptManager.cpp58 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue)
H A DWorkerScriptController.cpp137 if (completionType == Normal || completionType == ReturnValue)
/external/v8/src/
H A Dhydrogen.cc2248 void EffectContext::ReturnValue(HValue* value) { function in class:v8::internal::EffectContext
2253 void ValueContext::ReturnValue(HValue* value) { function in class:v8::internal::ValueContext
2263 void TestContext::ReturnValue(HValue* value) { function in class:v8::internal::TestContext
3535 return ast_context()->ReturnValue(Pop());
3630 return ast_context()->ReturnValue(value);
3810 return ast_context()->ReturnValue(result);
3812 return ast_context()->ReturnValue(Pop());
3913 return ast_context()->ReturnValue(Pop());
4095 return ast_context()->ReturnValue(value);
4102 if (!ast_context()->IsEffect()) return ast_context()->ReturnValue(Po
[all...]
H A Dhydrogen.h584 virtual void ReturnValue(HValue* value) = 0;
629 virtual void ReturnValue(HValue* value);
642 virtual void ReturnValue(HValue* value);
665 virtual void ReturnValue(HValue* value);

Completed in 635 milliseconds

12