Home
last modified time | relevance | path

Searched defs:m_Value (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DSettings.cs15 private static Settings m_Value; field in LzmaAlone.Properties.Settings
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h71 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() function
577 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() function
578 inline bind_ty<const Value> m_Value(const Value *&V) { return V; } in m_Value() function