Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DMutations.cpp31 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() argument
32 assert(Anchor != nullptr); in addAfter()
33 assert(Anchor->Parent != nullptr); in addAfter()
41 auto *P = Anchor->getParent(); in addAfter()
42 P->replaceChildRangeLowLevel(Anchor->getNextSibling(), in addAfter()
43 Anchor->getNextSibling(), New); in addAfter()
/netbsd-src/external/apache2/llvm/dist/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()
259 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument
261 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode()
424 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument
426 : Node(NK_Mapping, D, Anchor, Tag), Type(MT) {} in MappingNode()
479 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h83 ListTy *Anchor = static_cast<ListTy *>(this); in getListOwner() local
84 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp91 StringRef Anchor = n->getAnchor(); in dumpNode() local
92 if (!Anchor.empty()) in dumpNode()
93 outs() << "&" << Anchor << " "; in dumpNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp81 EditGenerator transformer::noopEdit(RangeSelector Anchor) { in noopEdit() argument
82 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit()
84 Expected<CharSourceRange> Range = Anchor(Result); in noopEdit()
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Drsrc_unbound_anchor.rc23 VALUE "FileDescription", "Unbound Anchor Utility"
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h137 EditGenerator noopEdit(RangeSelector Anchor);
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dmanaged-keys.inc.rst14 Dynamic Trust Anchor Management
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommands.td91 def Anchor : InlineCommand<"anchor">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp491 SDValue Anchor = Base.getOperand(0); in expandAddress() local
493 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
H A DSystemZISelLowering.cpp3035 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
3036 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor); in lowerGlobalAddress()
3041 Offset -= Anchor; in lowerGlobalAddress()
3044 DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset); in lowerGlobalAddress()
/netbsd-src/external/gpl2/texinfo/dist/po/
H A Dzh_CN.po2602 msgid "Anchor `%s' and node `%s' map to the same file name"
2603 msgstr "Anchor��%s���ͽڵ㡰%s��ӳ�䵽ͬһ���ļ���"
2633 msgstr "Anchor��%s���͡�%s��ӳ�䵽ͬһ���ļ���"
H A Dde_AT.po2438 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dtexinfo.pot2437 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dja.po2660 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dhe.po2627 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dzh_TW.po2552 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dhr.po2584 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dda.po2650 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dnb.po2701 msgid "Anchor `%s' and node `%s' map to the same file name"
H A Dnl.po2602 msgid "Anchor `%s' and node `%s' map to the same file name"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1885 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/
H A Dvalidation.rst604 :alt: DNSSEC Validation with ``.gov`` Trust Anchor
/netbsd-src/sys/dev/usb/
H A Dusbdevs182 vendor ANCHOR 0x0547 Anchor Chips
848 /* Anchor products */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst1274 Provide a Virtual Method Anchor for Classes in Headers

12