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.c139 static struct symbol_op typedef_op = {
144 static struct symbol_op inline_op = {
151 static struct symbol_op noreturn_op = {
157 static struct symbol_op alignas_op = {
162 static struct symbol_op auto_op = {
167 static struct symbol_op register_op = {
172 static struct symbol_op static_op = {
177 static struct symbol_op extern_op = {
182 static struct symbol_op thread_op = {
187 static struct symbol_op const_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