Home
last modified time | relevance | path

Searched refs:OBOL (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/nvi/regex/
H A Dregex2.h82 #define OBOL (3) /* left anchor - */ macro
H A Dengine.c334 case OBOL: in dissect()
514 case OBOL: in backref()
875 case OBOL: in step()
H A Dregcomp.c380 EMIT(OBOL, 0); in p_ere_exp()
519 EMIT(OBOL, 0); in p_bre()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h80 #define OBOL (3LU<<OPSHIFT) /* left anchor - */ macro
H A Dregcomp.c480 EMIT(OBOL, 0); in p_ere_exp()
638 EMIT(OBOL, 0); in p_bre()
H A Dregengine.inc377 case OBOL:
561 case OBOL:
939 case OBOL:
/freebsd/lib/libc/regex/
H A Dregex2.h86 #define OBOL (3L<<OPSHIFT) /* left anchor - */ macro
H A Dengine.c456 case OBOL: in dissect()
676 case OBOL: in backref()
1028 case OBOL: in step()
H A Dregcomp.c440 EMIT(OBOL, 0); in p_ere_exp()
742 EMIT(OBOL, 0); in p_bre_pre_parse()
1924 case OBOL:
/freebsd/lib/libc/regex/grot/
H A Ddebug.c96 case OBOL:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c159 case OBOL: in s_print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp453 if (auto *OBOL = dyn_cast<OverflowingBinaryOperator>(LE)) { in cmpConstants() local
456 cmpNumbers(OBOL->hasNoUnsignedWrap(), OBOR->hasNoUnsignedWrap())) in cmpConstants()
459 cmpNumbers(OBOL->hasNoSignedWrap(), OBOR->hasNoSignedWrap())) in cmpConstants()