Home
last modified time | relevance | path

Searched refs:UdmProgCompilerBadDataTypeForOperator2 (Results 1 – 1 of 1) sorted by relevance

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dprogc.c1093 UdmProgCompilerBadDataTypeForOperator2(UDM_PROG_COMPILER *compiler, in UdmProgCompilerBadDataTypeForOperator2() function
4033 return UdmProgCompilerBadDataTypeForOperator2(c, "%=", dst, src); in UdmSpecialAssignmentOpDouble()
4035 return UdmProgCompilerBadDataTypeForOperator2(c, "&=", dst, src); in UdmSpecialAssignmentOpDouble()
4037 return UdmProgCompilerBadDataTypeForOperator2(c, "|=", dst, src); in UdmSpecialAssignmentOpDouble()
4039 return UdmProgCompilerBadDataTypeForOperator2(c, "^=", dst, src); in UdmSpecialAssignmentOpDouble()
4041 return UdmProgCompilerBadDataTypeForOperator2(c, "<<=", dst, src); in UdmSpecialAssignmentOpDouble()
4043 return UdmProgCompilerBadDataTypeForOperator2(c, ">>=", dst, src); in UdmSpecialAssignmentOpDouble()