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

123

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3109 .WillByDefault(Return(1));
3113 .WillOnce(Return(2));
3139 ON_CALL(helper, NoArgs).WillByDefault(Return(10));
3140 ON_CALL(helper, OneArg).WillByDefault(Return(20));
3141 ON_CALL(helper, TwoArgs).WillByDefault(Return(30));
3148 EXPECT_CALL(helper, OneArg).WillOnce(Return(100));
3149 EXPECT_CALL(helper, OneArg(17)).WillOnce(Return(200));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp118 StringRef Return = local
121 return Return;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp50 // Return a mask with Count low bits set.
306 // Return 0 otherwise.
675 if (Opcode == SystemZ::Return ||
733 if (Opcode == SystemZ::Return) {
888 // Return true if MI is a simple load or store with a 12-bit displacement
1667 // Return true if Mask matches the regexp 0*1+0*, given that zero masks
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp58 SanitizerKind::Unreachable | SanitizerKind::Return;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5401 // Return immediately as the initializer is set.
12434 // Collect all bases. Return false if we find a dependent base.
12444 // Return false if the class has a dependent base or if it or one
14121 StmtResult Return = BuildReturnStmt(Loc, ThisObj.get());
14122 if (Return.isInvalid())
14125 Statements.push_back(Return.getAs<Stmt>());
14494 StmtResult Return = BuildReturnStmt(Loc, ThisObj.get());
14495 if (Return.isInvalid())
14498 Statements.push_back(Return.getAs<Stmt>());
14834 Stmt *Return
[all...]
H A DSemaExprCXX.cpp2868 QualType Return, QualType Param) {
2888 Context.DeclarationNames.getCXXOperatorName(Kind), Return, Params);
2905 QualType Return,
2952 QualType FnType = Context.getFunctionType(Return, Params, EPI);
3816 // FIXME: Return this value to the caller so they don't need to recompute it.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql406 /* Return all paths that are children of the directory (?1, ?2) in any
413 /* Return all paths that are children of the working version of the
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1391 Return value is 2 if argv[0] is not recosnised, 1 if there is an
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp241 /// Return a character sequence that is (somewhat) unique to the TU suitable
3106 AccessSpecifier AS = Thunk.Return.isEmpty() ? MD->getAccess() : AS_public;
3109 if (!Thunk.Return.isEmpty())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1397 /// emit CopyFromReg of the specified type Ty. Return empty SDValue() otherwise.
1417 /// getValue - Return an SDValue for the given Value.
1437 /// getNonRegisterValue - Return an SDValue for the given Value, but
2016 /// Return branch probability calculated by BranchProbabilityInfo for IR blocks.
2782 MachineBasicBlock *Return = FuncInfo.MBBMap[I.getSuccessor(0)]; local
2853 addSuccessorWithProb(InvokeMBB, Return);
2862 DAG.getBasicBlock(Return)));
2879 MachineBasicBlock *Return = FuncInfo.MBBMap[I.getDefaultDest()]; local
2882 addSuccessorWithProb(CallBrMBB, Return, BranchProbability::getOne());
2893 DAG.getBasicBlock(Return)));
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1804 /// getRegClassFor - Return the register class that should be used for the
2016 bool Return,
2022 return (Return ? RetCC_ARM_APCS : CC_ARM_APCS);
2024 return (Return ? RetCC_ARM_AAPCS : CC_ARM_AAPCS);
2026 return (Return ? RetCC_ARM_AAPCS_VFP : CC_ARM_AAPCS_VFP);
2028 return (Return ? RetFastCC_ARM_APCS : FastCC_ARM_APCS);
2030 return (Return ? RetCC_ARM_APCS : CC_ARM_APCS_GHC);
2032 return (Return ? RetCC_ARM_AAPCS : CC_ARM_AAPCS);
2034 return (Return ? RetCC_ARM_AAPCS : CC_ARM_Win32_CFGuard_Check);
2709 /// MatchingStackOffset - Return tru
2015 CCAssignFnForNode(CallingConv::ID CC, bool Return, bool isVarArg) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7135 /// Return the corresponding bits for a given map clause modifier. Add
7180 /// Return true if the provided expression is a final array section. A
7704 /// Return the adjusted map modifiers if the declaration a capture refers to
7712 // 'private ptr' and 'map to' flag. Return the right flags if the captured
9313 // Return value of the runtime offloading call.
9314 llvm::Value *Return;
9367 Return = CGF.EmitRuntimeCall(
9380 Return = CGF.EmitRuntimeCall(
9392 llvm::Value *Failed = CGF.Builder.CreateIsNotNull(Return);
H A DCodeGenFunction.h349 /// Return true if a label was seen in the current scope.
1053 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
1095 /// isInConditionalBranch - Return true if we're currently emitting
2149 /// GetVTablePtr - Return the Value of the vtable pointer member pointed
2202 /// ShouldInstrumentFunction - Return true if the current function should be
2206 /// ShouldXRayInstrument - Return true if the current function should be
2210 /// AlwaysEmitXRayCustomEvents - Return true if we must unconditionally emit
2214 /// AlwaysEmitXRayTypedEvents - Return true if clang must unconditionally emit
2248 /// getTerminateLandingPad - Return a landing pad that just calls terminate.
2251 /// getTerminateLandingPad - Return
[all...]
H A DCGExpr.cpp953 /// that array. Return 0 if the length cannot be determined.
2182 // Return the new value of the bit-field, if requested.
2416 // Return an invalid address if variable is MT_To and unified
3074 else if (Kind == SanitizerKind::Return || Kind == SanitizerKind::Unreachable)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1784 /// in an Objective-C message declaration. Return the appropriate type.
2946 /// getCurFunctionOrMethodDecl - Return the Decl for the current ObjC method
3014 /// Attribute merging methods. Return true if a new attribute was added.
3473 // [PossiblyAFunctionType] --> [Return]
3789 /// Look up a name, looking for a single declaration. Return
5469 /// Return true on error.
6003 void DeclareGlobalAllocationFunction(DeclarationName Name, QualType Return,
8938 /// Return a pointer (suitable for setting in an ExtProtoInfo) to the
10042 /// Return true if the provided declaration \a VD should be captured by
10200 /// Return tru
[all...]

Completed in 476 milliseconds

123