HomeSort by: relevance | last modified time | path
    Searched refs:get_type (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/gprofng/src/
MemObject.h 38 get_type () function in class:MemObj
Histable.h 107 virtual Type get_type () = 0;
150 get_type () function in class:Other
169 get_type () function in class:DbeInstr
207 get_type () function in class:DbeEA
279 get_type () function in class:DbeLine
DataObject.h 51 Histable_type get_type () { return DOBJECT; } function in class:DataObject
IndexObject.h 35 get_type () function in class:IndexObject
SourceFile.h 90 get_type () function in class:SourceFile
MetricList.h 103 get_type () function in class:MetricList
BaseMetricTreeNode.cc 94 switch (item->get_type ())
108 switch (item->get_type ())
170 switch (item->get_type ())
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MemObject.h 38 get_type () function in class:MemObj
Histable.h 107 virtual Type get_type () = 0;
150 get_type () function in class:Other
169 get_type () function in class:DbeInstr
207 get_type () function in class:DbeEA
279 get_type () function in class:DbeLine
DataObject.h 51 Histable_type get_type () { return DOBJECT; } function in class:DataObject
IndexObject.h 35 get_type () function in class:IndexObject
SourceFile.h 90 get_type () function in class:SourceFile
MetricList.h 103 get_type () function in class:MetricList
BaseMetricTreeNode.cc 94 switch (item->get_type ())
108 switch (item->get_type ())
170 switch (item->get_type ())
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-builtins.cc 190 recording::type *t = get_type (type_id);
331 builtins_manager::get_type (enum jit_builtin_type type_id)
469 case BT_VOID: return m_ctxt->get_type (GCC_JIT_TYPE_VOID);
470 case BT_BOOL: return m_ctxt->get_type (GCC_JIT_TYPE_BOOL);
471 case BT_INT: return m_ctxt->get_type (GCC_JIT_TYPE_INT);
472 case BT_UINT: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_INT);
473 case BT_LONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG);
474 case BT_ULONG: return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG);
475 case BT_LONGLONG: return m_ctxt->get_type (GCC_JIT_TYPE_LONG_LONG);
477 return m_ctxt->get_type (GCC_JIT_TYPE_UNSIGNED_LONG_LONG)
    [all...]
libgccjit.cc 459 gcc::jit::recording::context::get_type method, in
474 return (gcc_jit_type *)ctxt->get_type (type);
1214 params[i]->get_type ()->get_debug_string (),
1473 gcc::jit::recording::type *rv_type = rv ? rv->get_type () : nullptr;
1522 f->get_type ()),
1529 f->get_type ()->get_debug_string (),
1540 get_field (i)->get_type ()),
1547 fields_struct->get_field (i)->get_type ()->get_debug_string (),
1603 gcc::jit::recording::type *rv_type = value->get_type ();
1623 field->get_type ()),
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
tut01-hello-world.cc 35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID);
37 ctxt.get_type (GCC_JIT_TYPE_CONST_CHAR_PTR);
54 ctxt.get_type (GCC_JIT_TYPE_INT),
tut02-square.cc 35 gccjit::type int_type = ctxt.get_type (GCC_JIT_TYPE_INT);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 165 if (!(get_type () && other->get_type ()))
168 if (!types_compatible_p (get_type (), other->get_type ()))
184 if (POINTER_TYPE_P (get_type ()))
210 return mgr->get_or_create_widening_svalue (other->get_type (),
223 return mgr->get_or_create_widening_svalue (other->get_type (),
275 return mgr->get_or_create_unknown_svalue (get_type ());
375 int t1 = sval1->get_type () ? TYPE_UID (sval1->get_type ()) : -1
    [all...]
region.cc 308 tree type = get_type ();
326 tree type = get_type ();
372 tree type = get_type ();
418 if (get_type () == NULL_TREE || type == NULL_TREE)
421 && types_compatible_p (get_type (), type))
426 switch (TREE_CODE (get_type ()))
430 tree element_type = TREE_TYPE (get_type ());
456 if (tree field = get_field_at_bit_offset (get_type (),
469 for (tree field = TYPE_FIELDS (get_type ()); field != NULL_TREE;
1019 (sval_ptr->get_type ()
    [all...]
region-model-manager.cc 204 tree type_ = sval_->get_type (); \
301 reg->get_type ());
307 return get_or_create_cast (cast_reg->get_type (),
313 return get_or_create_unknown_svalue (reg->get_type ());
317 initial_svalue *initial_sval = new initial_svalue (reg->get_type (), reg);
364 if (ptr_type == sym_reg->get_pointer ()->get_type ())
402 if (arg->get_type ()
403 && useless_type_conversion_p (arg->get_type (), type))
411 tree inner_type = arg->get_type ();
423 && region_sval->get_type ()
    [all...]
sm.cc 62 if (!sval->get_type ())
64 return POINTER_TYPE_P (sval->get_type ());
store.cc 620 if (tree t = value->get_type ())
735 TREE_TYPE (parent_reg->get_type ()),
769 tree parent_type = parent_reg->get_type ();
886 tree sval_type = sval->get_type ();
1357 = sval_mgr->get_or_create_repeated_svalue (reg->get_type (),
1394 = sval_mgr->get_or_create_unknown_svalue (reg_to_bind->get_type ());
1419 iter_sval->get_type ()));
1461 && sval->get_type ()
1462 && reg->get_type ()
1463 && sval->get_type () != reg->get_type ()
    [all...]
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 272 int get_type(void) const;
  /src/external/bsd/atf/dist/tools/
fs.hpp 240 int get_type(void) const;

Completed in 51 milliseconds

1 2 3 4 5