Home
last modified time | relevance | path

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

12

/third_party/boost/libs/graph_parallel/test/
Ddistributed_adjacency_list_test.cpp34 struct never struct
36 typedef typename graph_traits<Graph>::edge_descriptor argument_type;
37 typedef bool result_type;
39 result_type operator()(argument_type) { return false; } in operator ()()
/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) {
DmetadataOfUnionWithNull.js12 y: true | never; field in B
DneverReturningFunctions1.js237 throw(): never { field in MyThrowable
243 err(msg: string): never { field in SuperThrowable
246 ok(): never { field in SuperThrowable
DspreadOfObjectLiteralAssignableToIndexSignature.js2 const foo: Record<never, never> = {} // OK constant
DjsDeclarationsClassAccessor.js85 validate(defs: any): Generator<never, void, unknown>; property in Argument
/third_party/typescript/scripts/types/
Dambient.d.ts64 isSymbolic(): this is never; property
69 isDirectory(): this is never; property
/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
/third_party/boost/libs/hana/test/tuple/
Dcnstr.variadic_copy.cpp13 struct never { static constexpr bool value = false; }; argument
/third_party/boost/boost/beast/websocket/
Dstream.hpp157 static time_point never() noexcept in never() function in boost::beast::websocket::stream
Dstream_base.hpp38 never() noexcept in never() function
/third_party/boost/libs/beast/include/boost/beast/websocket/
Dstream.hpp157 static time_point never() noexcept in never() function in boost::beast::websocket::stream
Dstream_base.hpp38 never() noexcept in never() function
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dban-types.ts109 never: AST_NODE_TYPES.TSNeverKeyword, constant
Dcomma-dangle.ts97 never: forbidComma, constant
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dkeyword-variables.src.ts17 const never = 1; constant
/third_party/typescript/tests/cases/conformance/generators/
DgeneratorReturnTypeInferenceNonStrict.ts8 declare const never: never; constant
DgeneratorReturnTypeInference.ts8 declare const never: never; constant
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dstream_base.hpp125 static time_point never() noexcept in never() function
/third_party/boost/boost/beast/core/detail/
Dstream_base.hpp125 static time_point never() noexcept in never() function
/third_party/boost/libs/asio/include/boost/asio/execution/
Dblocking.hpp158 static constexpr never_t never; member

12