Searched defs:Prog (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) {
23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) {
31 void Prog::Inst::InitCapture(int cap, uint32 out) {
37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) {
43 void Prog::Inst::InitMatch(int32 id) {
49 void Prog::Inst::InitNop(uint32 out) {
54 void Prog::Inst::InitFail() {
59 string Prog::Inst::Dump() {
93 Prog::Prog() function in class:re2::Prog
[all...]
H A Dprog.h78 class Prog { class in namespace:re2
80 Prog();
81 ~Prog();
98 int id(Prog* p) { return this - p->inst_; }
108 bool greedy(Prog *p) {
168 friend class Prog;
332 // Compiles a collection of regexps to Prog. Each regexp will have
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
371 DISALLOW_EVIL_CONSTRUCTORS(Prog);
/external/regex-re2/re2/
H A Dprog.cc17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) {
23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) {
31 void Prog::Inst::InitCapture(int cap, uint32 out) {
37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) {
43 void Prog::Inst::InitMatch(int32 id) {
49 void Prog::Inst::InitNop(uint32 out) {
54 void Prog::Inst::InitFail() {
59 string Prog::Inst::Dump() {
93 Prog::Prog() function in class:re2::Prog
[all...]
H A Dprog.h78 class Prog { class in namespace:re2
80 Prog();
81 ~Prog();
98 int id(Prog* p) { return this - p->inst_; }
108 bool greedy(Prog *p) {
168 friend class Prog;
332 // Compiles a collection of regexps to Prog. Each regexp will have
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
371 DISALLOW_EVIL_CONSTRUCTORS(Prog);
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp207 std::string Prog; local
209 Prog = sys::FindProgramByName("valgrind");
211 Prog = tool;
218 int result = sys::ExecuteAndWait(Prog, Args.data(), nullptr,
H A DMiscompilation.cpp652 Module *Prog = BD.getProgram(); local
653 for (Module::iterator I = Prog->begin(), E = Prog->end(); I != E; ++I)

Completed in 298 milliseconds