HomeSort by: relevance | last modified time | path
    Searched refs:MPEXPR_RESULT_PARSE_ERROR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/demos/expr/
expr.c 217 MPEXPR_RESULT_PARSE_ERROR);
266 ERROR ("no token matched", MPEXPR_RESULT_PARSE_ERROR);
341 ERROR ("", MPEXPR_RESULT_PARSE_ERROR); \
416 ERROR ("expected a prefix operator", MPEXPR_RESULT_PARSE_ERROR);
430 ERROR ("expected open paren for function", MPEXPR_RESULT_PARSE_ERROR);
440 MPEXPR_RESULT_PARSE_ERROR);
446 ERROR ("unrecognised start of expression", MPEXPR_RESULT_PARSE_ERROR);
483 ERROR ("ARGSEP not in a function call", MPEXPR_RESULT_PARSE_ERROR);
513 MPEXPR_RESULT_PARSE_ERROR);
528 ERROR ("", MPEXPR_RESULT_PARSE_ERROR);
    [all...]
expr.h 38 #define MPEXPR_RESULT_PARSE_ERROR 3

Completed in 26 milliseconds