Searched refs:Return (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp465 // empty - Return whether the offset map is empty or not.
986 /// isBuildingConstructionVTable - Return whether this vtable builder is
1133 if (VTableThunks.lookup(VTableIndex).Return.isEmpty())
1315 VTableThunks[Components.size()].Return = ReturnAdjustment;
1322 /// OverridesIndirectMethodInBase - Return whether the given member function
1964 if (!Thunk.Return.isEmpty()) {
1966 Out << Thunk.Return.NonVirtual << " non-virtual";
1968 if (Thunk.Return.Virtual.Itanium.VBaseOffsetOffset) {
1969 Out << ", " << Thunk.Return.Virtual.Itanium.VBaseOffsetOffset;
2124 return std::tie(LHS.This, LHS.Return) < st
[all...]
H A DItaniumMangle.cpp778 /// Return whether a given namespace is the 'std' namespace.
788 // isStdNamespace - Return whether a given decl context is a toplevel 'std'
5173 if (!Thunk.Return.isEmpty())
5181 if (!Thunk.Return.isEmpty())
5182 Mangler.mangleCallOffset(Thunk.Return.NonVirtual,
5183 Thunk.Return.Virtual.Itanium.VBaseOffsetOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp475 for (ReturnInst *Return : Returns)
476 CallInst::Create(UnregisterFn, FuncCtx, "", Return);
H A DTypePromotion.cpp222 /// Return true if the given value is a source in the use-def chain, producing
247 /// Return true if V will require any promoted values to be truncated for the
263 if (auto *Return = dyn_cast<ReturnInst>(V))
264 return LessOrEqualTypeSize(Return->getReturnValue());
275 /// Return whether this instruction can safely wrap.
406 /// Return whether we can safely mutate V's type to ExtTy without having to be
828 // Return true if V was added to the worklist as a supported instruction,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h178 ReturnValueSlot Return,
234 /// Return the runtime function for getting properties.
237 /// Return the runtime function for setting properties.
240 /// Return the runtime function for optimized setting properties.
255 /// GetClass - Return a reference to the class for the given
265 /// EnumerationMutationFunction - Return the function that's called by the
H A DCGObjCMac.cpp927 /// GetNameForMethod - Return a name for the given method.
934 /// GetMethodVarName - Return a unique constant for the given
939 /// GetMethodVarType - Return a unique constant for the given
947 /// GetPropertyName - Return a unique constant for the given
955 /// GetClassName - Return a unique constant for the given selector's
1028 /// GetProtocolRef - Return a reference to the internal protocol
1033 /// Return a reference to the given Class using runtime calls rather than
1072 ReturnValueSlot Return,
1243 /// EmitClassRef - Return a Value*, of type ObjCTypes.ClassPtrTy,
1311 /// EmitSelector - Return
2064 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
2124 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
2147 EmitMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Arg0, QualType Arg0Ty, bool IsSuper, const CallArgList &CallArgs, const ObjCMethodDecl *Method, const ObjCInterfaceDecl *ClassReceiver, const ObjCCommonTypesHelper &ObjCTypes) argument
7389 GenerateMessageSend(CodeGen::CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
7590 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...]
H A DCGObjC.cpp435 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType,
444 return GenerateMessageSend(CGF, Return, ResultType, Sel, Receiver, Args, OID,
501 ReturnValueSlot Return) {
615 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
626 *this, Return, ResultType, E->getSelector(), Receiver, Args, OID,
782 /// Return the maximum size that permits atomic accesses for the given
1115 // Return (ivar-type) objc_getProperty((id) self, _cmd, offset, true).
434 GeneratePossiblySpecializedMessageSend( CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &Args, const ObjCInterfaceDecl *OID, const ObjCMethodDecl *Method, bool isClassMessage) argument
500 EmitObjCMessageExpr(const ObjCMessageExpr *E, ReturnValueSlot Return) argument
H A DCodeGenFunction.cpp492 /// ShouldInstrumentFunction - Return true if the current function should be
504 /// ShouldXRayInstrument - Return true if the current function should be
510 /// AlwaysEmitXRayCustomEvents - Return true if we should emit IR for calls to
663 /// Return the UBSan prologue signature for \p FD if one is available.
1327 if (SanOpts.has(SanitizerKind::Return)) {
1330 EmitCheck(std::make_pair(IsFalse, SanitizerKind::Return),
1337 if (SanOpts.has(SanitizerKind::Return) || ShouldEmitUnreachable) {
1352 /// ContainsLabel - Return true if the statement contains a label in it. If
1384 /// containsBreak - Return true if the statement contains a break out of it.
2310 // Return i
[all...]
H A DCGObjCGNU.cpp581 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
587 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return,
1489 /// Return pointers to the start and end of a section. On ELF platforms, we
2429 // Return the existing typeinfo if it exists
2510 ReturnValueSlot Return,
2622 RValue msgRet = CGF.EmitCall(MSI.CallInfo, callee, Return, ActualArgs, &call);
2630 ReturnValueSlot Return,
2740 RValue msgRet = CGF.EmitCall(MSI.CallInfo, callee, Return, ActualArgs, &call);
2509 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
2629 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp218 bool Return,
1828 bool Return,
1836 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
1838 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
1847 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1849 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1851 return (Return ? RetCC_ARM_APCS: CC_ARM_APCS);
1856 return (Return ? RetCC_ARM_AAPCS_VFP: CC_ARM_AAPCS_VFP);
1861 return (Return ? RetCC_ARM_AAPCS: CC_ARM_AAPCS);
1863 return (Return
1827 CCAssignFnForCall(CallingConv::ID CC, bool Return, bool isVarArg) argument
[all...]
H A DARMISelLowering.h75 RET_FLAG, // Return with a flag operand.
355 /// getSetCCResultType - Return the value type to use for ISD::SETCC.
406 /// isLegalAddressingMode - Return true if the addressing mode represented
412 /// getScalingFactorCost - Return the cost of the scaling used in
425 /// isLegalICmpImmediate - Return true if the specified immediate is legal
431 /// isLegalAddImmediate - Return true if the specified immediate is legal
518 /// getRegClassFor - Return the register class that should be used for the
559 /// Return true if EXTRACT_SUBVECTOR is cheap for this result type
666 /// Return the correct alignment for the current calling convention.
720 CCAssignFn *CCAssignFnForNode(CallingConv::ID CC, bool Return,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp124 // it. Return true, and trust that they're doing the right thing.
450 auto &Return = getActionDefinitionsBuilder(Representative); local
451 Return.setIsAliasedByAnother();
452 return Return;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h141 /// Return the name of a unary opcode.
144 /// Return the name of a binary opcode.
386 /// Return the kind of variable (let, function param, or self)
389 /// Return the name of the variable, if any.
392 /// Return the clang declaration for this variable, if any.
395 /// Return the definition of the variable.
451 // Return the result of this future if it exists, otherwise return null.
454 // Return the result of this future; forcing it if necessary.
1316 /// Return the clang declaration of the variable for this Phi node, if any.
1343 /// Base class for basic block terminators: Branch, Goto, and Return
1456 class Return : public Terminator { class in namespace:clang::threadSafety
1458 Return(SExpr* Rval) : Terminator(COP_Return), Retval(Rval) {} function in class:clang::threadSafety::Return
1459 Return(const Return &R, SExpr* Rval) : Terminator(R), Retval(Rval) {} function in class:clang::threadSafety::Return
[all...]
H A DThreadSafetyTraverse.h267 R_SExpr reduceReturn(Return &O, R_SExpr E) {
441 // Return the precedence of a given node, for use in pretty printing.
889 void printReturn(const Return *E, StreamType &SS) {
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h434 // functions of than one type, e.g. Return()).
451 // the definition of Return(void) and SetArgumentPointee<N>(value) for
536 // Implements the polymorphic Return(x) action, which can be used in
540 // Note: The value passed into Return must be converted into
549 // EXPECT_CALL(mock, Method(_)).WillOnce(Return(x));
557 // statement, and conversion of the result of Return to Action<T(U)> is a
561 // of gtl::Container() is passed into Return.
568 // to allow Return("string literal") to compile.
571 // This template type conversion operator allows Return(x) to be
591 // Implements the Return(
1119 internal::ReturnAction<R> Return(R value) { function in namespace:testing
1129 inline PolymorphicAction<internal::ReturnVoidAction> Return() { function in namespace:testing
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1235 auto Return = Builder.getRange(ReturnedType.getSourceRange()); local
1236 const auto *Arrow = Return.begin() - 1;
1238 auto Tokens = llvm::makeArrayRef(Arrow, Return.end());
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py190 class Return(Expr): class in inherits:Expr
263 """Return a string that tries to reconstitute the variable decl."""
1118 # can be tricky. For example, Return::Type::Is::Hard::To::Find().
1633 return Return(self.current_token.start, self.current_token.end, None)
1634 return Return(tokens[0].start, tokens[0].end, tokens)
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c256 Return (DeRefOf (Arg0))
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S83 .set V86F_FLAGS,0x40000 # Return flags
683 * Return to the user task
691 iret # Return to user mode
839 sio_flush: xorl %eax,%eax # Return value
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp731 for (ReturnInst *Return : Returns)
732 changeToUnreachable(Return, /*UseLLVMTrap=*/false);
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh487 * Return -N if we can't handle it, but not well.
488 * Return -2 if we would LIKE the device.
489 * Return -1 if we want it a lot.
490 * Return 0 if we MUST get the device.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h283 /// Return the function that contains the basic block that this instruction
294 /// Return the asm printer flags bitvector.
300 /// Return whether an AsmPrinter flag is set.
315 /// Return the MI flags bitvector.
320 /// Return whether an MI flag is set.
341 /// Return true if MI is in a bundle (but not the first MI in a bundle).
380 /// Return true if this instruction part of a bundle. This is true
386 /// Return true if this instruction is part of a bundle, and it is not the
390 /// Return true if this instruction is part of a bundle, and it is not the
411 /// Return th
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp1043 os1 << "Return value is not checked in call to '" << *FD << '\'';
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc58 using testing::Return;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp31 // Return an RI instruction like MI with opcode Opcode, but with the
45 // Return an RI instruction like MI with opcode Opcode, but with the
59 // Return an RI instruction like MI with opcode Opcode, but with the
106 // MI loads the high part of a vector from memory. Return an instruction
116 // MI stores the high part of a vector to memory. Return an instruction
131 case SystemZ::Return:
526 // bytes. Return the size of nop emitted.

Completed in 420 milliseconds

123