Searched defs:Return (Results 1 - 15 of 15) sorted by relevance

/external/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp58 std::string Return; local
59 raw_string_ostream(Return) << "return &Commands[" << i << "];";
60 Matches.push_back(StringMatcher::StringPair(Name, Return));
/external/clang/include/clang/Basic/
H A DABI.h104 ReturnAdjustment Return; member in struct:clang::ThunkInfo
108 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return) argument
109 : This(This), Return(Return) { }
112 return LHS.This == RHS.This && LHS.Return == RHS.Return;
119 return LHS.This == RHS.This && LHS.Return < RHS.Return;
122 bool isEmpty() const { return This.isEmpty() && Return.isEmpty(); }
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h24 typedef T Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
29 /// typedef typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return Ret;
34 typedef typename PointerUnionTypeSelectorReturn<RET_NE>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
39 typedef typename PointerUnionTypeSelectorReturn<RET_EQ>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
45 typedef typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return
46 Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
109 /// isNull - Return true if the pointer held in the union is null,
124 UNION_DOESNT_CONTAIN_TYPE<T> > >::Return T
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h52 Return, ///< Instr is a return instruction. enumerator in enum:llvm::GC::PointKind
110 /// getFunction - Return the function to which this metadata applies.
114 /// getStrategy - Return the GC strategy for the function.
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h330 // functions of than one type, e.g. Return()).
347 // the definition of Return(void) and SetArgumentPointee<N>(value) for
424 // Implements the polymorphic Return(x) action, which can be used in
428 // Note: The value passed into Return must be converted into
437 // EXPECT_CALL(mock, Method(_)).WillOnce(Return(x));
445 // statement, and conversion of the result of Return to Action<T(U)> is a
453 // to allow Return("string literal") to compile.
456 // This template type conversion operator allows Return(x) to be
476 // Implements the Return(x) action for a particular function type F.
520 // Implements the Return() actio
941 internal::ReturnAction<R> Return(R value) { function in namespace:testing
951 inline PolymorphicAction<internal::ReturnVoidAction> Return() { function in namespace:testing
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h101 Return, enumerator in enum:llvm::MCID::__anon9067
159 /// getOpcode - Return the opcode number for this descriptor.
164 /// getNumOperands - Return the number of declared MachineOperands for this
173 /// getNumDefs - Return the number of MachineOperands that are register
181 /// getFlags - Return flags of this instruction.
185 /// isVariadic - Return true if this instruction can have a variable number of
199 /// isPseudo - Return true if this is a pseudo instruction that doesn't
207 return Flags & (1 << MCID::Return);
239 /// isIndirectBranch - Return true if this is an indirect branch, such as a
245 /// isConditionalBranch - Return tru
[all...]
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py189 class Return(Expr): class in inherits:Expr
262 """Return a string that tries to reconstitute the variable decl."""
1108 # can be tricky. For example, Return::Type::Is::Hard::To::Find().
1620 return Return(self.current_token.start, self.current_token.end, None)
1621 return Return(tokens[0].start, tokens[0].end, tokens)
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp201 bool Return,
1830 bool Return,
1838 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
1840 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1848 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1850 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1852 return (Return ? RetCC_ARM_APCS: CC_ARM_APCS);
1855 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1859 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1861 return (Return
1829 CCAssignFnForCall(CallingConv::ID CC, bool Return, bool isVarArg) argument
[all...]
H A DARMISelLowering.cpp1024 /// getRegClassFor - Return the register class that should be used for the
1141 bool Return,
1149 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
1151 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1157 return (Return ? RetCC_ARM_APCS : CC_ARM_APCS);
1161 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1162 return (Return ? RetCC_ARM_AAPCS : CC_ARM_AAPCS);
1166 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1169 return (Return ? RetCC_ARM_AAPCS : CC_ARM_AAPCS);
1171 return (Return
1140 CCAssignFnForNode(CallingConv::ID CC, bool Return, bool isVarArg) const argument
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp269 ReturnValueSlot Return) {
373 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
382 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
525 /// Return the maximum size that permits atomic accesses for the given
847 // Return (ivar-type) objc_getProperty((id) self, _cmd, offset, true).
268 EmitObjCMessageExpr(const ObjCMessageExpr *E, ReturnValueSlot Return) argument
H A DCGObjCGNU.cpp438 ReturnValueSlot Return,
447 ReturnValueSlot Return,
996 // Return the existing typeinfo if it exists
1072 ReturnValueSlot Return,
1167 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs, 0, &call);
1175 ReturnValueSlot Return,
1279 RValue msgRet = CGF.EmitCall(MSI.CallInfo, imp, Return, ActualArgs,
1071 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
1174 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.cpp822 /// GetNameForMethod - Return a name for the given method.
828 /// GetMethodVarName - Return a unique constant for the given
833 /// GetMethodVarType - Return a unique constant for the given
841 /// GetPropertyName - Return a unique constant for the given
849 /// GetClassName - Return a unique constant for the given selector's
899 /// GetProtocolRef - Return a reference to the internal protocol
925 ReturnValueSlot Return,
986 /// EmitClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1070 /// EmitSelector - Return a Value*, of type ObjCTypes.SelectorPtrTy,
1081 ReturnValueSlot Return,
1631 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
1691 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
1706 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
5929 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
6059 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.cpp1881 QualType Return, QualType Argument,
1927 QualType FnType = Context.getFunctionType(Return, &Argument, 1, EPI);
1880 DeclareGlobalAllocationFunction(DeclarationName Name, QualType Return, QualType Argument, bool AddMallocAttr) argument
H A DSemaDeclCXX.cpp3353 // Return immediately as the initializer is set.
7933 StmtResult Return = ActOnReturnStmt(Loc, ThisObj.get()); local
7934 if (Return.isInvalid())
7937 Statements.push_back(Return.takeAs<Stmt>());
8482 StmtResult Return = ActOnReturnStmt(Loc, ThisObj.get()); local
8483 if (Return.isInvalid())
8486 Statements.push_back(Return.takeAs<Stmt>());
8950 // Return the address of the __invoke function.
8957 Stmt *Return = ActOnReturnStmt(Conv->getLocation(), FunctionRef).take(); local
8958 Conv->setBody(new (Context) CompoundStmt(Context, &Return,
9008 StmtResult Return = ActOnReturnStmt(Conv->getLocation(), BuildBlock.get()); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp602 /// areValueTypesLegal - Return true if types of all the values are legal.
858 /// getRoot - Return the current virtual root of the Selection DAG,
982 /// getValue - Return an SDValue for the given Value.
1009 /// getNonRegisterValue - Return an SDValue for the given Value, but
1313 /// Return branch probability calculated by BranchProbabilityInfo for IR blocks.
1835 MachineBasicBlock *Return = FuncInfo.MBBMap[I.getSuccessor(0)]; local
1853 addSuccessorWithWeight(InvokeMBB, Return);
1859 DAG.getBasicBlock(Return)));
2841 // Utility for visitShuffleVector - Return true if every element in Mask,
5440 /// IsOnlyUsedInZeroEqualityComparison - Return tru
[all...]

Completed in 413 milliseconds