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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.h 206 class binding_key class in namespace:ana
209 virtual ~binding_key () {}
213 static const binding_key *make (store_manager *mgr, const region *r);
220 static int cmp (const binding_key *, const binding_key *);
371 /* Concrete subclass of binding_key, for describing a non-empty
374 class concrete_binding : public binding_key
439 is_a_helper <const ana::concrete_binding *>::test (const ana::binding_key *key)
452 /* Concrete subclass of binding_key, for describing a symbolic set of
455 class symbolic_binding : public binding_key
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.h 206 class binding_key class in namespace:ana
209 virtual ~binding_key () {}
213 static const binding_key *make (store_manager *mgr, const region *r);
220 static int cmp (const binding_key *, const binding_key *);
338 /* Concrete subclass of binding_key, for describing a concrete range of
341 class concrete_binding : public binding_key
408 /* Concrete subclass of binding_key, for describing a symbolic set of
411 class symbolic_binding : public binding_key
464 typedef hash_map <const binding_key *, const svalue *> map_t
    [all...]

Completed in 27 milliseconds