Home
last modified time | relevance | path

Searched refs:ReturnVal (Results 1 - 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DunionReductionMutualSubtypes.js4 interface ReturnVal {
8 const k: ReturnVal = { something() { } }
10 declare const val: ReturnVal;
H A DunionTypeReduction2.js55 interface ReturnVal {
59 const k: ReturnVal = { something() { } }
61 declare const val: ReturnVal;
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_recv_chk_test.cpp46 struct ReturnVal { struct
51 static void SockInit(const char* sockPath, struct ReturnVal& returnVal) in SockInit()
68 static void CallSelectFunc(struct ReturnVal returnVal) in CallSelectFunc()
95 struct ReturnVal returnVal; in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dsocket_test.cpp59 struct ReturnVal { struct
64 static void SockInit(const char* sockPath, struct ReturnVal& returnVal) in SockInit()
83 static void SelectFunc(struct ReturnVal returnVal) in SelectFunc()
120 struct ReturnVal returnVal; in HWTEST_F()
168 struct ReturnVal returnVal; in HWTEST_F()
258 struct ReturnVal returnVal; in HWTEST_F()
338 struct ReturnVal returnVal; in HWTEST_F()
380 struct ReturnVal returnVal; in HWTEST_F()
429 struct ReturnVal returnVal; in HWTEST_F()
/third_party/benchmark/test/
H A Dregister_benchmark_test.cc60 typedef benchmark::internal::Benchmark* ReturnVal; typedef
70 ReturnVal dummy = benchmark::RegisterBenchmark(
106 ReturnVal dummy3 = benchmark::RegisterBenchmark("DISABLED_BM_function_manual",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp672 SDValue ReturnVal; in LowerAsSTATEPOINT() local
674 std::tie(ReturnVal, CallNode) = in LowerAsSTATEPOINT()
829 return ReturnVal; in LowerAsSTATEPOINT()
953 if (SDValue ReturnVal = LowerAsSTATEPOINT(SI)) { in LowerCallSiteWithDeoptBundleImpl()
954 ReturnVal = lowerRangeToAssertZExt(DAG, *Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
955 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3294 bool ReturnVal = false; in parseDirectiveAlign()
3300 ReturnVal |= Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign()
3312 ReturnVal |= Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()
3318 ReturnVal |= Error(MaxBytesLoc, in parseDirectiveAlign()
3345 return ReturnVal; in parseDirectiveAlign()

Completed in 12 milliseconds