Searched refs:is_positive (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dast.cc766 return is_positive() && body()->IsAnchoredAtStart();
924 stream()->Add(that->is_positive() ? "+ " : "- ");
H A Dast.h2475 bool is_positive,
2479 is_positive_(is_positive),
2493 bool is_positive() { return is_positive_; } function in class:v8::internal::RegExpLookahead
2474 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Dparser.cc5163 bool is_positive = (type == POSITIVE_LOOKAHEAD); local
5165 is_positive,
H A Djsregexp.cc3999 if (is_positive()) {
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc1148 Matcher<int> is_positive = Gt(0); local
1151 EXPECT_THAT(p, Key(is_positive));
1264 Matcher<int> is_positive = Gt(0); local
1267 EXPECT_THAT(p, Pair(is_positive, _));
1269 EXPECT_THAT(p, Pair(_, is_positive));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2843 Label is_positive; local
2844 __ j(not_sign, &is_positive);
2848 __ bind(&is_positive);
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc2799 Label is_positive; local
2800 __ j(not_sign, &is_positive);
2803 __ bind(&is_positive);

Completed in 1651 milliseconds