HomeSort by: relevance | last modified time | path
    Searched defs:is_undefined (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-cris.c 1333 int is_undefined = 0; local
1341 is_undefined = 1;
1344 if (to_seg == now_seg || is_undefined
1361 /* If is_undefined, the expression may still become now_seg.
tc-vax.c 2488 int is_undefined;
2823 is_undefined = (to_seg == undefined_section);
2833 if (to_seg == now_seg || is_undefined)
2835 /* If is_undefined, then it might BECOME now_seg. */
2846 length_code = is_undefined ? STATE_UNDF : STATE_BYTE;
3153 if (is_undefined
2475 int is_undefined; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c 1333 int is_undefined = 0; local
1341 is_undefined = 1;
1344 if (to_seg == now_seg || is_undefined
1361 /* If is_undefined, the expression may still become now_seg.
tc-vax.c 2488 int is_undefined;
2823 is_undefined = (to_seg == undefined_section);
2833 if (to_seg == now_seg || is_undefined)
2835 /* If is_undefined, then it might BECOME now_seg. */
2846 length_code = is_undefined ? STATE_UNDF : STATE_BYTE;
3153 if (is_undefined
2475 int is_undefined; local
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 328 bool is_undefined() { return label & label_undefined; } function in struct:aco::ssa_info
985 if (info.is_undefined() && is_phi(instr))
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 9589 bool is_undefined = false;
9606 is_undefined = true;
9945 if (is_undefined)
9588 bool is_undefined = false; local

Completed in 83 milliseconds