Home
last modified time | relevance | path

Searched defs:Narrow (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnonPrimitiveNarrow.js2 class Narrow { class
28 function Narrow() { class in Narrow
/third_party/typescript/tests/cases/compiler/
DcontrolFlowCommaExpressionAssertionMultiple.ts1 function Narrow<T>(value: any): asserts value is T {} function
DtypePredicateFreshLiteralWidening.ts5 type Narrow<A> = (A extends Narrowable ? A : never) | ({ alias
/third_party/typescript/tests/cases/conformance/types/nonPrimitive/
DnonPrimitiveNarrow.ts1 class Narrow { class
/third_party/skia/src/sfnt/
DSkPanose.h476 Narrow = 8, enumerator
489 Narrow = 8, enumerator
502 Narrow = 8, enumerator
515 Narrow = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1417 bool Narrow = VT.getSizeInBits() == 64; in SelectLoadLane() local
1456 bool Narrow = VT.getSizeInBits() == 64; in SelectPostLoadLane() local
1511 bool Narrow = VT.getSizeInBits() == 64; in SelectStoreLane() local
1540 bool Narrow = VT.getSizeInBits() == 64; in SelectPostStoreLane() local
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1154 enum EncodingSizeType { Best, Narrow, Wide }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39883 SDValue Narrow = N->getOperand(0); in PromoteMaskArithmetic() local