Searched defs:m_Value (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DSettings.cs15 private static Settings m_Value; field in class:LzmaAlone.Properties.Settings
23 if ((Settings.m_Value == null))
26 if ((Settings.m_Value == null))
30 Settings.m_Value = new Settings();
38 return Settings.m_Value;
/external/pdfium/fpdfsdk/javascript/
H A DJS_Value.h93 CJS_Value* GetJSValue() { return &m_Value; }
120 CJS_Value m_Value; member in class:CJS_PropValue
/external/pdfium/core/fxcrt/
H A Dfx_xml.h21 CFX_WideString m_Value; member in class:CXML_AttrItem
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java2139 Object ret = node.m_Value;
2141 node.m_Value = value;
2182 return node.m_Value;
2201 // return node.m_Value;
2224 return node.m_Value;
2242 m_Value = null;
2249 Object m_Value; field in class:ToHTMLStream.Trie.Node
2307 return node.m_Value;
2337 return node.m_Value;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h19 // 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>(); } function in namespace:llvm::PatternMatch
224 /// m_Value - Match a value, capturing it if we match.
225 inline bind_ty<Value> m_Value(Value *&V) { return V; } function in namespace:llvm::PatternMatch
512 /// m_SelectCst<-1, 0>(m_Value(V))
/external/llvm/include/llvm/IR/
H A DPatternMatch.h19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); } function in namespace:llvm::PatternMatch
296 inline bind_ty<Value> m_Value(Value *&V) { return V; } function in namespace:llvm::PatternMatch
764 /// m_SelectCst<-1, 0>(m_Value(V))
1125 if (!m_ICmp(Pred, m_Value(ICmpLHS), m_Value(ICmpRHS)).match(V))
1129 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS));
1228 /// m_Intrinsic<Intrinsic::fabs>(m_Value(
[all...]

Completed in 279 milliseconds