Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.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/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.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()
266 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) {
429 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
431 : Node(NK_Mapping, D, Anchor, Tag), Type(MT) {}
484 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRe
259 BlockScalarNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,StringRef Value,StringRef RawVal) BlockScalarNode() argument
424 MappingNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,MappingType MT) MappingNode() argument
479 SequenceNode(std::unique_ptr<Document> & D,StringRef Anchor,StringRef Tag,SequenceType ST) SequenceNode() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h84 ListTy *Anchor = static_cast<ListTy *>(this); in getListOwner()
85 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
83 ListTy *Anchor = static_cast<ListTy *>(this); getListOwner() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.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/contrib/libxo/doc/
H A Dxolint-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:
H A Dfield-roles.rst285 .. index:: Field Roles; Anchor
288 The Anchor Roles ({[:} and {]:})
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h140 EditGenerator noopEdit(RangeSelector Anchor);
144 ASTEdit note(RangeSelector Anchor, TextGenerator Note);
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc108 PFCTL_TEST(0100, "Anchor with multiple path components")
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp303 case InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
652 case InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td100 def Anchor : InlineCommand<"anchor">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp513 SDValue Anchor = Base.getOperand(0); in expandAddress() local
515 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
H A DSystemZISelLowering.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/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp474 /// Scan an Alias or Anchor starting with * or &.
675 OS << "Anchor: "; in dumpTokens()
1958 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in getVerbatimTag()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1744 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
H A DTextNodeDumper.cpp1014 case comments::InlineCommandRenderKind::Anchor: in visitInlineCommandComment()
/freebsd/sys/dev/usb/
H A Dusbdevs235 vendor ANCHOR 0x0547 Anchor Chips
1127 /* Anchor products */
/freebsd/share/misc/
H A Dusb_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)
H A Dpci_vendors17755 12be Anchor Chips Inc.
17758 12be 3042 Anchor Chips Lite Evaluation Board
22864 c070 u.trust Anchor Hardware Security Module cs7.2 Series
22865 c071 u.trust Anchor Hardware Security Module cs7.3 Series
22866 c072 u.trust Anchor Hardware Security Module cs7.3 Series Virtual Function
/freebsd/contrib/unbound/doc/
H A DChangelog2344 - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor