/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 31 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 D | YAMLParser.h | 133 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 D | SymbolTableListTraits.h | 83 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 D | YAMLBench.cpp | 91 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 D | RewriteRule.cpp | 81 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 D | rsrc_unbound_anchor.rc | 23 VALUE "FileDescription", "Unbound Anchor Utility"
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 137 EditGenerator noopEdit(RangeSelector Anchor);
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | managed-keys.inc.rst | 14 Dynamic Trust Anchor Management
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentCommands.td | 91 def Anchor : InlineCommand<"anchor">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 491 SDValue Anchor = Base.getOperand(0); in expandAddress() local 493 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
|
H A D | SystemZISelLowering.cpp | 3035 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 D | zh_CN.po | 2602 msgid "Anchor `%s' and node `%s' map to the same file name" 2603 msgstr "Anchor��%s���ͽڵ㡰%s��ӳ�䵽ͬһ���ļ���" 2633 msgstr "Anchor��%s���͡�%s��ӳ�䵽ͬһ���ļ���"
|
H A D | de_AT.po | 2438 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | texinfo.pot | 2437 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | ja.po | 2660 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | he.po | 2627 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | zh_TW.po | 2552 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | hr.po | 2584 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | da.po | 2650 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | nb.po | 2701 msgid "Anchor `%s' and node `%s' map to the same file name"
|
H A D | nl.po | 2602 msgid "Anchor `%s' and node `%s' map to the same file name"
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1885 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
|
/netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
H A D | validation.rst | 604 :alt: DNSSEC Validation with ``.gov`` Trust Anchor
|
/netbsd-src/sys/dev/usb/ |
H A D | usbdevs | 182 vendor ANCHOR 0x0547 Anchor Chips 848 /* Anchor products */
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodingStandards.rst | 1274 Provide a Virtual Method Anchor for Classes in Headers
|