Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def3 OPCODE(BADOP, BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
6 OPCODE(ENTRY, BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
9 OPCODE(RET, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
10 OPCODE(BR, BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
11 OPCODE(CBR, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
12 OPCODE(SWITCH, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
13 OPCODE(UNREACH, BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
14 OPCODE(COMPUTEDGOTO, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
96 OPCODE(STORE, BADOP, BADOP, BADOP, BADOP, 1, OPF_NONE)
105 OPCODE(INLINED_CALL, BADOP, BADOP, BADOP, BADOP, 0, OPF_NONE)
[all …]
Dopcode.h23 #define OPF_NONE 0 macro