HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 24 void MachineModuleInfoMachO::Anchor() {}
25 void MachineModuleInfoELF::Anchor() {}
  /external/regex-re2/re2/
set.h 20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
set.cc 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
17 anchor_ = anchor;
re2.h 141 // anchor your match at the beginning of the string. For example, you
329 // Like Consume(..), but does not anchor the match at the beginning of the
410 enum Anchor {
412 ANCHOR_START, // Anchor at start only
413 ANCHOR_BOTH, // Anchor at start and end
456 Anchor anchor,
679 Anchor anchor,
    [all...]
compile.cc 134 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
210 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
233 RE2::Anchor anchor_; // anchor mode for RE2::Set
951 RE2::Anchor anchor) {
982 anchor_ = anchor;
1091 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
    [all...]
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
re2.cc 505 Anchor re_anchor,
563 // If there is a required prefix, the anchor must be at least ANCHOR_START.
568 Prog::Anchor anchor = Prog::kUnanchored; local
590 if (!prog_->SearchDFA(subtext, text, anchor, kind,
648 anchor = Prog::kAnchored;
674 if (!prog_->SearchDFA(subtext, text, anchor, kind,
708 anchor = Prog::kAnchored;
712 if (can_one_pass && anchor != Prog::kUnanchored) {
717 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
onepass.cc 209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 41 virtual void Anchor(); // Out of line virtual method.
79 virtual void Anchor(); // Out of line virtual method.
  /external/llvm/include/llvm/
SymbolTableListTraits.h 51 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
52 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
InstrTypes.h 391 virtual void anchor();
641 virtual void Anchor() const; // Out of line virtual method.
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 116 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
118 /// @brief Get the value of the anchor attached to this node. If it does not
120 StringRef getAnchor() const { return Anchor; }
158 StringRef Anchor;
182 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val)
183 : Node(NK_Scalar, D, Anchor)
342 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT)
343 : Node(NK_Mapping, D, Anchor)
402 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST)
403 : Node(NK_Sequence, D, Anchor)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 28 virtual void Anchor(); // Out of line method.
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 73 StringRef Anchor = n->getAnchor();
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
  /external/regex-re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
    [all...]
pcre.cc 103 pcre* PCRE::Compile(Anchor anchor) {
119 if (anchor != ANCHOR_BOTH) {
459 Anchor anchor,
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
490 if (anchor != UNANCHORED)
554 Anchor anchor,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement06.js 49 docsLoaded += preload(docRef, "doc", "anchor");
78 The name attribute contains the anchor name.
98 doc = load(docRef, "doc", "anchor");
104 assertEquals("nameLink","Anchor",vname);
doc01.js 49 docsLoaded += preload(docRef, "doc", "anchor");
94 doc = load(docRef, "doc", "anchor");
97 assertEquals("titleLink","NIST DOM HTML Test - Anchor",vtitle);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement06.js 49 docsLoaded += preload(docRef, "doc", "anchor");
78 The name attribute contains the anchor name.
98 doc = load(docRef, "doc", "anchor");
104 assertEquals("nameLink","Anchor",vname);
doc01.js 49 docsLoaded += preload(docRef, "doc", "anchor");
94 doc = load(docRef, "doc", "anchor");
97 assertEquals("titleLink","NIST DOM HTML Test - Anchor",vtitle);
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 24 void ValueMapTypeRemapper::Anchor() {}
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/llvm/include/llvm/MC/
MCExpr.h 449 virtual void Anchor();
  /external/llvm/lib/MC/
MCExpr.cpp 270 void MCTargetExpr::Anchor() {}

Completed in 836 milliseconds

1 2