| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| TypeLocVisitor.h | 29 #define ABSTRACT_TYPELOC(CLASS, PARENT) 30 #define TYPELOC(CLASS, PARENT) \ 39 #define ABSTRACT_TYPELOC(CLASS, PARENT) 40 #define TYPELOC(CLASS, PARENT) \ 47 #define TYPELOC(CLASS, PARENT) \ 49 DISPATCH(PARENT); \
|
| TypeVisitor.h | 53 /// \c TypeVisitor dispatches call to the method that handles parent type. In 71 #define ABSTRACT_TYPE(CLASS, PARENT) 72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); 80 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ 81 DISPATCH(PARENT); \
|
| CommentVisitor.h | 34 #define COMMENT(CLASS, PARENT) \ 45 #define COMMENT(CLASS, PARENT) \ 46 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); }
|
| StmtVisitor.h | 108 #define STMT(CLASS, PARENT) \ 116 #define STMT(CLASS, PARENT) \ 117 RetTy Visit ## CLASS(PTR(CLASS) S, ParamTys... P) { DISPATCH(PARENT, PARENT); }
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_wildcard/ |
| tests_replayed_parent_wildcard.py | 30 PARENT = "f045.test." 31 CHILD = f"child.{PARENT}" 32 QUERY = f"q.{PARENT}" 71 keys = {zone: _make_key(zone) for zone in [PARENT, CHILD]} 75 parent_dnskey = "".join(keys[PARENT]["dnskey"].split()[3:]) 121 response = _query(RESOLVER, PARENT, "SOA") 124 assert _rrset(response, response.answer, PARENT, dns.rdatatype.SOA) is not None 125 _check_signed_rrset(response, response.answer, PARENT, dns.rdatatype.SOA, PARENT) 135 _check_signed_rrset(response, response.answer, QUERY, dns.rdatatype.MX, PARENT) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_nsec3/ans1/ |
| f025.py | 32 PARENT = "f025.test." 33 CHILD = f"evil.{PARENT}" 34 PARENT_NS = f"ns.{PARENT}" 81 def add_tight_parent_nsec3(section: list[dns.rrset.RRset], parent: Key) -> None: 84 PARENT, 91 add_signed(section, covered, parent) 113 domains = [PARENT, CHILD] 119 self.parent = name(PARENT) 133 parent_key = self.keys[PARENT] [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbt.c | 61 * XXXDCL Since parent pointers were added in again, I could remove all of the 167 uintptr_t down, uintptr_t parent, uintptr_t data, uint64_t *crc); 170 serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent, 185 char *adjusted_address = (char *)(node->parent); 231 #define PARENT(node) ((node)->parent) 291 * being wholly handled by parent pointers (which didn't exist, because 361 * Upper node is the parent of the root of the passed node's 400 node = PARENT(node); 578 uintptr_t down, uintptr_t parent, uintptr_t data 1195 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local 2156 dns_rbtnode_t *parent; local 2553 dns_rbtnode_t *child, *root, *parent, *grandparent; local 2658 dns_rbtnode_t *child, *sibling, *parent; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| TypeLoc.cpp | 43 #define ABSTRACT_TYPELOC(CLASS, PARENT) 44 #define TYPELOC(CLASS, PARENT) \ 62 #define ABSTRACT_TYPELOC(CLASS, PARENT) 63 #define TYPELOC(CLASS, PARENT) \ 82 #define ABSTRACT_TYPELOC(CLASS, PARENT) 83 #define TYPELOC(CLASS, PARENT) \ 112 #define ABSTRACT_TYPELOC(CLASS, PARENT) 113 #define TYPELOC(CLASS, PARENT) \ 135 #define ABSTRACT_TYPELOC(CLASS, PARENT) 136 #define TYPELOC(CLASS, PARENT) \ [all...] |
| Comment.cpp | 24 #define COMMENT(CLASS, PARENT) \ 39 #define COMMENT(CLASS, PARENT) \ 70 #define COMMENT(CLASS, PARENT) \ 86 #define COMMENT(CLASS, PARENT) \ 100 #define COMMENT(CLASS, PARENT) \
|
| ASTTypeTraits.cpp | 88 NodeKindId Parent = Kind1.KindId; 89 while (!isBaseOf(Parent, Kind2.KindId, nullptr) && Parent != NKI_None) { 90 Parent = AllKindInfo[Parent].ParentId; 92 return ASTNodeKind(Parent); 108 #define STMT(CLASS, PARENT) \
|
| TypePrinter.cpp | 128 #define ABSTRACT_TYPE(CLASS, PARENT) 129 #define TYPE(CLASS, PARENT) \ 328 #define ABSTRACT_TYPE(CLASS, PARENT) 329 #define TYPE(CLASS, PARENT) case Type::CLASS: \ 354 #define ABSTRACT_TYPE(CLASS, PARENT) 355 #define TYPE(CLASS, PARENT) case Type::CLASS: \
|
| Stmt.cpp | 64 #define STMT(CLASS, PARENT) \ 84 #define STMT(CLASS, PARENT) \ 92 #define STMT(CLASS, PARENT) \ 96 #define INITLISTEXPR(CLASS, PARENT)
|
| ASTStructuralEquivalence.cpp | 341 // calls the TraverseStmt overload of the parent class. For example, 344 #define STMT(CLASS, PARENT) \ 346 if (!TraverseStmt(static_cast<const PARENT *>(S1), \ 347 static_cast<const PARENT *>(S2))) \ 371 #define STMT(CLASS, PARENT) \
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec_grandparent/ |
| tests_nsec_grandparent.py | 23 PARENT = "p031.test." 24 CHILD = f"c.{PARENT}" 73 keys = {PARENT: _make_key()} 75 parent_dnskey = "".join(keys[PARENT]["dnskey"].split()[3:]) 156 grandparent p031.test rather than by the real parent c.p031.test. If 163 _check_signed_rrset(child_ds, child_ds.answer, CHILD, dns.rdatatype.DS, PARENT) 179 PARENT,
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec_piggyback/ |
| tests_nsec_piggyback.py | 24 PARENT = "p22.hack." 25 CHILD = f"c.{PARENT}" 27 PRIME_NX = f"0.{PARENT}" 28 VICTIM = f"victim.{PARENT}" 29 AAC = f"aac.{PARENT}" 30 STUFFED_ENT = f"t.{PARENT}" 31 STUFFED_RANGE = f"aab.{PARENT}" 70 keys = {PARENT: _make_key()} 74 parent_dnskey = "".join(keys[PARENT]["dnskey"].split()[3:]) 125 # Caches parent SOA at dns_trust_secur [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_parent_rrsig/ans1/ |
| ans.py | 33 PARENT = "f044.test." 34 CHILD = f"child.{PARENT}" 35 QUERY = f"q.{PARENT}" 54 path = Path(__file__).resolve().parent / "keys.json" 111 def add_parent_signed_carrier(response: dns.message.Message, parent: Key) -> None: 117 # svc.child.f044.hack. 300 IN RRSIG ... f044.hack. (signer is the parent) 118 add_signed(response.answer, rrset(QUERY, dns.rdatatype.MX, f"10 {SERVICE}"), parent) 119 add_signed(response.additional, rrset(SERVICE, dns.rdatatype.A, FORGED_A), parent) 125 self.parent = name(PARENT) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsec_grandparent/ans1/ |
| ans.py | 33 PARENT = "p031.test." 34 CHILD = f"c.{PARENT}" 55 path = Path(__file__).resolve().parent / "keys.json" 57 raw_key = json.load(keys_file)[PARENT] 66 return Key(name(PARENT), private_key, dnskey) 94 PARENT, 96 f"ns.{PARENT} hostmaster.{PARENT} 1 3600 600 86400 300", 118 owner = f"{digest}.{PARENT}" 139 self.parent = name(PARENT [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| TypeLocBuilder.cpp | 32 #define ABSTRACT_TYPELOC(CLASS, PARENT) 33 #define TYPELOC(CLASS, PARENT) \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| SymbolTableListTraits.h | 43 /// Template metafunction to get the parent type for a symbol table list. 49 #define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) \ 50 template <> struct SymbolTableListParentType<NODE> { using type = PARENT; }; 108 /// List that automatically updates parent links and symbol tables. 111 /// symbol table will be automatically updated. Similarly, parent links get
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_nsec3/ |
| tests_nsec3_wrong_zone.py | 23 PARENT = "f025.test." 24 CHILD = f"evil.{PARENT}" 64 keys = {zone: _make_key(zone) for zone in [PARENT, CHILD]} 66 zone_dnskey = "".join(keys[PARENT]["dnskey"].split()[3:]) 124 assert _has_nsec3_signed_by(response, PARENT), response.to_text()
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec_parent_rrsig/ |
| tests_parent_rrsig.py | 23 PARENT = "f044.test." 24 CHILD = f"child.{PARENT}" 25 QUERY = f"q.{PARENT}" 64 keys = {zone: _make_key(zone) for zone in [PARENT, CHILD]} 66 parent_dnskey = "".join(keys[PARENT]["dnskey"].split()[3:]) 102 # under the zone cut but signed by the parent zone. It is cached as 109 _check_rrsig(response, response.additional, SERVICE, dns.rdatatype.A, PARENT) 125 # Query for the A directly; the parent's answer should now be
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec_piggyback/ans1/ |
| ans.py | 34 PARENT = "p22.hack." 35 CHILD = f"c.{PARENT}" 37 VICTIM = f"victim.{PARENT}" 38 AAC = f"aac.{PARENT}" 39 CHILD_NEXT = f"ns1.{PARENT}" 41 PRIME_NX = f"0.{PARENT}" 119 return nsec_rrset(PARENT, AAC, "NS", "SOA", "RRSIG", "NSEC", "DNSKEY") 127 return nsec_rrset(f"t.{PARENT}", f"sub.{VICTIM}", "A", "RRSIG", "NSEC") 131 return nsec_rrset(f"aab.{PARENT}", f"az.{PARENT}", "A", "RRSIG", "NSEC" [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/nsec_synthesis/ |
| tests_nsec_selfloop.py | 19 PARENT = "f007.test." 22 VICTIM = f"victim.{PARENT}" 49 parent_ksk = keygen(f"-f KSK {PARENT}", cwd="ns3").out.strip() 50 keygen(PARENT, cwd="ns3") 67 $ORIGIN {PARENT} 77 signer(f"-o {PARENT} -f f007.test.db.signed f007.test.db", cwd="ns3")
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CursorVisitor.h | 45 CXCursor parent; member in class:clang::cxcursor::VisitorJob 49 : parent(C), K(k) { 57 const CXCursor &getParent() const { return parent; } 76 /// The parent cursor whose children we are traversing. 77 CXCursor Parent; 79 /// The declaration that serves at the parent of any statement or 130 CXCursor &Parent; 135 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, CXCursor NewParent) 136 : Parent(Parent), StmtParent(StmtParent), OldParent(Parent) [all...] |
| /src/usr.bin/midiplay/ |
| midiplay.c | 826 * 1. The delta time at a node is relative to the node's parent's time. 837 #define PARENT(i) ((i - 1) >> 1) 884 for (node = PARENT(ntrks - 1); node --> 0;) 899 for (ancest = PARENT(ntrks); ancest > 0; ancest = PARENT(ancest))
|