Home
last modified time | relevance | path

Searched refs:neg_match (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dwhitespaces.js54 var neg_match = str.match(/\S/);
59 assertEquals(postfix, neg_match[0]);
61 assertEquals(test_char, neg_match[0]);
/external/llvm/include/llvm/IR/
DPatternMatch.h856 template <typename LHS_t> struct neg_match { struct
859 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() argument
877 template <typename LHS> inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument