Searched defs:Return (Results 26 - 44 of 44) sorted by relevance

12

/external/chromium_org/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.cc33 void SimplifiedGraphBuilder::Return(Node* value) { function in class:v8::internal::compiler::SimplifiedGraphBuilder
35 graph()->NewNode(common()->Return(), value, effect_, graph()->start());
H A Dtest-simplified-lowering.cc75 t.Return(t.jsgraph.TrueConstant());
103 t.Return(t.jsgraph.TrueConstant());
132 t.Return(load);
150 t.Return(t.jsgraph.TrueConstant());
170 t.Return(load);
189 t.Return(load);
214 t.Return(load);
246 t.Return(t.jsgraph.TrueConstant());
281 t.Return(load);
306 t.Return(p
688 Node* Return(Node* node) { function in class:TestingGraph
[all...]
/external/clang/include/clang/Basic/
H A DABI.h180 ReturnAdjustment Return; member in struct:clang::ThunkInfo
191 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, argument
193 : This(This), Return(Return), Method(Method) {}
196 return LHS.This == RHS.This && LHS.Return == RHS.Return &&
201 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_unittest.cc43 using ::testing::Return;
152 .WillRepeatedly(Return(&local_change_processor_)); variable
185 .WillRepeatedly(Return(REMOTE_SERVICE_OK));
218 .WillRepeatedly(Return(state_to_notify));
401 // Return with SYNC_STATUS_FILE_BUSY once.
/external/chromium_org/v8/src/compiler/
H A Draw-machine-assembler.cc78 void RawMachineAssembler::Return(Node* value) { function in class:v8::internal::compiler::RawMachineAssembler
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h26 typedef T Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
31 /// typedef typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return Ret;
36 typedef typename PointerUnionTypeSelectorReturn<RET_NE>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
41 typedef typename PointerUnionTypeSelectorReturn<RET_EQ>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
47 typedef typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return
48 Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
107 /// isNull - Return true if the pointer held in the union is null,
122 UNION_DOESNT_CONTAIN_TYPE<T> > >::Return T
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h54 Return, ///< Instr is a return instruction. enumerator in enum:llvm::GC::PointKind
112 /// getFunction - Return the function to which this metadata applies.
116 /// getStrategy - Return the GC strategy for the function.
/external/chromium_org/cc/layers/
H A Dtexture_layer.cc303 void TextureLayer::TextureMailboxHolder::Return(uint32 sync_point, function in class:cc::TextureLayer::TextureMailboxHolder
337 Return(sync_point, is_lost);
/external/chromium_org/ppapi/proxy/
H A Dserialized_var.cc222 PP_Var ReceiveSerializedVarReturnValue::Return(Dispatcher* dispatcher) { function in class:ppapi::proxy::ReceiveSerializedVarReturnValue
285 (*output_)[i] = converted.Return(dispatcher_);
363 void SerializedVarReturnValue::Return(Dispatcher* dispatcher, function in class:ppapi::proxy::SerializedVarReturnValue
381 retvalue.Return(dispatcher, var);
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h104 Return, enumerator in enum:llvm::MCID::__anon25536
180 /// \brief Return the opcode number for this descriptor.
185 /// \brief Return the number of declared MachineOperands for this
194 /// \brief Return the number of MachineOperands that are register
202 /// \brief Return flags of this instruction.
205 /// \brief Return true if this instruction can have a variable number of
219 /// \brief Return true if this is a pseudo instruction that doesn't
226 /// \brief Return true if the instruction is a return.
228 return Flags & (1 << MCID::Return);
231 /// \brief Return tru
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djriext.h492 JRI_Return_t Return; member in struct:JRIDebuggerInterface
583 ((*(env))->Return(env, frameIndex, value))
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp197 bool Return,
1837 bool Return,
1845 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
1847 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1855 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1857 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1859 return (Return ? RetCC_ARM_APCS: CC_ARM_APCS);
1862 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1866 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1868 return (Return
1836 CCAssignFnForCall(CallingConv::ID CC, bool Return, bool isVarArg) argument
[all...]
H A DARMISelLowering.cpp1076 /// getRegClassFor - Return the register class that should be used for the
1229 bool Return,
1235 return (Return ? RetCC_ARM_APCS : CC_ARM_APCS);
1237 return (Return ? RetCC_ARM_AAPCS : CC_ARM_AAPCS);
1239 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1241 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
1243 return (Return ? RetCC_ARM_APCS : CC_ARM_APCS_GHC);
1262 CCAssignFnForNode(CallConv, /* Return*/ true,
1423 CCAssignFnForNode(CallConv, /* Return*/ false,
1843 /// MatchingStackOffset - Return tru
1228 CCAssignFnForNode(CallingConv::ID CC, bool Return, bool isVarArg) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp295 ReturnValueSlot Return) {
398 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
407 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
556 /// Return the maximum size that permits atomic accesses for the given
882 // Return (ivar-type) objc_getProperty((id) self, _cmd, offset, true).
294 EmitObjCMessageExpr(const ObjCMessageExpr *E, ReturnValueSlot Return) argument
H A DCGObjCGNU.cpp485 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
491 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return,
1135 // Return the existing typeinfo if it exists
1212 ReturnValueSlot Return,
1307 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs, nullptr,
1316 ReturnValueSlot Return,
1421 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs, nullptr,
1211 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1315 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
H A DCGObjCMac.cpp907 /// GetNameForMethod - Return a name for the given method.
913 /// GetMethodVarName - Return a unique constant for the given
918 /// GetMethodVarType - Return a unique constant for the given
926 /// GetPropertyName - Return a unique constant for the given
934 /// GetClassName - Return a unique constant for the given selector's
1006 /// GetProtocolRef - Return a reference to the internal protocol
1030 ReturnValueSlot Return,
1095 /// EmitClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1179 /// EmitSelector - Return a Value*, of type ObjCTypes.SelectorPtrTy,
1190 ReturnValueSlot Return,
1780 GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CodeGen::CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1840 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
1855 EmitMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, llvm::Value *Sel, llvm::Value *Arg0, QualType Arg0Ty, bool IsSuper, const CallArgList &CallArgs, const ObjCMethodDecl *Method, const ObjCCommonTypesHelper &ObjCTypes) argument
6609 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
6747 GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CodeGen::CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2037 QualType Return,
2096 Return, ArrayRef<QualType>(Params, NumParams), EPI);
2036 DeclareGlobalAllocationFunction(DeclarationName Name, QualType Return, QualType Param1, QualType Param2, bool AddMallocAttr) argument
H A DSemaDeclCXX.cpp3994 // Return immediately as the initializer is set.
9781 StmtResult Return = BuildReturnStmt(Loc, ThisObj.get()); local
9782 if (Return.isInvalid())
9785 Statements.push_back(Return.getAs<Stmt>());
10203 StmtResult Return = BuildReturnStmt(Loc, ThisObj.get()); local
10204 if (Return.isInvalid())
10207 Statements.push_back(Return.getAs<Stmt>());
10610 Stmt *Return = BuildReturnStmt(Conv->getLocation(), FunctionRef).get(); local
10611 Conv->setBody(new (Context) CompoundStmt(Context, Return,
10668 StmtResult Return local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.cc941 void HGraphBuilder::IfBuilder::Return(HValue* value) { function in class:v8::internal::HGraphBuilder::IfBuilder
2329 // Return the sequential string.
4758 // Return from an inlined construct call. In a test context the return value
4786 // Return from an inlined setter call. The returned value is never used, the
4800 // Return from a normal inlined function. Visit the subexpression in the
5649 // Return the result of the transformation to fast properties
11539 // Return the actual value.

Completed in 1517 milliseconds

12