Home
last modified time | relevance | path

Searched defs:Trailing (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/tuple/named/
DnamedTupleMembersErrors.ts14 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed alias
/third_party/rust/rust/compiler/rustc_ast/src/util/
Dcomments.rs13 Trailing, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12145 uint32_t Trailing = countTrailingZeros(C1); in CombineANDShift() local