Searched refs:ReturnVal (Results 1 - 7 of 7) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | unionReductionMutualSubtypes.js | 4 interface ReturnVal { 8 const k: ReturnVal = { something() { } } 10 declare const val: ReturnVal;
|
H A D | unionTypeReduction2.js | 55 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 D | fortify_recv_chk_test.cpp | 46 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 D | socket_test.cpp | 59 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 D | register_benchmark_test.cc | 60 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 D | StatepointLowering.cpp | 672 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 D | AsmParser.cpp | 3294 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