Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c123 static struct symbol_op typedef_op = {
128 static struct symbol_op inline_op = {
134 static struct symbol_op noreturn_op = {
140 static struct symbol_op alignas_op = {
145 static struct symbol_op auto_op = {
150 static struct symbol_op register_op = {
155 static struct symbol_op static_op = {
160 static struct symbol_op extern_op = {
165 static struct symbol_op thread_op = {
170 static struct symbol_op const_op = {
[all …]
Dbuiltin.c194 static struct symbol_op constant_p_op = {
199 static struct symbol_op safe_p_op = {
204 static struct symbol_op warning_op = {
209 static struct symbol_op expect_op = {
213 static struct symbol_op choose_op = {
243 static struct symbol_op bswap_op = {
275 static struct symbol_op name##_op = { \
303 static struct symbol_op fp_unop_op = {
322 static struct symbol_op isdigit_op = {
377 static struct symbol_op overflow_op = {
[all …]
Dbuiltin.h12 struct symbol_op *op;
17 extern struct symbol_op generic_int_op;
Dsymbol.h109 struct symbol_op *mode;
122 struct symbol_op { struct
160 struct symbol_op *op; argument
Dlinearize.c2649 struct symbol_op op;