Searched refs:RegExp_fixedLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h118 unsigned int RegExp_fixedLength(RegExp*);
H A Dactions.c60 unsigned int l1 = RegExp_fixedLength(r->d.AltCatOp.exp1);
62 unsigned int l2 = RegExp_fixedLength(r->d.AltCatOp.exp1);
72 if((l1 = RegExp_fixedLength(r->d.AltCatOp.exp1)) != ~0u )
73 if((l2 = RegExp_fixedLength(r->d.AltCatOp.exp2)) != ~0u)
79 RegExp_fixedLength(RegExp *r) function
H A Dcode.c367 back = RegExp_fixedLength(a->d.rule->d.RuleOp.ctx);

Completed in 136 milliseconds