HomeSort by: relevance | last modified time | path
    Searched defs:get_kind (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-logical-location.cc 111 tree_logical_location::get_kind () const function in class:tree_logical_location
144 current_fndecl_logical_location::get_kind () const function in class:current_fndecl_logical_location
tree-logical-location.cc 111 tree_logical_location::get_kind () const function in class:tree_logical_location
144 current_fndecl_logical_location::get_kind () const function in class:current_fndecl_logical_location
optinfo.h 114 enum optinfo_kind get_kind () const { return m_kind; } function in class:optinfo
157 enum optinfo_item_kind get_kind () const { return m_kind; } function in class:optinfo_item
optinfo.h 114 enum optinfo_kind get_kind () const { return m_kind; } function in class:optinfo
157 enum optinfo_item_kind get_kind () const { return m_kind; } function in class:optinfo_item
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 99 enum point_kind get_kind () const { return m_kind; } function in class:ana::function_point
216 gcc_assert (get_kind () != PK_ORIGIN);
227 enum point_kind get_kind () const function in class:ana::program_point
229 return m_function_point.get_kind ();
246 if (get_kind () == PK_ORIGIN)
program-point.h 99 enum point_kind get_kind () const { return m_kind; } function in class:ana::function_point
216 gcc_assert (get_kind () != PK_ORIGIN);
227 enum point_kind get_kind () const function in class:ana::program_point
229 return m_function_point.get_kind ();
246 if (get_kind () == PK_ORIGIN)
supergraph.h 328 enum edge_kind get_kind () const { return m_kind; } function in class:ana::superedge
436 return (sedge->get_kind () == SUPEREDGE_INTRAPROCEDURAL_CALL
437 || sedge->get_kind () == SUPEREDGE_CALL
438 || sedge->get_kind () == SUPEREDGE_RETURN);
474 return sedge->get_kind () == SUPEREDGE_CALL;
507 return sedge->get_kind () == SUPEREDGE_RETURN;
548 return sedge->get_kind () == SUPEREDGE_CFG_EDGE;
supergraph.h 328 enum edge_kind get_kind () const { return m_kind; } function in class:ana::superedge
436 return (sedge->get_kind () == SUPEREDGE_INTRAPROCEDURAL_CALL
437 || sedge->get_kind () == SUPEREDGE_CALL
438 || sedge->get_kind () == SUPEREDGE_RETURN);
474 return sedge->get_kind () == SUPEREDGE_CALL;
507 return sedge->get_kind () == SUPEREDGE_RETURN;
548 return sedge->get_kind () == SUPEREDGE_CFG_EDGE;
access-diagram.cc 721 enum kind k = get_kind (offset);
730 enum kind get_kind (region_offset offset) const function in class:ana::boundaries
1063 if (boundaries.get_kind (offset) == boundaries::kind::HARD)
1491 switch (m_op.m_base_region->get_kind ())
1998 switch (sval->get_kind ())
2704 ASSERT_EQ_AT (loc, sval->get_kind (), SK_CONSTANT);
2767 ASSERT_EQ (as_bytes->get_kind (), SK_BINOP);
  /src/external/gpl3/gcc.old/dist/gcc/
optinfo.h 114 enum optinfo_kind get_kind () const { return m_kind; } function in class:optinfo
157 enum optinfo_item_kind get_kind () const { return m_kind; } function in class:optinfo_item
optinfo.h 114 enum optinfo_kind get_kind () const { return m_kind; } function in class:optinfo
157 enum optinfo_item_kind get_kind () const { return m_kind; } function in class:optinfo_item
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.h 96 enum point_kind get_kind () const { return m_kind; } function in class:ana::function_point
213 gcc_assert (get_kind () != PK_ORIGIN);
224 enum point_kind get_kind () const function in class:ana::program_point
226 return m_function_point.get_kind ();
243 if (get_kind () == PK_ORIGIN)
program-point.h 96 enum point_kind get_kind () const { return m_kind; } function in class:ana::function_point
213 gcc_assert (get_kind () != PK_ORIGIN);
224 enum point_kind get_kind () const function in class:ana::program_point
226 return m_function_point.get_kind ();
243 if (get_kind () == PK_ORIGIN)
supergraph.h 318 enum edge_kind get_kind () const { return m_kind; } function in class:ana::superedge
426 return (sedge->get_kind () == SUPEREDGE_INTRAPROCEDURAL_CALL
427 || sedge->get_kind () == SUPEREDGE_CALL
428 || sedge->get_kind () == SUPEREDGE_RETURN);
464 return sedge->get_kind () == SUPEREDGE_CALL;
497 return sedge->get_kind () == SUPEREDGE_RETURN;
536 return sedge->get_kind () == SUPEREDGE_CFG_EDGE;
supergraph.h 318 enum edge_kind get_kind () const { return m_kind; } function in class:ana::superedge
426 return (sedge->get_kind () == SUPEREDGE_INTRAPROCEDURAL_CALL
427 || sedge->get_kind () == SUPEREDGE_CALL
428 || sedge->get_kind () == SUPEREDGE_RETURN);
464 return sedge->get_kind () == SUPEREDGE_CALL;
497 return sedge->get_kind () == SUPEREDGE_RETURN;
536 return sedge->get_kind () == SUPEREDGE_CFG_EDGE;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 134 OStreamKind get_kind() const { return Kind; } function in class:llvm::raw_ostream
raw_ostream.h 134 OStreamKind get_kind() const { return Kind; } function in class:llvm::raw_ostream
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 526 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::playback::function
jit-playback.h 526 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::playback::function
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 492 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::playback::function
jit-playback.h 492 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::playback::function
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 91 get_kind (int *is_iso_c) function
268 kind = get_kind (&is_iso_c);
665 kind = get_kind (&is_iso_c);
1284 kind = get_kind (&is_iso_c);
primary.cc 91 get_kind (int *is_iso_c) function
268 kind = get_kind (&is_iso_c);
665 kind = get_kind (&is_iso_c);
1284 kind = get_kind (&is_iso_c);
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 91 get_kind (int *is_iso_c) function
268 kind = get_kind (&is_iso_c);
665 kind = get_kind (&is_iso_c);
1276 kind = get_kind (&is_iso_c);
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 614 get_kind (bool short_mapkind, void *kinds, int idx) function
703 kind = get_kind (short_mapkind, kinds, i);
981 int kind = get_kind (short_mapkind, kinds, i);
1056 && gomp_to_device_kind_p (get_kind (short_mapkind, kinds, i)
1149 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask;
1181 && ((typemask & get_kind (short_mapkind, kinds, i + 1))
1205 if (!GOMP_MAP_POINTER_P ((kind = (get_kind (short_mapkind,
1287 && (get_kind (short_mapkind, kinds, i) & typemask)
1307 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask;
1337 int kind = get_kind (short_mapkind, kinds, i)
    [all...]

Completed in 57 milliseconds

1 2