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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 544 void adl_type (tree);
1458 adl_type (unlowered_expr_type (expr));
1471 adl_type (TREE_TYPE (*iter));
1491 name_lookup::adl_type (tree type) function in class:name_lookup
1499 adl_type (TYPE_PTRMEM_CLASS_TYPE (type));
1500 adl_type (TYPE_PTRMEM_POINTED_TO_TYPE (type));
1509 adl_type (TYPE_PTRMEMFUNC_FN_TYPE (type));
1523 adl_type (TREE_VALUE (args));
1529 adl_type (TREE_TYPE (type));
1542 adl_type (PACK_EXPANSION_PATTERN (type))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 539 void adl_type (tree);
1453 adl_type (unlowered_expr_type (expr));
1466 adl_type (TREE_TYPE (*iter));
1486 name_lookup::adl_type (tree type) function in class:name_lookup
1494 adl_type (TYPE_PTRMEM_CLASS_TYPE (type));
1495 adl_type (TYPE_PTRMEM_POINTED_TO_TYPE (type));
1504 adl_type (TYPE_PTRMEMFUNC_FN_TYPE (type));
1518 adl_type (TREE_VALUE (args));
1524 adl_type (TREE_TYPE (type));
1537 adl_type (PACK_EXPANSION_PATTERN (type))
    [all...]

Completed in 26 milliseconds