Home
last modified time | relevance | path

Searched refs:Anchor (Results 1 – 21 of 21) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDMutations.cpp30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() argument
31 assert(Anchor != nullptr); in addAfter()
32 assert(Anchor->Parent != nullptr); in addAfter()
40 auto *P = Anchor->getParent(); in addAfter()
41 P->replaceChildRangeLowLevel(Anchor->getNextSibling(), in addAfter()
42 Anchor->getNextSibling(), New); in addAfter()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLParser.h133 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
155 StringRef getAnchor() const { return Anchor; } in getAnchor()
188 StringRef Anchor; variable
216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument
218 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode()
264 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument
266 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode()
429 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument
431 : Node(NK_Mapping, D, Anchor, Tag), Type(MT) {} in MappingNode()
484 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDSymbolTableListTraits.h84 ListTy *Anchor = static_cast<ListTy *>(this); in getListOwner() local
85 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDRewriteRule.cpp90 EditGenerator transformer::noopEdit(RangeSelector Anchor) { in noopEdit() argument
91 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit()
93 Expected<CharSourceRange> Range = Anchor(Result); in noopEdit()
133 ASTEdit transformer::note(RangeSelector Anchor, TextGenerator Note) { in note() argument
135 E.TargetRange = transformer::before(Anchor); in note()
/freebsd-14-stable/contrib/libxo/doc/
HDxolint-errors.rst364 'Anchor content should be decimal width'
367 The message "Anchor content should be decimal width" can be caused by code like:
386 'Anchor format should be "%d"'
389 The message "Anchor format should be "%d"" can be caused by code like:
406 'Anchor cannot have both format and encoding format")'
409 The message "Anchor cannot have both format and encoding format")" can be caused by code like:
HDfield-roles.rst285 .. index:: Field Roles; Anchor
288 The Anchor Roles ({[:} and {]:})
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
HDRewriteRule.h140 EditGenerator noopEdit(RangeSelector Anchor);
144 ASTEdit note(RangeSelector Anchor, TextGenerator Note);
/freebsd-14-stable/sbin/pfctl/tests/
HDpfctl_test_list.inc108 PFCTL_TEST(0100, "Anchor with multiple path components")
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp303 case InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
652 case InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentCommands.td100 def Anchor : InlineCommand<"anchor">;
HDComment.h331 Anchor
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelDAGToDAG.cpp513 SDValue Anchor = Base.getOperand(0); in expandAddress() local
515 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
HDSystemZISelLowering.cpp3520 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
3521 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor); in lowerGlobalAddress()
3526 Offset -= Anchor; in lowerGlobalAddress()
3529 DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset); in lowerGlobalAddress()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentSema.cpp1117 .Case("anchor", InlineCommandRenderKind::Anchor) in getInlineCommandRenderKind()
HDJSONNodeDumper.cpp1744 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
HDTextNodeDumper.cpp1014 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLParser.cpp1958 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
/freebsd-14-stable/sys/dev/usb/
HDusbdevs235 vendor ANCHOR 0x0547 Anchor Chips
1127 /* Anchor products */
/freebsd-14-stable/share/misc/
HDusb_vendors6829 0547 Anchor Chips, Inc.
9163 0605 Anchor C&C Co., Ltd
12078 afe3 FingerLoc Sensor Module (Anchor)
12079 afe4 FingerLoc Sensor Module (Anchor)
12080 afe5 FingerLoc Sensor Module (Anchor)
12081 afe6 FingerLoc Sensor Module (Anchor)
HDpci_vendors17838 12be Anchor Chips Inc.
17841 12be 3042 Anchor Chips Lite Evaluation Board
23029 c070 u.trust Anchor Hardware Security Module cs7.2 Series
23030 c071 u.trust Anchor Hardware Security Module cs7.3 Series
23031 c072 u.trust Anchor Hardware Security Module cs7.3 Series Virtual Function
/freebsd-14-stable/contrib/unbound/doc/
HDChangelog2344 - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor