condition 286 nanojit/LIR.cpp NanoAssert((op == LIR_j && !condition) ||
condition 287 nanojit/LIR.cpp ((op == LIR_jf || op == LIR_jt) && condition));
condition 288 nanojit/LIR.cpp return ins2(op, condition, toLabel);
condition 988 nanojit/LIR.h virtual LInsp insBranch(LOpcode v, LInsp condition, LInsp to) {
condition 989 nanojit/LIR.h return out->insBranch(v, condition, to);
condition 1163 nanojit/LIR.h LIns* insBranch(LOpcode v, LInsp condition, LInsp to) {
condition 1164 nanojit/LIR.h return add_flush(out->insBranch(v, condition, to));
condition 1389 nanojit/LIR.h LInsp insBranch(LOpcode v, LInsp condition, LInsp to);
condition 142 nanojit/nanojit.h extern void nano_static_assert(int arg[(condition) ? 1 : -1])
condition 537 pcre/pcre_exec.cpp BOOL condition;
condition 805 pcre/pcre_exec.cpp condition = md->recursive != NULL &&
condition 807 pcre/pcre_exec.cpp ecode += condition? 3 : GET(ecode, 1);
condition 813 pcre/pcre_exec.cpp condition = offset < offset_top && md->offset_vector[offset] >= 0;
condition 814 pcre/pcre_exec.cpp ecode += condition? 3 : GET(ecode, 1);
condition 819 pcre/pcre_exec.cpp condition = FALSE;
condition 833 pcre/pcre_exec.cpp condition = TRUE;
condition 843 pcre/pcre_exec.cpp condition = FALSE;
condition 853 pcre/pcre_exec.cpp if (condition || *ecode == OP_ALT)
condition 20 pcre/pcre_stringpiece_unittest.cc if (!(condition)) { \
condition 22 pcre/pcre_stringpiece_unittest.cc __FILE__, __LINE__, #condition); \
condition 59 pcre/pcrecpp_unittest.cc if (!(condition)) { \
condition 61 pcre/pcrecpp_unittest.cc __FILE__, __LINE__, #condition); \