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

  /src/external/mit/isl/dist/interface/
cpp.cc 826 /* Return the qualified form of the given C++ isl type name appearing
831 std::string cpp_type_printer::qualified(int arg, const std::string &cpp_type) function in class:cpp_type_printer
843 return qualified(arg, cpp_generator::type2cpp(name));
template_cpp.cc 1405 virtual std::string qualified(int arg, const std::string &cpp_type)
1422 /* Return the qualified form of the given C++ isl type name appearing
1430 std::string template_cpp_type_printer::qualified(int arg, function in class:template_cpp_type_printer
1434 return cpp_type_printer::qualified(arg, cpp_type);
2104 virtual std::string qualified(int arg, const std::string &cpp_type)
2108 /* Return the qualified form of the given C++ isl type name appearing
2114 std::string plain_cpp_type_printer::qualified(int arg, function in class:plain_cpp_type_printer
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 917 "label", "line", "qualified", NULL };
930 PyObject *qualified = Py_False; local
937 &PyBool_Type, &qualified))
985 gdb_assert (PyBool_Check (qualified));
987 = (qualified == Py_True
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 510 const char *qualified local
513 if (!name_matcher (qualified, lookup_name_without_params, NULL)
514 || (symbol_matcher != NULL && !symbol_matcher (qualified)))
727 const char *qualified = index.symbol_name_at (nc_elem->idx, per_objfile); local
728 if (strcmp (qualified, expected_syms[exp_elem]) != 0)
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 918 "label", "line", "qualified", NULL };
931 PyObject *qualified = Py_False; local
938 &PyBool_Type, &qualified))
986 gdb_assert (PyBool_Check (qualified));
988 = (qualified == Py_True
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 2382 const char *qualified
2385 if (!name_matcher (qualified, lookup_name_without_params, NULL)
2386 || (symbol_matcher != NULL && !symbol_matcher (qualified)))
2596 const char *qualified = index.symbol_name_at (nc_elem->idx, per_objfile);
2597 if (strcmp (qualified, expected_syms[exp_elem]) != 0)
5770 /* Allocate a fully-qualified name consisting of the two parts on the
6713 /* Compute the fully qualified name of DIE in CU. If PHYSNAME is nonzero,
6722 For Ada, return the DIE's linkage name rather than the fully qualified
6952 /* Return the fully qualified name of DIE, based on its DW_AT_name.
14580 is so qualified, not the array type (section 6.7.3 of C99). *
2379 const char *qualified local
2593 const char *qualified = index.symbol_name_at (nc_elem->idx, per_objfile); local
    [all...]

Completed in 38 milliseconds