HomeSort by relevance Sort by last modified time
    Searched refs:decl_type (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
Redeclarable.h 26 template<typename decl_type>
56 DeclLink(PreviousTag, decl_type *D)
68 decl_type *getNext(const decl_type *D) const {
72 return static_cast<decl_type*>(NKL.get<Previous>());
77 const_cast<decl_type *>(D));
80 return static_cast<decl_type*>(Next.get<KnownLatest>().get(D));
83 void setPrevious(decl_type *D) {
88 void setLatest(decl_type *D) {
112 static DeclLink PreviousDeclLink(decl_type *D)
    [all...]
Decl.h     [all...]
DeclBase.h 311 template<typename decl_type> friend class Redeclarable;
    [all...]
DeclTemplate.h 720 template <class decl_type> friend class RedeclarableTemplate;
    [all...]
  /external/selinux/libsepol/tests/
test-deps.c 135 * decl_type name of the unique type found in the module's global
138 static void do_deps_modreq_global(int req_met, int b, const char *policy, const char *decl_type)
174 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
218 * decl_type name of the unique type found in the module's global
221 static void do_deps_modreq_opt(int req_met, int ret_val, int b, const char *policy, const char *decl_type)
254 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vertex.c 137 velems->decl_type[i] =
219 velems->decl_type[i] = translate_vertex_format_to_decltype(f);
220 if (velems->decl_type[i] == SVGA3D_DECLTYPE_MAX) {
svga_state_vdecl.c 102 decls[i].identity.type = svga->curr.velems->decl_type[i];
svga_context.h 237 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */ member in struct:svga_velems_state
  /external/u-boot/scripts/
kernel-doc 295 my $decl_type;
    [all...]
  /external/gemmlowp/meta/generators/
cc_emitter.py 89 def EmitDeclare(self, decl_type, name, value):
90 self.EmitAssign('%s %s' % (decl_type, name), value)
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 4742 const struct glsl_type *decl_type; local
7080 const glsl_type *decl_type = local
    [all...]

Completed in 331 milliseconds