Searched refs:nStructSize (Results 1 – 4 of 4) sorted by relevance
768 const unsigned nStructSize = dupedExprStructSize(p, flags); in exprDup() local769 const int nNewSize = nStructSize & 0xfff; in exprDup()789 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
71505 const unsigned nStructSize = dupedExprStructSize(p, flags);71506 const int nNewSize = nStructSize & 0xfff;71526 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
79103 const unsigned nStructSize = dupedExprStructSize(p, flags);79104 const int nNewSize = nStructSize & 0xfff;79122 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
79083 const unsigned nStructSize = dupedExprStructSize(p, flags);79084 const int nNewSize = nStructSize & 0xfff;79102 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);