Searched refs:isDefined (Results 1 – 4 of 4) sorted by relevance
23 function isDefined<T>(value: T | undefined | null | void): value is T {37 if (isDefined(foo)) {
24 bool isDefined = 5; field
30 bool isDefined = 8; field
589 bool isDefined = (!vregOut.empty() && (reg == vregOut.at(index))); in IsOut() local590 return isDefined; in IsOut()