Home
last modified time | relevance | path

Searched refs:expression (Results 201 – 225 of 302) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/tools/smatch/src/
H A Dchar.h2 extern struct token *get_string_constant(struct token *, struct expression *);
H A Dcheck_indenting.c126 if (stmt->type == STMT_EXPRESSION && !stmt->expression) in match_stmt()
128 if (__prev_stmt->type == STMT_EXPRESSION && !__prev_stmt->expression) in match_stmt()
H A Dcheck_select.c23 static void match_select(struct expression *expr) in match_select()
H A Dcheck_call_tree.c22 static void match_call(struct expression *expr) in match_call()
H A Dcheck_no_return.c24 static void match_return(struct expression *ret_value) in match_return()
H A Dcheck_wait_for_common.c22 static void match_wait_for_common(const char *fn, struct expression *expr, void *unused) in match_wait_for_common()
H A Dcheck_array_condition.c30 static void match_condition(struct expression *expr) in match_condition()
H A Dsmatch_type_links.c50 static void match_assign(struct expression *expr) in match_assign()
H A Dcheck_return_cast.c26 static void match_return(struct expression *ret_value) in match_return()
H A Dcheck_min_t.c22 static void match_assign(struct expression *expr) in match_assign()
H A Dast-inspect.c52 ast_append_child(node, "expression:", stmt->expression, inspect_expression); in inspect_statement()
190 struct expression *expr = node->ptr; in inspect_expression()
H A Dcheck_wine_WtoA.c63 static void match_call(struct expression *expr) in match_call()
H A Dlinearize.h130 struct expression *val;
143 struct expression *context_expr;
H A Dcheck_trinity_generator.c43 static void match_return(struct expression *ret_value) in match_return()
H A Dsmatch_tracker.c44 void add_tracker_expr(struct tracker_list **list, int owner, struct expression *expr) in add_tracker_expr()
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dnulinsrc.ok1 $AWK: non-terminated regular expression \... at source line 1
H A Dtradanch1.ok1 $AWK: syntax error in regular expression foo^bar at bar
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dsubselect.test38 } {1 {only a single result allowed for a SELECT that is part of an expression}}
62 # Try multiple subselects within a single expression.
86 # Make sure sorting works for SELECTs there used as a scalar expression.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dapi.rst17 .. c:autodoc:: expression.h
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.S50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.S55 / In this assembly language version, the following expression is used
58 / If the above expression geneates a value other than 0x80808080,
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.S50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.S55 / In this assembly language version, the following expression is used
58 / If the above expression geneates a value other than 0x80808080,
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.S40 ! be in the middle of a compilicated expression.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.S39 ! be in the middle of a complicated expression.

12345678910>>...13