| /openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| D | Mutations.cpp | 30 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()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| 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 …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | SymbolTableListTraits.h | 83 ListTy *Anchor = static_cast<ListTy *>(this); in getListOwner() local 84 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| D | RewriteRule.cpp | 90 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()
|
| /openbsd/src/gnu/llvm/llvm/utils/yaml-bench/ |
| D | YAMLBench.cpp | 91 StringRef Anchor = n->getAnchor(); in dumpNode() local 92 if (!Anchor.empty()) in dumpNode() 93 outs() << "&" << Anchor << " "; in dumpNode()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
| D | RewriteRule.h | 140 EditGenerator noopEdit(RangeSelector Anchor); 144 ASTEdit note(RangeSelector Anchor, TextGenerator Note);
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | CommentCommands.td | 99 def Anchor : InlineCommand<"anchor">;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 494 SDValue Anchor = Base.getOperand(0); in expandAddress() local 496 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
|
| D | SystemZISelLowering.cpp | 3220 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local 3221 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor); in lowerGlobalAddress() 3226 Offset -= Anchor; in lowerGlobalAddress() 3229 DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset); in lowerGlobalAddress()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | xhtml10.t | 602 is $results, <<'EOF', 'Anchor =item directives';
|
| /openbsd/src/gnu/usr.bin/texinfo/po/ |
| 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��ӳ�䵽ͬһ���ļ���"
|
| D | texinfo.pot | 2437 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | de_AT.po | 2438 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | he.po | 2627 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | ja.po | 2660 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | zh_TW.po | 2552 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | hr.po | 2584 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | da.po | 2650 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | eo.po | 2671 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | nl.po | 2602 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | de.po | 2810 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| D | no.po | 2685 msgid "Anchor `%s' and node `%s' map to the same file name"
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | YAMLParser.cpp | 1941 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CodingStandards.rst | 1279 Provide a Virtual Method Anchor for Classes in Headers
|
| /openbsd/src/sys/dev/usb/ |
| D | usbdevs | 170 vendor ANCHOR 0x0547 Anchor Chips 941 /* Anchor products */
|