Searched defs:IsOptional (Results 1 – 5 of 5) sorted by relevance
39 …export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null … alias
5 export type IsOptional<T> = undefined | null extends T ? true : undefined extends T ? true : null e… alias
540 def IsOptional(self, opts): member in GoodRepo
51 bool IsOptional; member
1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local