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

  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 24 void MachineModuleInfoMachO::Anchor() {}
25 void MachineModuleInfoELF::Anchor() {}
  /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 52 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
53 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
InstrTypes.h 640 virtual void Anchor() const; // Out of line virtual method.
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 28 virtual void Anchor(); // Out of line method.
  /external/pcre/
pcrecpp.h 279 // anchor your match at the beginning of the string. For example, you
632 enum Anchor {
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
    [all...]
pcrecpp.cc 111 pcre* RE::Compile(Anchor anchor) {
131 if (anchor != ANCHOR_BOTH) {
505 Anchor anchor,
509 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
526 if (anchor != UNANCHORED)
559 Anchor anchor,
566 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() {}
  /external/llvm/include/llvm/MC/
MCExpr.h 422 virtual void Anchor();
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/llvm/lib/MC/
MCExpr.cpp 242 void MCTargetExpr::Anchor() {}
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 1001 milliseconds