OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:node_type
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h
576
enum
node_type
enum
645
ENUM_BITFIELD(
node_type
) type : 7; /* CPP node type. */
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h
576
enum
node_type
enum
645
ENUM_BITFIELD(
node_type
) type : 7; /* CPP node type. */
[
all
...]
/external/bluetooth/glib/gobject/
gtype.c
248
#define
NODE_TYPE
(node) (node->supers[0])
265
(node)->supers[(node)->n_supers - (ancestor)->n_supers] ==
NODE_TYPE
(ancestor))
478
if (ftype !=
NODE_TYPE
(node))
529
GType iface_type =
NODE_TYPE
(iface_node);
919
if (entry && entry->vtable == NULL && !type_iface_peek_holder_L (iface,
NODE_TYPE
(node)))
1150
GType
node_type
= NODE_TYPE (node);
local
[
all
...]
Completed in 548 milliseconds