Searched defs:expr (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DTestSuite.cpp116 const char *expr, const char *type,
123 tracker().failedAssertThrows( file, line, expr, type, otherThrown );
115 doFailAssertThrows( const char *file, unsigned line, const char *expr, const char *type, bool otherThrown, const char *message ) argument
/inkscape/src/libcroco/
H A Dcr-parser.c2123 *function ::= FUNCTION S* expr ')' S*
2136 CRTerm *expr = NULL; local
2160 status = cr_parser_parse_expr (a_this, &expr);
2173 if (expr) {
2174 *a_expr = cr_term_append_term (*a_expr, expr);
2175 expr = NULL;
2188 if (expr) {
2189 cr_term_destroy (expr);
2190 expr = NULL;
3007 *expr
3017 CRTerm *expr = NULL, local
3178 CRTerm *expr = NULL; local
3336 CRTerm *expr = NULL; local
[all...]

Completed in 122 milliseconds