Lines Matching refs:a
49 -fdh // do not append a .h to header names
50 -ffb // do not establish a separate scope for declares within for clauses
66 -emacro(413,offsetof) // use of NULL pointer creates a stir
74 // That is, they may equally-usefully be called for a value
106 -esym(1702,operator<<,operator>>) // both a member and an ordinary function
145 // results in Error 1058 (assigning a const to a ref) because the
146 // manipulator setw returns a non-lvalue which is assigned to a reference.
165 -d_WIN32 // a very gross syntax error is exposed in the objbase.h
168 -dDBG=0 // There is a #if test made for this variable.
172 -d_AFXDLL // making a DLL
187 -elib(1706) // Unusual declaration with a scope operator
188 -elib(1725) // data member is a reference
194 -elib(1759) // post-fix operator returns a reference