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

  /src/sys/dev/pci/
vga_pci.c 145 int potential; local
147 potential = 0;
155 potential = 1;
158 potential = 1;
160 if (!potential)
  /src/external/gpl3/binutils/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/gpl3/binutils.old/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/gpl3/gdb/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/gpl3/gdb.old/dist/opcodes/
frv-opc.c 454 VLIW_COMBO *potential; local
465 potential = current;
468 if (match_unit (vliw, unit, (*potential)[next]))
469 return potential;
470 ++potential;
472 while (match_vliw (potential, current, next));
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 955 bool potential = potential_rvalue_constant_expression (massaged); local
956 if (!potential && complain)
959 if (DECL_CONSTRUCTOR_P (fun) && potential
964 potential = false;
970 potential = potential_rvalue_constant_expression (massaged);
971 if (!potential && complain)
976 if (!potential && complain
986 if (potential)
1012 if (!potential)
9750 6 An expression is a potential constant expression if it i
    [all...]
contracts.cc 217 contract_role *potential = contract_build_roles + i; local
218 if (role_name_equal (potential, name))
219 return potential;
238 contract_role *potential = contract_build_roles + i; local
239 if (potential->name != NULL
240 && !role_name_equal (potential, name))
242 if (potential->name != NULL && !update)
243 return potential;
244 potential->name = name;
245 potential->default_semantic = des
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 919 bool potential = potential_rvalue_constant_expression (massaged); local
920 if (!potential && complain)
923 if (DECL_CONSTRUCTOR_P (fun) && potential
928 potential = false;
934 potential = potential_rvalue_constant_expression (massaged);
935 if (!potential && complain)
940 if (!potential && complain)
945 if (potential)
971 if (!potential)
8571 6 An expression is a potential constant expression if it i
    [all...]
  /src/external/mit/isl/dist/
isl_map.c 14444 isl_bool potential; local
14446 potential = is_potential_div_constraint(bmap, bmap->ineq[i],
14448 if (potential < 0)
14450 if (!potential)

Completed in 176 milliseconds