Searched refs:num_alternatives (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp441 int num_alternatives = arg_entry.size(); local
443 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) {
482 for (int j = 0; j < num_alternatives; ++j) {
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c141 int num_alternatives; /* Number of alternatives. */ member in struct:insn_def
1038 int num_alt = id->num_alternatives;
3085 id->num_alternatives = count_alternatives (exp);
3086 if (id->num_alternatives == 0)
3087 id->num_alternatives = 1;
3094 id->num_alternatives = count_alternatives (exp);
3095 if (id->num_alternatives == 0)
3096 id->num_alternatives = 1;
3103 id->num_alternatives = 1;
4605 insn_alternatives[id->insn_code] = (1 << id->num_alternatives)
[all...]

Completed in 139 milliseconds