Searched defs:Anchor (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp24 void MachineModuleInfoMachO::Anchor() {} function in class:MachineModuleInfoMachO
25 void MachineModuleInfoELF::Anchor() {} function in class:MachineModuleInfoELF
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp24 void ValueMapTypeRemapper::Anchor() {} function in class:ValueMapTypeRemapper
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp73 StringRef Anchor = n->getAnchor(); local
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
/external/llvm/lib/MC/
H A DMCExpr.cpp263 void MCTargetExpr::Anchor() {} function in class:MCTargetExpr
/external/regex-re2/util/
H A Dpcre.h445 enum Anchor { enum in class:re2::PCRE
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
494 Anchor anchor,
502 pcre* Compile(Anchor anchor);
/external/llvm/include/llvm/Support/
H A DYAMLParser.h116 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
120 StringRef getAnchor() const { return Anchor; }
158 StringRef Anchor; member in class:llvm::yaml::Node
182 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val) argument
183 : Node(NK_Scalar, D, Anchor)
342 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT) argument
343 : Node(NK_Mapping, D, Anchor)
402 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST) argument
403 : Node(NK_Sequence, D, Anchor)
/external/regex-re2/re2/
H A Dprog.h174 enum Anchor { enum in class:re2::Prog
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind,
300 Anchor anchor, MatchKind kind,
313 Anchor anchor, MatchKind kind,
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
H A Dre2.h410 enum Anchor { enum in class:re2::RE2
412 ANCHOR_START, // Anchor at start only
413 ANCHOR_BOTH, // Anchor at start and end
456 Anchor anchor,
679 Anchor anchor,
/external/llvm/lib/VMCore/
H A DInstructions.cpp2833 void CmpInst::Anchor() const {} function in class:CmpInst
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds