HomeSort by relevance Sort by last modified time
    Searched defs:m_Value (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
PatternMatch.h 19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
66 /// m_Value() - Match an arbitrary value and ignore it.
67 inline class_match<Value> m_Value() { return class_match<Value>(); }
224 /// m_Value - Match a value, capturing it if we match.
225 inline bind_ty<Value> m_Value(Value *&V) { return V; }
512 /// m_SelectCst<-1, 0>(m_Value(V))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java     [all...]

Completed in 194 milliseconds