| /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
|
| 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)
|
| 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
|
| /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)
|
| 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
|
| /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-recording.h | 1341 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::recording::function 1554 enum gcc_jit_global_kind get_kind () const function in class:gcc::jit::recording::global
|
| /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-recording.h | 1272 enum gcc_jit_function_kind get_kind () const { return m_kind; } function in class:gcc::jit::recording::function 1478 enum gcc_jit_global_kind get_kind () const function in class:gcc::jit::recording::global
|
| /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);
|
| simplify.cc | 120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) function 777 kind = get_kind (BT_CHARACTER, k, name, gfc_default_character_kind); 979 kind = get_kind (BT_REAL, k, "AINT", e->ts.kind); 1044 kind = get_kind (BT_REAL, k, "ANINT", e->ts.kind); 1730 kind = get_kind (BT_INTEGER, k, "CEILING", gfc_default_integer_kind); 1815 kind = get_kind (BT_REAL, k, "CMPLX", gfc_default_complex_kind); 2050 get_kind (BT_INTEGER, kind, "COUNT", 3163 kind = get_kind (BT_INTEGER, k, "FLOOR", gfc_default_integer_kind); 3289 k = get_kind (BT_INTEGER, kind, "IACHAR", gfc_default_integer_kind); 3482 k = get_kind (BT_INTEGER, kind, "ICHAR", gfc_default_integer_kind) [all...] |
| /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);
|
| simplify.cc | 120 get_kind (bt type, gfc_expr *k, const char *name, int default_kind) function 803 kind = get_kind (BT_CHARACTER, k, name, gfc_default_character_kind); 1005 kind = get_kind (BT_REAL, k, "AINT", e->ts.kind); 1070 kind = get_kind (BT_REAL, k, "ANINT", e->ts.kind); 1759 kind = get_kind (BT_INTEGER, k, "CEILING", gfc_default_integer_kind); 1844 kind = get_kind (BT_REAL, k, "CMPLX", gfc_default_complex_kind); 2079 get_kind (BT_INTEGER, kind, "COUNT", 3192 kind = get_kind (BT_INTEGER, k, "FLOOR", gfc_default_integer_kind); 3318 k = get_kind (BT_INTEGER, kind, "IACHAR", gfc_default_integer_kind); 3534 k = get_kind (BT_INTEGER, kind, "ICHAR", gfc_default_integer_kind) [all...] |
| /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...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| target.c | 661 get_kind (bool short_mapkind, void *kinds, int idx) function 750 kind = get_kind (short_mapkind, kinds, i); 1039 int kind = get_kind (short_mapkind, kinds, i); 1115 && gomp_to_device_kind_p (get_kind (short_mapkind, kinds, i) 1209 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask; 1241 && ((typemask & get_kind (short_mapkind, kinds, i + 1)) 1265 if (!GOMP_MAP_POINTER_P ((kind = (get_kind (short_mapkind, 1347 && (get_kind (short_mapkind, kinds, i) & typemask) 1367 int ptr_kind = get_kind (short_mapkind, kinds, j) & typemask; 1397 int kind = get_kind (short_mapkind, kinds, i) [all...] |