Home
last modified time | relevance | path

Searched defs:never (Results 1 – 25 of 32) sorted by relevance

12

/third_party/typescript/scripts/types/
Dambient.d.ts64 isSymbolic(): this is never; property
69 isDirectory(): this is never; property
/third_party/typescript/tests/baselines/reference/
DexportSpellingSuggestion.js4 export function assertNever(x: never, msg: string) {
DdiscriminantsAndNullOrUndefined.js28 function never(_) { function
DdiscriminantElementAccessCheck.js13 function assertNever(x: never) {
DprivateNameAndAny.js14 methodN(thing: never) {
DneverReturningFunctions1.js237 throw(): never { field in MyThrowable
243 err(msg: string): never { field in SuperThrowable
246 ok(): never { field in SuperThrowable
DmetadataOfUnionWithNull.js12 y: true | never; field in B
DspreadOfObjectLiteralAssignableToIndexSignature.js2 const foo: Record<never, never> = {} // OK constant
DjsDeclarationsClassAccessor.js85 validate(defs: any): Generator<never, void, unknown>; property in Argument
DconvertClassExpressionToFunctionFromObjectProperty1.js193 foo.never = class { class in foo
557 foo.never = /** @class */ (function () { function
558 function never() { function
DnarrowingByTypeofInSwitch.js2 function assertNever(x: never) {
DconditionalTypes1.js296 type Omit<T extends object> = { [P in keyof T]: If<Eq<T[P], never>, never, P>; }[keyof T]; field
DconvertClassExpressionToFunctionFromObjectProperty2.js556 function never() { function
/third_party/python/Tools/freeze/
Dmakeconfig.py6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins', variable
/third_party/typescript/tests/cases/compiler/
DdiscriminantsAndNullOrUndefined.ts10 function never(_: never): never { function
DdiscriminantPropertyCheck.ts155 declare function never(value: never): never; function
DconvertClassExpressionToFunctionFromObjectProperty2.ts192 never: class { constant
/third_party/rust/crates/memchr/bench/src/memmem/
Dinputs.rs10 pub never: &'static [Query], field
/third_party/typescript/tests/cases/conformance/generators/
DgeneratorReturnTypeInferenceNonStrict.ts8 declare const never: never; constant
DgeneratorReturnTypeInference.ts8 declare const never: never; constant
/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs7 pub never: &'static [SearchByte], field
111 fn never(&self, min: usize) -> Option<&'static [SearchByte]> { in never() method
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts208 type T40 = never extends never ? true : false; // true alias
209 type T41 = number extends never ? true : false; // false alias
/third_party/libuv/test/
Dtest-timer.c93 uv_timer_t repeat, never; in TEST_IMPL() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c284 static int never = 0; /* for use in asserts; shuts lint up */ variable
286 #define never 0 /* some <assert.h>s have bugs too */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c156 static int never = 0; /* for use in asserts; shuts lint up */ variable
158 #define never 0 /* some <assert.h>s have bugs too */ macro

12