Searched refs:maybeArray (Results 1 – 2 of 2) sorted by relevance
3206 Type *maybeArray = NULL; in parseBasicTypeStartingAt() local3226 if (maybeArray) in parseBasicTypeStartingAt()3232 Type *t = maybeArray; in parseBasicTypeStartingAt()3261 maybeArray = NULL; in parseBasicTypeStartingAt()3282 Type *t = maybeArray ? maybeArray : (Type *)tid; in parseBasicTypeStartingAt()3298 maybeArray = new TypeAArray(t, index); in parseBasicTypeStartingAt()3323 maybeArray = new TypeSArray(t, e); in parseBasicTypeStartingAt()3336 return maybeArray ? maybeArray : (Type *)tid; in parseBasicTypeStartingAt()
3722 AST.Type maybeArray = null; variable3742 if (maybeArray)3748 AST.Type t = maybeArray;3777 maybeArray = null;3797 AST.Type t = maybeArray ? maybeArray : cast(AST.Type)tid;3813 maybeArray = new AST.TypeAArray(t, index);3838 maybeArray = new AST.TypeSArray(t, e);3851 return maybeArray ? maybeArray : cast(AST.Type)tid;