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

  /src/external/mit/isl/dist/interface/
template_cpp.h 71 * "clazz" describes the plain class.
80 const isl_class &clazz; member in struct:template_class
101 void add_template_class(const isl_class &clazz, const std::string &name,
cpp.h 12 * "clazz" is the class to which the method belongs.
30 Method(const isl_class &clazz, FunctionDecl *fd,
32 Method(const isl_class &clazz, FunctionDecl *fd);
57 const isl_class &clazz; member in struct:Method
94 * (if different from clazz.name).
117 EnumMethod(const isl_class &clazz, FunctionDecl *fd,
159 void set_class_construction_types(isl_class &clazz);
161 void copy_methods(isl_class &clazz, const std::string &name,
163 void copy_super_methods(isl_class &clazz, const isl_class &super);
164 void copy_super_methods(isl_class &clazz, set<string> &done)
184 const isl_class &clazz; member in struct:cpp_generator::class_printer
    [all...]
cpp.cc 48 void cpp_generator::set_class_construction_types(isl_class &clazz)
50 for (const auto &cons : clazz.constructors) {
55 if (!is_implicit_conversion(Method(clazz, cons)))
61 clazz.construction_types.emplace(arg_type, param);
71 auto &clazz = kvp.second; local
72 set_class_construction_types(clazz);
95 /* Copy the method called "name" described by "fd" from "super" to "clazz"
101 static void copy_method(isl_class &clazz, const isl_class &super,
104 clazz.methods[name].insert(fd);
105 clazz.copied_from.emplace(fd, super)
255 auto &clazz = kvp.second; local
917 const auto &clazz = cons.clazz; local
    [all...]
template_cpp.cc 1105 * by "clazz" and the initial specializations by "class_tuples".
1107 void template_cpp_generator::add_template_class(const isl_class &clazz,
1114 template_class{name, super, clazz, class_tuples});
1136 const auto &clazz = kvp.second; local
1137 std::string name = type2cpp(clazz);
1142 add_template_class(clazz, name, class_tuples);
1391 instance.template_class.clazz, instance_printer.generator,
1677 Method method(clazz, fd, clazz.base_method_name(fd));
1896 /* Print a definition for the "get" method "fd" in class "clazz",
    [all...]
  /src/external/bsd/file/dist/src/
readelf.c 150 #define xsh_addr (clazz == ELFCLASS32 \
153 #define xsh_sizeof (clazz == ELFCLASS32 \
156 #define xsh_size CAST(size_t, (clazz == ELFCLASS32 \
159 #define xsh_offset CAST(off_t, (clazz == ELFCLASS32 \
162 #define xsh_type (clazz == ELFCLASS32 \
165 #define xsh_name (clazz == ELFCLASS32 \
169 #define xph_addr (clazz == ELFCLASS32 \
172 #define xph_sizeof (clazz == ELFCLASS32 \
175 #define xph_type (clazz == ELFCLASS32 \
178 #define xph_offset CAST(off_t, (clazz == ELFCLASS32
1829 int clazz; local
    [all...]

Completed in 30 milliseconds