/third_party/typescript/tests/baselines/reference/ |
D | restInvalidArgumentType.errors.txt | 1 tests/cases/compiler/restInvalidArgumentType.ts(30,13): error TS2700: Rest types may only be create… 2 tests/cases/compiler/restInvalidArgumentType.ts(31,13): error TS2700: Rest types may only be create… 3 tests/cases/compiler/restInvalidArgumentType.ts(37,13): error TS2700: Rest types may only be create… 4 tests/cases/compiler/restInvalidArgumentType.ts(40,13): error TS2700: Rest types may only be create… 5 tests/cases/compiler/restInvalidArgumentType.ts(42,13): error TS2700: Rest types may only be create… 6 tests/cases/compiler/restInvalidArgumentType.ts(43,13): error TS2700: Rest types may only be create… 7 tests/cases/compiler/restInvalidArgumentType.ts(45,13): error TS2700: Rest types may only be create… 8 tests/cases/compiler/restInvalidArgumentType.ts(46,13): error TS2700: Rest types may only be create… 9 tests/cases/compiler/restInvalidArgumentType.ts(50,13): error TS2700: Rest types may only be create… 10 tests/cases/compiler/restInvalidArgumentType.ts(51,13): error TS2700: Rest types may only be create… [all …]
|
D | restUnion3.errors.txt | 1 tests/cases/compiler/restUnion3.ts(3,9): error TS2700: Rest types may only be created from object t… 2 tests/cases/compiler/restUnion3.ts(7,9): error TS2700: Rest types may only be created from object t… 10 !!! error TS2700: Rest types may only be created from object types. 16 !!! error TS2700: Rest types may only be created from object types.
|
D | noImplicitAnyParametersInClass.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInClass.ts(18,19): error TS7019: Rest parameter 'r' imp… 9 tests/cases/compiler/noImplicitAnyParametersInClass.ts(21,22): error TS7019: Rest parameter 'r' imp… 20 tests/cases/compiler/noImplicitAnyParametersInClass.ts(41,23): error TS7019: Rest parameter 'r' imp… 22 tests/cases/compiler/noImplicitAnyParametersInClass.ts(44,26): error TS7019: Rest parameter 'r' imp… 29 tests/cases/compiler/noImplicitAnyParametersInClass.ts(64,21): error TS7019: Rest parameter 'r' imp… 31 tests/cases/compiler/noImplicitAnyParametersInClass.ts(67,24): error TS7019: Rest parameter 'r' imp… 42 tests/cases/compiler/noImplicitAnyParametersInClass.ts(87,25): error TS7019: Rest parameter 'r' imp… 44 tests/cases/compiler/noImplicitAnyParametersInClass.ts(90,28): error TS7019: Rest parameter 'r' imp… 79 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 86 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. [all …]
|
D | noImplicitAnyParametersInAmbientClass.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(18,19): error TS7019: Rest parameter … 9 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(21,22): error TS7019: Rest parameter … 20 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(41,22): error TS7019: Rest parameter … 22 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(44,25): error TS7019: Rest parameter … 29 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(87,24): error TS7019: Rest parameter … 31 tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts(90,27): error TS7019: Rest parameter … 66 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 73 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 115 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 122 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. [all …]
|
D | noImplicitAnyParametersInAmbientModule.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(18,20): error TS7019: Rest parameter… 9 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(21,23): error TS7019: Rest parameter… 20 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(41,18): error TS7019: Rest parameter… 22 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(44,21): error TS7019: Rest parameter… 57 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 64 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 106 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 113 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type.
|
D | noImplicitAnyParametersInAmbientFunctions.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInAmbientFunctions.ts(17,23): error TS7019: Rest parame… 9 tests/cases/compiler/noImplicitAnyParametersInAmbientFunctions.ts(20,26): error TS7019: Rest parame… 20 tests/cases/compiler/noImplicitAnyParametersInAmbientFunctions.ts(40,21): error TS7019: Rest parame… 22 tests/cases/compiler/noImplicitAnyParametersInAmbientFunctions.ts(43,24): error TS7019: Rest parame… 56 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 63 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 105 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 112 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type.
|
D | noImplicitAnyParametersInBareFunctions.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInBareFunctions.ts(17,13): error TS7019: Rest parameter… 9 tests/cases/compiler/noImplicitAnyParametersInBareFunctions.ts(20,16): error TS7019: Rest parameter… 20 tests/cases/compiler/noImplicitAnyParametersInBareFunctions.ts(40,12): error TS7019: Rest parameter… 22 tests/cases/compiler/noImplicitAnyParametersInBareFunctions.ts(43,15): error TS7019: Rest parameter… 56 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 63 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 105 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 112 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type.
|
D | noImplicitAnyParametersInModule.errors.txt | 7 tests/cases/compiler/noImplicitAnyParametersInModule.ts(18,19): error TS7019: Rest parameter 'r' im… 9 tests/cases/compiler/noImplicitAnyParametersInModule.ts(21,22): error TS7019: Rest parameter 'r' im… 20 tests/cases/compiler/noImplicitAnyParametersInModule.ts(41,18): error TS7019: Rest parameter 'r' im… 22 tests/cases/compiler/noImplicitAnyParametersInModule.ts(44,21): error TS7019: Rest parameter 'r' im… 57 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 64 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 106 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 113 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type.
|
D | tailRecursiveConditionalTypes.js | 12 S extends `${infer Char}${infer Rest}` ? GetCharsRec<Rest, Char | Acc> : Acc; 40 type GetCharsRec<S, Acc> = S extends `${infer Char}${infer Rest}` ? GetCharsRec<Rest, Char | Acc> :…
|
D | noImplicitAnyParametersInInterface.errors.txt | 12 tests/cases/compiler/noImplicitAnyParametersInInterface.ts(23,8): error TS7019: Rest parameter 'r' … 14 tests/cases/compiler/noImplicitAnyParametersInInterface.ts(26,11): error TS7019: Rest parameter 'r'… 25 tests/cases/compiler/noImplicitAnyParametersInInterface.ts(46,11): error TS7019: Rest parameter 'r'… 27 tests/cases/compiler/noImplicitAnyParametersInInterface.ts(49,14): error TS7019: Rest parameter 'r'… 77 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 84 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 126 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type. 133 !!! error TS7019: Rest parameter 'r' implicitly has an 'any[]' type.
|
D | tailRecursiveConditionalTypes.symbols | 40 S extends `${infer Char}${infer Rest}` ? GetCharsRec<Rest, Char | Acc> : Acc; 43 >Rest : Symbol(Rest, Decl(tailRecursiveConditionalTypes.ts, 10, 35)) 45 >Rest : Symbol(Rest, Decl(tailRecursiveConditionalTypes.ts, 10, 35))
|
D | implicitAnyDeclareFunctionWithoutFormalType.errors.txt | 6 tests/cases/compiler/implicitAnyDeclareFunctionWithoutFormalType.ts(5,16): error TS7019: Rest param… 28 !!! error TS7019: Rest parameter 'args' implicitly has an 'any[]' type.
|
D | importHelpersInAmbientContext.types | 28 // Object Rest 67 // Object Rest
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 243 StringRef &Rest = Split.second; // The rest of the string. in parseSpecifier() local 247 Split = split(Rest, ':'); in parseSpecifier() 248 Rest = Split.second; in parseSpecifier() 253 } while (!Rest.empty()); in parseSpecifier() 279 if (Rest.empty()) in parseSpecifier() 282 Split = split(Rest, ':'); in parseSpecifier() 288 if (Rest.empty()) in parseSpecifier() 291 Split = split(Rest, ':'); in parseSpecifier() 303 if (!Rest.empty()) { in parseSpecifier() 304 Split = split(Rest, ':'); in parseSpecifier() [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/tail_recursion_elimination_on_conditional_types/ |
D | tail_recursion_elimination_on_conditional_types2.ts | 26 type RunObtain<S> = S extends `${infer Char}${infer Rest}` 27 ? Char | RunObtain<Rest> 34 type RunObtainHelper<S, Acc> = S extends `${infer Char}${infer Rest}` 35 ? RunObtainHelper<Rest, Char | Acc>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 979 StringRef Rest = Buffer.drop_front(Prefix.size() + 1); in FindCheckType() local 982 return {Check::CheckPlain, Rest}; in FindCheckType() 987 if (Rest.consume_front("COUNT-")) { in FindCheckType() 989 if (Rest.consumeInteger(10, Count)) in FindCheckType() 991 return {Check::CheckBadCount, Rest}; in FindCheckType() 993 return {Check::CheckBadCount, Rest}; in FindCheckType() 994 if (!Rest.consume_front(":")) in FindCheckType() 995 return {Check::CheckBadCount, Rest}; in FindCheckType() 996 return {Check::FileCheckType(Check::CheckPlain).setCount(Count), Rest}; in FindCheckType() 999 if (Rest.consume_front("NEXT:")) in FindCheckType() [all …]
|
/third_party/skia/src/core/ |
D | SkRecordPattern.h | 86 template <typename First, typename... Rest> 89 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() 119 template <typename First, typename... Rest> 120 class Pattern<First, Rest...> { 172 Pattern<Rest...> fRest;
|
D | SkCubicSolver.h | 22 template <typename... Rest> 23 static float eval_poly(float t, float m, float b, Rest... rest) { in eval_poly()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | mock_overload_set.h | 89 template <typename DistrT, typename FirstSig, typename... Rest> 90 struct MockOverloadSet<DistrT, FirstSig, Rest...> 92 public MockOverloadSet<DistrT, Rest...> { 94 using MockOverloadSet<DistrT, Rest...>::gmock_Call;
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | wrap.inl | 48 vecType<T, P> const Rest = Abs - Floor; local 49 vecType<T, P> const Mirror = Clamp + Rest; 50 return mix(Rest, vecType<T, P>(1) - Rest, glm::greaterThanEqual(Mirror, vecType<T, P>(1)));
|
/third_party/benchmark/src/ |
D | string_util.h | 32 template <class First, class... Rest> 33 inline std::ostream& StrCatImp(std::ostream& out, First&& f, Rest&&... rest) { in StrCatImp() 35 return StrCatImp(out, std::forward<Rest>(rest)...); in StrCatImp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 120 StringRef Rest = Input.substr(n1 + 2); in ParseLine() local 121 if (Rest[0] >= '0' && Rest[0] <= '9') { in ParseLine() 123 size_t n3 = Rest.find(' '); in ParseLine() 125 if (Rest.getAsInteger(10, NumSamples)) in ParseLine() 128 if (Rest.substr(0, n3).getAsInteger(10, NumSamples)) in ParseLine() 144 n3 += Rest.substr(n3).find_first_not_of(' '); in ParseLine() 145 Rest = Rest.substr(n3); in ParseLine() 146 n3 = Rest.find_first_of(':'); in ParseLine() 154 StringRef AfterColon = Rest.substr(n3 + 1); in ParseLine() 156 Target = Rest.substr(0, n3); in ParseLine() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.hpp | 82 template <typename T, typename... Rest> 89 template <typename T, typename... Rest> 90 inline void hash_combine(std::size_t &seed, T const &v, Rest &&... rest) in hash_combine()
|
/third_party/typescript/tests/cases/compiler/ |
D | tailRecursiveConditionalTypes.ts | 14 S extends `${infer Char}${infer Rest}` ? GetCharsRec<Rest, Char | Acc> : Acc;
|
/third_party/node/deps/v8/src/compiler/ |
D | functional-list.h | 61 FunctionalList Rest() const { in Rest() function 80 hint.Rest() == *this) { in PushFront()
|