Searched defs:IsOptional (Results 1 – 4 of 4) 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
310 bool IsOptional() const { in IsOptional() function
1599 bool IsOptional = MI->isVariadic() && MONum == MCID.getNumOperands() - 1; in visitMachineOperand() local