Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
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 …]
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DSymbolTableListTraits.h83 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/
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()
/openbsd/src/gnu/llvm/llvm/utils/yaml-bench/
DYAMLBench.cpp91 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/
DRewriteRule.h140 EditGenerator noopEdit(RangeSelector Anchor);
144 ASTEdit note(RangeSelector Anchor, TextGenerator Note);
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DCommentCommands.td99 def Anchor : InlineCommand<"anchor">;
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp494 SDValue Anchor = Base.getOperand(0); in expandAddress() local
496 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
DSystemZISelLowering.cpp3220 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/
Dxhtml10.t602 is $results, <<'EOF', 'Anchor =item directives';
/openbsd/src/gnu/usr.bin/texinfo/po/
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��ӳ�䵽ͬһ���ļ���"
Dtexinfo.pot2437 msgid "Anchor `%s' and node `%s' map to the same file name"
Dde_AT.po2438 msgid "Anchor `%s' and node `%s' map to the same file name"
Dhe.po2627 msgid "Anchor `%s' and node `%s' map to the same file name"
Dja.po2660 msgid "Anchor `%s' and node `%s' map to the same file name"
Dzh_TW.po2552 msgid "Anchor `%s' and node `%s' map to the same file name"
Dhr.po2584 msgid "Anchor `%s' and node `%s' map to the same file name"
Dda.po2650 msgid "Anchor `%s' and node `%s' map to the same file name"
Deo.po2671 msgid "Anchor `%s' and node `%s' map to the same file name"
Dnl.po2602 msgid "Anchor `%s' and node `%s' map to the same file name"
Dde.po2810 msgid "Anchor `%s' and node `%s' map to the same file name"
Dno.po2685 msgid "Anchor `%s' and node `%s' map to the same file name"
/openbsd/src/gnu/llvm/llvm/lib/Support/
DYAMLParser.cpp1941 : Doc(D), TypeID(Type), Anchor(A), Tag(T) { in Node()
/openbsd/src/gnu/llvm/llvm/docs/
DCodingStandards.rst1279 Provide a Virtual Method Anchor for Classes in Headers
/openbsd/src/sys/dev/usb/
Dusbdevs170 vendor ANCHOR 0x0547 Anchor Chips
941 /* Anchor products */

12