Searched refs:NODE (Results 76 - 95 of 95) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp710 #define HANDLE_NODETYPE(NODE) \
711 case WebAssemblyISD::NODE: \
712 return "WebAssemblyISD::" #NODE;
713 #define HANDLE_MEM_NODETYPE(NODE) HANDLE_NODETYPE(NODE)
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c402 /* Compute the number of bytes occupied by NODE. This routine only
605 /* Return a new node with the same contents as NODE except that its
2781 #define UPDATE_TITCSE(NODE) \
2782 do { tree _node = (NODE); \
6158 /* Complain that the tree code of NODE does not match the expected 0
6201 /* Complain that the tree code of NODE does match the expected 0
7400 #define WALK_SUBTREE(NODE) \
7403 result = walk_tree (&(NODE), func, data, pset); \
7509 #define WALK_SUBTREE_TAIL(NODE) \
7512 tp = & (NODE); \
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtree.c1977 #define WALK_SUBTREE(NODE) \
1980 result = walk_tree (&(NODE), func, data, pset); \
H A Dcall.c115 #define CONVERSION_RANK(NODE) \
116 ((NODE)->bad_p ? cr_bad \
117 : (NODE)->ellipsis_p ? cr_ellipsis \
118 : (NODE)->user_conv_p ? cr_user \
119 : (NODE)->rank)
H A Dpt.c8478 #define RECUR(NODE) \
8479 tsubst_expr ((NODE), args, complain, in_decl, \
8873 #define RECUR(NODE) \
8874 tsubst_copy_and_build (NODE, args, complain, in_decl, \
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c2098 #define WALK_SUBTREE(NODE) \
2101 result = walk_tree (&(NODE), func, data, htab); \
2459 /* Returns true if and only if NODE is a name, i.e., a node created
H A Dparse.y93 #define OP0(NODE) (TREE_OPERAND (NODE, 0))
94 #define OP1(NODE) (TREE_OPERAND (NODE, 1))
H A Dclass.c222 #define VTT_TOP_LEVEL_P(NODE) TREE_UNSIGNED (NODE)
223 #define VTT_MARKED_BINFO_P(NODE) TREE_USED (NODE)
6678 /* Find the enclosing class of the given NODE. NODE can be a *_DECL or
6679 a *_TYPE node. NODE can also be a local class. */
H A Ddecl.c1149 #define BINDING_LEVEL(NODE) ((NODE)->scope.level)
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp338 STRINGIFY_CODE(METADATA, NODE)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprotector.c130 #define TREE_VISITED(NODE) ((NODE)->common.unused_0)
H A Dc-common.c4002 #define WALK_SUBTREE(NODE) \
4005 result = walk_stmt_tree (&(NODE), func, data); \
4437 #define CALLED_AS_BUILT_IN(NODE) \
4438 (!strncmp (IDENTIFIER_POINTER (DECL_NAME (NODE)), "__builtin_", 10))
H A Dbuiltins.c46 #define CALLED_AS_BUILT_IN(NODE) \
47 (!strncmp (IDENTIFIER_POINTER (DECL_NAME (NODE)), "__builtin_", 10))
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h159 #define NODE(NodeKind) K##NodeKind, macro
2364 #define NODE(X) \ macro
2374 #define NODE(X) \ macro
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h159 #define NODE(NodeKind) K##NodeKind, macro
2364 #define NODE(X) \ macro
2374 #define NODE(X) \ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c592 #define IDENTIFIER_GLOBAL_VALUE(NODE) \
593 (((struct lang_identifier *)(NODE))->global_value)
596 #define IDENTIFIER_LOCAL_VALUE(NODE) \
597 (((struct lang_identifier *)(NODE))->local_value)
600 #define IDENTIFIER_LABEL_VALUE(NODE) \
601 (((struct lang_identifier *)(NODE))->label_value)
603 #define IDENTIFIER_INVENTED(NODE) \
604 (((struct lang_identifier *)(NODE))->invented)
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com1636 $ IF myhostname.eqs."" THEN myhostname = F$TRNLNM("SYS$NODE") - "::"
3000 $ IF myname .EQS. "" THEN myname = F$TRNLNM("SYS$NODE")
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13304 #define NODE_NAME_CASE(NODE) \
13305 case RISCVISD::NODE: \
13306 return "RISCVISD::" #NODE;
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl26876 ASCENDING NODE
26879 DESCENDING NODE
[all...]

Completed in 835 milliseconds

1234