Home
last modified time | relevance | path

Searched refs:spec_op (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c241 static struct symbol_op spec_op = { variable
472 { "void", NS_TYPEDEF, .type = &void_ctype, .op = &spec_op},
484 { "_Bool", NS_TYPEDEF, .type = &bool_ctype, .op = &spec_op },
487 { "__builtin_va_list", NS_TYPEDEF, .type = &ptr_ctype, .op = &spec_op },
489 { "__int128_t", NS_TYPEDEF, .type = &lllong_ctype, .op = &spec_op },
490 { "__uint128_t",NS_TYPEDEF, .type = &ulllong_ctype, .op = &spec_op },
491 { "_Float32", NS_TYPEDEF, .type = &float32_ctype, .op = &spec_op },
492 { "_Float32x", NS_TYPEDEF, .type = &float32x_ctype, .op = &spec_op },
493 { "_Float64", NS_TYPEDEF, .type = &float64_ctype, .op = &spec_op },
494 { "_Float64x", NS_TYPEDEF, .type = &float64x_ctype, .op = &spec_op },
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c873 uint32_t polled_cnt, spec_op = 0; in hermon_cq_poll() local
921 spec_op = 1; /* plus one for the limiting CQE */ in hermon_cq_poll()
966 if (spec_op != 0) { in hermon_cq_poll()