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

  /src/external/apache2/llvm/dist/clang/utils/VtableTest/
gen.cc 70 bool polymorphic = false; local
104 // We have a vtable and rtti, but technically we're not polymorphic
105 // polymorphic = true;
267 polymorphic = true;
268 if (polymorphic) {
278 if (polymorphic) {
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 366 /* Lattice describing the polymorphic contexts of a parameter. */
396 ipcp_poly_ctx_values_pool ("IPA-CP polymorphic contexts");
1379 if (ie->indirect_info->polymorphic
1559 /* Determine whether JFUNC evaluates to single known polymorphic context, given
1929 /* Allocate a new ipcp_value holding a polymorphic context, initialize its
3002 if (!ie->indirect_info->polymorphic)
3667 fprintf (dump_file, " - estimates for polymorphic context ");
3996 /* Propagate constants, polymorphic contexts and their effects from the
4121 bool polymorphic = ie->indirect_info->polymorphic; local
    [all...]

Completed in 25 milliseconds