Home
last modified time | relevance | path

Searched refs:PARENT (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLocVisitor.h29 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() argument
30 #define TYPELOC(CLASS, PARENT) \ in Visit() argument
39 #define ABSTRACT_TYPELOC(CLASS, PARENT) in Visit() argument
40 #define TYPELOC(CLASS, PARENT) \ in Visit() argument
47 #define TYPELOC(CLASS, PARENT) \ argument
49 DISPATCH(PARENT); \
H A DTypeVisitor.h71 #define ABSTRACT_TYPE(CLASS, PARENT) in Visit() argument
72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() argument
80 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ argument
81 DISPATCH(PARENT); \
H A DCommentVisitor.h34 #define COMMENT(CLASS, PARENT) \ in visit() argument
45 #define COMMENT(CLASS, PARENT) \ argument
46 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); }
H A DStmtVisitor.h108 #define STMT(CLASS, PARENT) \ in Visit() argument
116 #define STMT(CLASS, PARENT) \ argument
117 RetTy Visit ## CLASS(PTR(CLASS) S, ParamTys... P) { DISPATCH(PARENT, PARENT); }
H A DRecursiveASTVisitor.h373 #define STMT(CLASS, PARENT) \
381 #define STMT(CLASS, PARENT) \
383 TRY_TO(WalkUpFrom##PARENT(S)); \
518 #define STMT(CLASS, PARENT) \
551 #define STMT(CLASS, PARENT) \
558 #define INITLISTEXPR(CLASS, PARENT) \
H A DComment.h188 #define COMMENT(CLASS, PARENT) CLASS##Kind, argument
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drbt.c400 node = PARENT(node); in dns__rbtnode_getdistance()
1391 PARENT(new_current) = PARENT(current); in dns_rbt_addnode()
2296 PARENT(node) = NULL; in create_node()
2495 PARENT(child) = PARENT(node); in rotate_left()
2528 PARENT(child) = PARENT(node); in rotate_right()
2667 (LEFT(PARENT(item)) == item || RIGHT(PARENT(item)) == item))); in deletefromlevel()
2743 PARENT(successor) = PARENT(item); in deletefromlevel()
2791 PARENT(child) = PARENT(item); in deletefromlevel()
2800 PARENT(child) = PARENT(item); in deletefromlevel()
3010 if ((PARENT(node) != NULL) && (DOWN(PARENT(node)) != node)) { in check_properties_helper()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp43 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument
44 #define TYPELOC(CLASS, PARENT) \ argument
62 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument
63 #define TYPELOC(CLASS, PARENT) \ argument
82 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument
83 #define TYPELOC(CLASS, PARENT) \ argument
112 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument
113 #define TYPELOC(CLASS, PARENT) \ argument
135 #define ABSTRACT_TYPELOC(CLASS, PARENT) in initializeImpl() argument
136 #define TYPELOC(CLASS, PARENT) \ in initializeImpl() argument
[all …]
H A DComment.cpp24 #define COMMENT(CLASS, PARENT) \ argument
39 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() argument
70 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() argument
86 #define COMMENT(CLASS, PARENT) \ in child_begin() argument
100 #define COMMENT(CLASS, PARENT) \ in child_end() argument
H A DTypePrinter.cpp128 #define ABSTRACT_TYPE(CLASS, PARENT) argument
129 #define TYPE(CLASS, PARENT) \ argument
328 #define ABSTRACT_TYPE(CLASS, PARENT) in printBefore() argument
329 #define TYPE(CLASS, PARENT) case Type::CLASS: \ in printBefore() argument
354 #define ABSTRACT_TYPE(CLASS, PARENT) in printAfter() argument
355 #define TYPE(CLASS, PARENT) case Type::CLASS: \ in printAfter() argument
H A DASTTypeTraits.cpp108 #define STMT(CLASS, PARENT) \ in getFromNode() argument
H A DStmt.cpp64 #define STMT(CLASS, PARENT) \ in getStmtInfoTableEntry() argument
84 #define STMT(CLASS, PARENT) \ argument
92 #define STMT(CLASS, PARENT) \ argument
96 #define INITLISTEXPR(CLASS, PARENT) argument
H A DASTStructuralEquivalence.cpp344 #define STMT(CLASS, PARENT) \ argument
346 if (!TraverseStmt(static_cast<const PARENT *>(S1), \
347 static_cast<const PARENT *>(S2))) \
371 #define STMT(CLASS, PARENT) \ in IsEquivalent() argument
H A DMicrosoftMangle.cpp411 #define ABSTRACT_TYPE(CLASS, PARENT) argument
412 #define NON_CANONICAL_TYPE(CLASS, PARENT) argument
413 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T, \ argument
2260 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() argument
2261 #define NON_CANONICAL_TYPE(CLASS, PARENT) \ in mangleType() argument
2265 #define TYPE(CLASS, PARENT) \ in mangleType() argument
H A DItaniumMangle.cpp563 #define ABSTRACT_TYPE(CLASS, PARENT) argument
564 #define NON_CANONICAL_TYPE(CLASS, PARENT) argument
565 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T); argument
2811 #define ABSTRACT_TYPE(CLASS, PARENT) in mangleType() argument
2812 #define NON_CANONICAL_TYPE(CLASS, PARENT) \ in mangleType() argument
2816 #define TYPE(CLASS, PARENT) \ in mangleType() argument
H A DStmtPrinter.cpp161 #define STMT(CLASS, PARENT) \ argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h49 #define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) \ argument
50 template <> struct SymbolTableListParentType<NODE> { using type = PARENT; };
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.cpp32 #define ABSTRACT_TYPELOC(CLASS, PARENT) in pushFullCopy() argument
33 #define TYPELOC(CLASS, PARENT) \ in pushFullCopy() argument
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dvalid-shell.txt23 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s
26 # RUN: FileCheck --check-prefix=MAKE-PARENT-DIR < %t.out %s
30 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s
32 # MAKE-PARENT-DIR: True
33 # REMOVE-PARENT-DIR: False
/netbsd/usr.bin/midiplay/
H A Dmidiplay.c837 #define PARENT(i) ((i - 1) >> 1) macro
884 for (node = PARENT(ntrks - 1); node --> 0;) in BuildHeap()
899 for (ancest = PARENT(ntrks); ancest > 0; ancest = PARENT(ancest)) in ShrinkHeap()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h257 #define ABSTRACT_TYPELOC(CLASS, PARENT) argument
258 #define TYPELOC(CLASS, PARENT) bool Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc); argument
/netbsd/external/gpl3/gdb/dist/gdb/
H A Djit-reader.in106 another block, the parent block can be passed in PARENT. SYMTAB is
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Djit-reader.in106 another block, the parent block can be passed in PARENT. SYMTAB is
/netbsd/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c126 #define DERIVED_FROM_P(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD) argument
/netbsd/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c126 #define DERIVED_FROM_P(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD) argument

12