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

  /src/external/gpl3/gcc/dist/gcc/
genattr.cc 144 bool have_annul_false = false; local
180 have_annul_false = true;
199 printf ("#define ANNUL_IFFALSE_SLOTS %d\n", have_annul_false);
genattrtab.cc 224 static int have_annul_true, have_annul_false; variable
1345 if (have_annul_false)
3261 have_annul_false = 1;
5399 if (have_annul_false)
  /src/external/gpl3/gcc.old/dist/gcc/
genattr.cc 144 bool have_annul_false = false; local
180 have_annul_false = true;
199 printf ("#define ANNUL_IFFALSE_SLOTS %d\n", have_annul_false);
genattrtab.cc 224 static int have_annul_true, have_annul_false; variable
1345 if (have_annul_false)
3261 have_annul_false = 1;
5399 if (have_annul_false)

Completed in 22 milliseconds