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

  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 27 int64_t getValue() const { return m_Value; }
40 /// m_Value - Value used for filling bytes
41 int64_t m_Value;
AlignFragment.h 28 int64_t getValue() const { return m_Value; }
51 int64_t m_Value;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 52 ValueType& value() { return m_Value; }
54 const ValueType& value() const { return m_Value; }
56 void setValue(const ValueType& pValue) { m_Value = pValue; }
62 ValueType m_Value;
StringEntry.h 37 value_type& value() { return m_Value; }
39 const value_type& value() const { return m_Value; }
43 size_t getValueLength() const { return m_Value.size(); }
45 void setValue(const DataType& pVal) { m_Value = pVal; }
58 DataType m_Value;
76 value_type& value() { return m_Value; }
78 const value_type& value() const { return m_Value; }
82 size_t getValueLength() const { return m_Value.size(); }
101 llvm::StringRef m_Value;
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 40 unsigned m_Value;
43 Node() : m_Init(0), m_Value(0) {}
45 Node(unsigned pInit) : m_Init(pInit), m_Value(pInit) {}
49 inline unsigned getValue() const { return m_Value; }
51 inline void setValue(unsigned pValue) { m_Value = pValue; }
  /external/pdfium/fpdfsdk/javascript/
JS_Value.h 93 CJS_Value* GetJSValue() { return &m_Value; }
120 CJS_Value m_Value;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 101 ValueType value() const { return m_Value; }
119 void setValue(ValueType pValue) { m_Value = pValue; }
138 ValueType m_Value;
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 69 uint64_t value() const { return m_Value; }
71 void setValue(uint64_t pValue) { m_Value = pValue; }
84 uint64_t m_Value;
100 uint64_t value() const { return m_Value; }
102 void setValue(uint64_t pValue) { m_Value = pValue; }
114 uint64_t m_Value;
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 50 FileStatus() : m_Value(StatusError) {}
52 explicit FileStatus(FileType v) : m_Value(v) {}
54 void setType(FileType v) { m_Value = v; }
55 FileType type() const { return m_Value; }
58 FileType m_Value;
  /external/pdfium/core/fxcrt/
fx_xml.h 21 CFX_WideString m_Value;
  /external/swiftshader/third_party/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...]
  /external/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
296 inline bind_ty<Value> m_Value(Value *&V) { return V; }
764 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
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))))) {
64 inline class_match<Value> m_Value() { return class_match<Value>(); }
309 inline bind_ty<Value> m_Value(Value *&V) { return V; }
310 inline bind_ty<const Value> m_Value(const Value *&V) { return V; }
777 /// m_SelectCst<-1, 0>(m_Value(V))
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 772 milliseconds