Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c162 static struct symbol_op auto_op = {
234 static struct symbol_op enum_op = {
241 static struct symbol_op spec_op = {
247 static struct symbol_op char_op = {
254 static struct symbol_op int_op = {
294 static struct symbol_op long_op = {
306 static struct symbol_op if_op = {
330 static struct symbol_op for_op = {
338 static struct symbol_op do_op = {
354 static struct symbol_op asm_op = {
[all …]
H A Dbuiltin.c178 static struct symbol_op constant_p_op = {
183 static struct symbol_op safe_p_op = {
188 static struct symbol_op warning_op = {
193 static struct symbol_op expect_op = {
197 static struct symbol_op choose_op = {
227 static struct symbol_op bswap_op = {
249 static struct symbol_op fp_unop_op = {
303 static struct symbol_op overflow_op = {
313 static struct symbol_op overflow_p_op = {
327 struct symbol_op *op;
H A Dsymbol.h111 struct symbol_op *mode;
116 struct symbol_op { struct
153 struct symbol_op *op; argument