Searched refs:is_positive (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | ast.cc | 766 return is_positive() && body()->IsAnchoredAtStart(); in IsAnchoredAtStart() 924 stream()->Add(that->is_positive() ? "+ " : "- "); in VisitLookahead()
|
D | ast.h | 2475 bool is_positive, in RegExpLookahead() argument 2479 is_positive_(is_positive), in RegExpLookahead() 2493 bool is_positive() { return is_positive_; } in is_positive() function
|
D | parser.cc | 5163 bool is_positive = (type == POSITIVE_LOOKAHEAD); in ParseDisjunction() local 5165 is_positive, in ParseDisjunction()
|
D | jsregexp.cc | 3999 if (is_positive()) { in ToNode()
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 1148 Matcher<int> is_positive = Gt(0); in TEST() local 1151 EXPECT_THAT(p, Key(is_positive)); in TEST() 1264 Matcher<int> is_positive = Gt(0); in TEST() local 1267 EXPECT_THAT(p, Pair(is_positive, _)); in TEST() 1269 EXPECT_THAT(p, Pair(_, is_positive)); in TEST()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 2799 Label is_positive; in EmitIntegerMathAbs() local 2800 __ j(not_sign, &is_positive); in EmitIntegerMathAbs() 2803 __ bind(&is_positive); in EmitIntegerMathAbs()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 2843 Label is_positive; in EmitIntegerMathAbs() local 2844 __ j(not_sign, &is_positive); in EmitIntegerMathAbs() 2848 __ bind(&is_positive); in EmitIntegerMathAbs()
|