Home
last modified time | relevance | path

Searched defs:IsOptional (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/lib/
Dreact16.d.ts39 …export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null … alias
/third_party/typescript/tests/cases/compiler/
DpropTypeValidatorInference.ts5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e… alias
/third_party/vulkan-loader/scripts/
Dupdate_deps.py540 def IsOptional(self, opts): member in GoodRepo
/third_party/lzma/CPP/7zip/Common/
DMethodProps.h51 bool IsOptional; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local