HomeSort by relevance Sort by last modified time
    Searched refs:NODE (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 163 The BV_DELTA of each node gives the amount by which to adjust the
169 The BV_VCALL_INDEX of each node, if non-NULL, gives the vtable
195 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
196 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
198 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
199 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
201 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
202 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
204 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
205 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM
    [all...]
name-lookup.h 61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
63 /* True if NODE->value is from a base class of the class which is
65 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited)
281 /* The tree node representing the global scope. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 163 The BV_DELTA of each node gives the amount by which to adjust the
169 The BV_VCALL_INDEX of each node, if non-NULL, gives the vtable
195 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
196 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
198 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
199 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
201 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
202 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
204 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
205 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM
    [all...]
name-lookup.h 61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
63 /* True if NODE->value is from a base class of the class which is
65 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited)
281 /* The tree node representing the global scope. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 163 The BV_DELTA of each node gives the amount by which to adjust the
169 The BV_VCALL_INDEX of each node, if non-NULL, gives the vtable
195 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
196 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
198 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
199 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
201 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
202 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
204 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
205 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM
    [all...]
name-lookup.h 61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
63 /* True if NODE->value is from a base class of the class which is
65 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited)
281 /* The tree node representing the global scope. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 163 The BV_DELTA of each node gives the amount by which to adjust the
169 The BV_VCALL_INDEX of each node, if non-NULL, gives the vtable
195 #define VAR_OR_FUNCTION_DECL_CHECK(NODE) \
196 TREE_CHECK2(NODE,VAR_DECL,FUNCTION_DECL)
198 #define VAR_FUNCTION_OR_PARM_DECL_CHECK(NODE) \
199 TREE_CHECK3(NODE,VAR_DECL,FUNCTION_DECL,PARM_DECL)
201 #define VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK(NODE) \
202 TREE_CHECK4(NODE,VAR_DECL,FUNCTION_DECL,TYPE_DECL,TEMPLATE_DECL)
204 #define BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK(NODE) \
205 TREE_CHECK(NODE,BOUND_TEMPLATE_TEMPLATE_PARM
    [all...]
name-lookup.h 61 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
63 /* True if NODE->value is from a base class of the class which is
65 #define INHERITED_VALUE_BINDING_P(NODE) ((NODE)->value_is_inherited)
281 /* The tree node representing the global scope. */
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 58 typedef struct NODE
60 struct NODE* pLeft;
61 struct NODE* pRight;
62 struct NODE* pNext;
63 struct NODE* pPrevious;
65 } NODE;
69 NODE* pRoot;
70 NODE* pFirst;
75 NODE sNode;
82 NODE sNode
    [all...]
smc_properties_parser.c 116 static NODE* static_listFindNodeElement(NODE* pList,char* pName,bool bIsCaseSensitive)
149 static S_RESULT static_listSortedAddNode(NODE* pList,NODE* pNode)
202 static S_RESULT SMCPropListSortedAdd(LIST* pList,NODE* pNode)
210 TRACE_ERROR("Trying to insert a NULL node name !\n");
223 /* update the first node of the linked list */
233 static NODE* SMCPropListFindElement(LIST* pList,char* pName,bool bIsCaseSensitive)
377 nError=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty);
388 nError=SMCPropListSortedAdd(pPrivatePropertyList,(NODE*)pProperty)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 169 /* Returns nonzero iff NODE is an expression of some kind. */
171 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
173 /* Number of argument-words in each kind of tree-node. */
281 /* In an OMP_CLAUSE node. */
350 /* A tree node can represent a data type, a variable, an expression
351 or a statement. Each node has a TREE_CODE which says what kind of
359 As for the contents of a tree node: there are some fields
361 fields as well. The fields of a node are never accessed directly,
364 /* Every kind of tree node starts with this structure
    [all...]
symtab.h 38 #define HT_LEN(NODE) ((NODE)->len)
39 #define HT_STR(NODE) ((NODE)->str)
53 /* Call back, allocate a node. */
55 /* Call back, allocate something that hangs off a node like a cpp_macro.
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
94 a nonzero value, the node is removed from the table. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 169 /* Returns nonzero iff NODE is an expression of some kind. */
171 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
173 /* Number of argument-words in each kind of tree-node. */
281 /* In an OMP_CLAUSE node. */
350 /* A tree node can represent a data type, a variable, an expression
351 or a statement. Each node has a TREE_CODE which says what kind of
359 As for the contents of a tree node: there are some fields
361 fields as well. The fields of a node are never accessed directly,
364 /* Every kind of tree node starts with this structure
    [all...]
symtab.h 38 #define HT_LEN(NODE) ((NODE)->len)
39 #define HT_STR(NODE) ((NODE)->str)
53 /* Call back, allocate a node. */
55 /* Call back, allocate something that hangs off a node like a cpp_macro.
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
94 a nonzero value, the node is removed from the table. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 169 /* Returns nonzero iff NODE is an expression of some kind. */
171 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
173 /* Number of argument-words in each kind of tree-node. */
281 /* In an OMP_CLAUSE node. */
350 /* A tree node can represent a data type, a variable, an expression
351 or a statement. Each node has a TREE_CODE which says what kind of
359 As for the contents of a tree node: there are some fields
361 fields as well. The fields of a node are never accessed directly,
364 /* Every kind of tree node starts with this structure
    [all...]
symtab.h 38 #define HT_LEN(NODE) ((NODE)->len)
39 #define HT_STR(NODE) ((NODE)->str)
53 /* Call back, allocate a node. */
55 /* Call back, allocate something that hangs off a node like a cpp_macro.
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
94 a nonzero value, the node is removed from the table. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 169 /* Returns nonzero iff NODE is an expression of some kind. */
171 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE)))
173 /* Number of argument-words in each kind of tree-node. */
281 /* In an OMP_CLAUSE node. */
350 /* A tree node can represent a data type, a variable, an expression
351 or a statement. Each node has a TREE_CODE which says what kind of
359 As for the contents of a tree node: there are some fields
361 fields as well. The fields of a node are never accessed directly,
364 /* Every kind of tree node starts with this structure
    [all...]
symtab.h 38 #define HT_LEN(NODE) ((NODE)->len)
39 #define HT_STR(NODE) ((NODE)->str)
53 /* Call back, allocate a node. */
55 /* Call back, allocate something that hangs off a node like a cpp_macro.
88 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
94 a nonzero value, the node is removed from the table. */
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 70 * <p>Maps to Java {@link org.w3c.dom.Node}.</p>
72 public static final QName NODE = new QName("http://www.w3.org/1999/XSL/Transform", "NODE");
  /frameworks/native/libs/binder/
MemoryDealer.cpp 48 template <typename NODE>
51 NODE* mFirst;
52 NODE* mLast;
57 NODE const* head() const { return mFirst; }
58 NODE* head() { return mFirst; }
59 NODE const* tail() const { return mLast; }
60 NODE* tail() { return mLast; }
62 void insertAfter(NODE* node, NODE* newNode)
277 chunk_t* node = new chunk_t(0, mHeapSize \/ kMemoryAlign); local
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 257 local NODE LAST_NODE EXTRA_SPACE
262 NODE="${KEY%%/*}"
264 if [[ "$NODE" == "$KEY" ]]; then
265 NODE=""
268 if [[ "$NODE" != "$LAST_NODE" ]]; then
271 LAST_NODE="$NODE"
272 [[ "$NODE" ]] && echo " <sdk:$NODE>" >> "$OUT"
353 # Parse the libs for an addon and generate the <libs> node
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 300 (&(((struct c_common_identifier *) (id))->node))
302 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))
304 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)
310 struct cpp_hashnode node; variable in typeref:struct:cpp_hashnode
402 /* A node for `((void) 0)'. */
405 /* The node for C++ `__null'. */
801 #define STATEMENT_LIST_STMT_EXPR(NODE) \
802 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
805 #define STATEMENT_LIST_HAS_LABEL(NODE) \
806 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 300 (&(((struct c_common_identifier *) (id))->node))
302 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))
304 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)
310 struct cpp_hashnode node; variable in typeref:struct:cpp_hashnode
402 /* A node for `((void) 0)'. */
405 /* The node for C++ `__null'. */
801 #define STATEMENT_LIST_STMT_EXPR(NODE) \
802 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
805 #define STATEMENT_LIST_HAS_LABEL(NODE) \
806 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 300 (&(((struct c_common_identifier *) (id))->node))
302 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))
304 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)
310 struct cpp_hashnode node; variable in typeref:struct:cpp_hashnode
402 /* A node for `((void) 0)'. */
405 /* The node for C++ `__null'. */
801 #define STATEMENT_LIST_STMT_EXPR(NODE) \
802 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
805 #define STATEMENT_LIST_HAS_LABEL(NODE) \
806 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 300 (&(((struct c_common_identifier *) (id))->node))
302 ((enum rid) (((struct c_common_identifier *) (id))->node.rid_code))
304 (((struct c_common_identifier *) (id))->node.rid_code = (unsigned char) code)
310 struct cpp_hashnode node; variable in typeref:struct:cpp_hashnode
402 /* A node for `((void) 0)'. */
405 /* The node for C++ `__null'. */
801 #define STATEMENT_LIST_STMT_EXPR(NODE) \
802 TREE_LANG_FLAG_1 (STATEMENT_LIST_CHECK (NODE))
805 #define STATEMENT_LIST_HAS_LABEL(NODE) \
806 TREE_LANG_FLAG_3 (STATEMENT_LIST_CHECK (NODE))
    [all...]

Completed in 1912 milliseconds

1 2 3