Next: Prefix Unary Operator Flags, Previous: Operator Second Extension Scope Flags, Up: Definitions [Index]
X1f4_E4_BINARY_Rindicates that some infix binary operator operand types lookup failed
X1f4_E4_BYTEMISSindicates some not allowed characters
X1f4_E4_B_LOOKUPindicates that some infix binary operator name lookup failed
X1f4_E4_B_SCALARindicates some invalid integral or real constant syntax
X1f4_E4_C_LVALUEindicates some constant variable assignment
X1f4_E4_C_STRINGindicates some invalid string constant syntax
X1f4_E4_EXPECTEDindicates some unexpected expression completion (end, that is)
X1f4_E4_E_SYNTAXindicates some general syntax error
X1f4_E4_F_LOOKUPindicates that some function name lookup failed
X1f4_E4_F_SYNTAXindicates function type context mismatch
X1f4_E4_I_LVALUEindicates some invalid lvalue assignment
X1f4_E4_MISSTURNindicates the expression conversion to the expressed usable type was not possible
X1f4_E4_MISSTYPEindicates some function argument type mismatch
X1f4_E4_P_LOOKUPindicates that some prefix unary operator name lookup failed
X1f4_E4_R_SCALARindicates some invalid real constant syntax
X1f4_E4_SURELOSEindicates an unexpected closing parenthesis occurrence where a comma would have been in order
X1f4_E4_SURESTEPindicates an unexpected comma occurrence where a closing parenthesis would have been in order
X1f4_E4_USEDVOIDindicates some used void function value
X1f4_E4_U_BINARYindicates some unexpected infix binary operator occurrence
X1f4_E4_U_PREFIXindicates some unexpected prefix unary operator occurrence
X1f4_E4_V_LOOKUPindicates that some variable name lookup failed
X1f4_E4_V_SYNTAXindicates variable type context mismatch
Next: Prefix Unary Operator Flags, Previous: Operator Second Extension Scope Flags, Up: Definitions [Index]