/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 28 struct Value { struct 29 Value(const MDNode *Var, int64_t i) in Value() argument 33 Value(const MDNode *Var, const ConstantFP *CFP) in Value() argument 37 Value(const MDNode *Var, const ConstantInt *CIP) in Value() argument 41 Value(const MDNode *Var, MachineLocation Loc) in Value() argument 62 bool operator==(const Value &other) const { argument 91 SmallVector<Value, 1> Values; argument
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Value.java | 34 public class Value { class 47 public Value() { in Value() method in Value 54 public Value(byte tag, long value) { in Value() method in Value 62 public Value(byte value) { in Value() method in Value 70 public Value(short value) { in Value() method in Value 78 public Value(int value) { in Value() method in Value 86 public Value(long value) { in Value() method in Value 94 public Value(float value) { in Value() method in Value 102 public Value(double value) { in Value() method in Value 110 public Value(boolean value) { in Value() method in Value [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | StreamWriter.h | 29 T Value; member 45 uint64_t Value; member 75 HexNumber hex(T Value) { in hex() 80 void printEnum(StringRef Label, T Value, in printEnum() 127 void printFlags(StringRef Label, T Value) { in printFlags() 140 void printNumber(StringRef Label, uint64_t Value) { in printNumber() 144 void printNumber(StringRef Label, uint32_t Value) { in printNumber() 148 void printNumber(StringRef Label, uint16_t Value) { in printNumber() 152 void printNumber(StringRef Label, uint8_t Value) { in printNumber() 156 void printNumber(StringRef Label, int64_t Value) { in printNumber() [all …]
|
D | ARMAttributeParser.cpp | 76 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger() local 106 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 127 uint64_t Value = ParseInteger(Data, Offset); in CPU_arch() local 154 uint64_t Value = ParseInteger(Data, Offset); in ARM_ISA_use() local 164 uint64_t Value = ParseInteger(Data, Offset); in THUMB_ISA_use() local 177 uint64_t Value = ParseInteger(Data, Offset); in FP_arch() local 187 uint64_t Value = ParseInteger(Data, Offset); in WMMX_arch() local 199 uint64_t Value = ParseInteger(Data, Offset); in Advanced_SIMD_arch() local 212 uint64_t Value = ParseInteger(Data, Offset); in PCS_config() local 222 uint64_t Value = ParseInteger(Data, Offset); in ABI_PCS_R9_use() local [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 116 void Write8(uint8_t Value) { in Write8() 120 void WriteLE16(uint16_t Value) { in WriteLE16() 125 void WriteLE32(uint32_t Value) { in WriteLE32() 130 void WriteLE64(uint64_t Value) { in WriteLE64() 135 void WriteBE16(uint16_t Value) { in WriteBE16() 140 void WriteBE32(uint32_t Value) { in WriteBE32() 145 void WriteBE64(uint64_t Value) { in WriteBE64() 150 void Write16(uint16_t Value) { in Write16() 157 void Write32(uint32_t Value) { in Write32() 164 void Write64(uint64_t Value) { in Write64()
|
D | MCInstPrinter.h | 82 void setAvailableFeatures(uint64_t Value) { AvailableFeatures = Value; } in setAvailableFeatures() 85 void setUseMarkup(bool Value) { UseMarkup = Value; } in setUseMarkup() 92 void setPrintImmHex(bool Value) { PrintImmHex = Value; } in setPrintImmHex() 95 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; } in setPrintImmHex() 98 …format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Valu… in formatImm()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 255 inline uint32_t Hi_32(uint64_t Value) { in Hi_32() 260 inline uint32_t Lo_32(uint64_t Value) { in Lo_32() 337 inline bool isMask_32(uint32_t Value) { in isMask_32() 344 inline bool isMask_64(uint64_t Value) { in isMask_64() 351 inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() 357 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() 363 inline bool isPowerOf2_32(uint32_t Value) { in isPowerOf2_32() 369 inline bool isPowerOf2_64(uint64_t Value) { in isPowerOf2_64() 375 inline uint16_t ByteSwap_16(uint16_t Value) { in ByteSwap_16() 381 inline uint32_t ByteSwap_32(uint32_t Value) { in ByteSwap_32() [all …]
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 31 int64_t Value; member 215 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 220 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, in visitELF_386_PC32() 232 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64() 236 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, in visitELF_X86_64_PC32() 243 RelocToApply visitELF_X86_64_32(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32() 248 RelocToApply visitELF_X86_64_32S(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32S() 255 RelocToApply visitELF_PPC64_ADDR32(RelocationRef R, uint64_t Value) { in visitELF_PPC64_ADDR32() 261 RelocToApply visitELF_PPC64_ADDR64(RelocationRef R, uint64_t Value) { in visitELF_PPC64_ADDR64() 268 RelocToApply visitELF_PPC_ADDR32(RelocationRef R, uint64_t Value) { in visitELF_PPC_ADDR32() [all …]
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParserCommon.h | 15 inline bool isImmSExti16i8Value(uint64_t Value) { in isImmSExti16i8Value() 21 inline bool isImmSExti32i8Value(uint64_t Value) { in isImmSExti32i8Value() 27 inline bool isImmZExtu32u8Value(uint64_t Value) { in isImmZExtu32u8Value() 31 inline bool isImmSExti64i8Value(uint64_t Value) { in isImmSExti64i8Value() 36 inline bool isImmSExti64i32Value(uint64_t Value) { in isImmSExti64i32Value()
|
/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 55 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() 65 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() 75 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() 86 const T& Value) { in Cases() 92 const char (&S2)[N2], const T& Value) { in Cases() 99 const T& Value) { in Cases() 106 const char (&S4)[N4], const T& Value) { in Cases() 111 R Default(const T& Value) const { in Default()
|
/external/bison/src/ |
D | muscle-tab.h | 38 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument 44 #define MUSCLE_INSERT_INT(Key, Value) \ argument 51 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument 58 #define MUSCLE_INSERT_STRING_RAW(Key, Value) \ argument 65 #define MUSCLE_INSERT_STRING(Key, Value) \ argument 72 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathValue.h | 65 Value(unsigned value) : m_type(NumberValue), m_bool(false), m_number(value) { } in Value() function 66 Value(unsigned long value) : m_type(NumberValue), m_bool(false), m_number(value) { } in Value() function 67 Value(double value) : m_type(NumberValue), m_bool(false), m_number(value) { } in Value() function 69 …Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::crea… in Value() function 70 …Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::cr… in Value() function 71 …Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::… in Value() function 72 …Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create())… in Value() function 80 …Value(PassOwnPtrWillBeRawPtr<NodeSet> value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false… in Value() function 105 inline Value::Value(bool value) in Value() function
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 4 struct Value { struct 5 constexpr Value(int n) : n(n) {} in Value() function 16 void test(Value v) { in test() argument
|
/external/chromium_org/tools/gn/ |
D | value.cc | 11 Value::Value() in Value() function in Value 18 Value::Value(const ParseNode* origin, Type t) in Value() function in Value 25 Value::Value(const ParseNode* origin, bool bool_val) in Value() function in Value 32 Value::Value(const ParseNode* origin, int64 int_val) in Value() function in Value 39 Value::Value(const ParseNode* origin, std::string str_val) in Value() function in Value 48 Value::Value(const ParseNode* origin, const char* str_val) in Value() function in Value 56 Value::Value(const ParseNode* origin, scoped_ptr<Scope> scope) in Value() function in Value 65 Value::Value(const Value& other) in Value() function in Value
|
/external/chromium_org/v8/src/ |
D | scopeinfo.h | 60 struct Value { struct 61 Value(VariableMode mode, InitializationFlag init_flag, in Value() argument 76 explicit inline Value(uint32_t value) : value_(value) {} in Value() function 78 uint32_t raw() { return value_; } in raw() 80 VariableMode mode() { return ModeField::decode(value_); } in mode() 82 InitializationFlag initialization_flag() { in initialization_flag() 86 MaybeAssignedFlag maybe_assigned_flag() { in maybe_assigned_flag() 90 int index() { return IndexField::decode(value_); } in index()
|
/external/chromium_org/components/copresence/ |
D | timed_map_unittest.cc | 14 struct Value { struct 15 Value() : value(0) {} in Value() argument 16 explicit Value(int new_value) : value(new_value) {} in Value() argument 18 int value;
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 25 ELFYAML::ELF_ET &Value) { in enumeration() 37 ELFYAML::ELF_EM &Value) { in enumeration() 198 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() 208 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() 218 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() 245 ELFYAML::ELF_EF &Value) { in bitset() 300 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() 341 ELFYAML::ELF_SHF &Value) { in bitset() 358 IO &IO, ELFYAML::ELF_STT &Value) { in enumeration() 372 IO &IO, ELFYAML::ELF_STV &Value) { in enumeration() [all …]
|
D | COFFYAML.cpp | 27 IO &IO, COFFYAML::COMDATType &Value) { in enumeration() 40 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { in enumeration() 48 IO &IO, COFFYAML::AuxSymbolType &Value) { in enumeration() 53 IO &IO, COFF::MachineTypes &Value) { in enumeration() 78 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() 98 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() 129 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() 137 IO &IO, COFF::RelocationTypeI386 &Value) { in enumeration() 152 IO &IO, COFF::RelocationTypeAMD64 &Value) { in enumeration() 175 IO &IO, COFF::Characteristics &Value) { in bitset() [all …]
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | VariantValueTest.cpp | 24 VariantValue Value = kUnsigned; in TEST() local 36 VariantValue Value = kString; in TEST() local 48 VariantValue Value = VariantMatcher::SingleMatcher(stmt()); in TEST() local 77 VariantValue Value = std::string("A"); in TEST() local 110 VariantValue Value; in TEST() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineCodeEmitter.h | 32 class Value; variable 179 void emitULEB128Bytes(uint64_t Value) { in emitULEB128Bytes() 190 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() 215 void emitInt32(int32_t Value) { in emitInt32() 225 void emitInt64(uint64_t Value) { in emitInt64() 235 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 241 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
D | JITCodeEmitter.h | 34 class Value; variable 194 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() 218 void emitInt32(uint32_t Value) { in emitInt32() 228 void emitInt64(uint64_t Value) { in emitInt64() 238 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 244 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.cpp | 56 int64_t Value = MI->getOperand(OpNum).getImm(); in printU4ImmOperand() local 63 int64_t Value = MI->getOperand(OpNum).getImm(); in printU6ImmOperand() local 70 int64_t Value = MI->getOperand(OpNum).getImm(); in printS8ImmOperand() local 77 int64_t Value = MI->getOperand(OpNum).getImm(); in printU8ImmOperand() local 84 int64_t Value = MI->getOperand(OpNum).getImm(); in printS16ImmOperand() local 91 int64_t Value = MI->getOperand(OpNum).getImm(); in printU16ImmOperand() local 98 int64_t Value = MI->getOperand(OpNum).getImm(); in printS32ImmOperand() local 105 int64_t Value = MI->getOperand(OpNum).getImm(); in printU32ImmOperand() local 112 uint64_t Value = MI->getOperand(OpNum).getImm(); in printAccessRegOperand() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | HashTools.h | 30 struct Value { struct 36 const Value* findValue(register const char* str, register unsigned len); argument
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | statstypes.h | 90 struct Value { struct 91 Value() : name(NULL) {} in Value() function 93 Value(const Value& other) : name(other.name), value(other.value) {} in Value() argument 94 explicit Value(StatsValueName name) : name(name) {} in Value() function 95 Value(StatsValueName name, const std::string& value) in Value() argument 113 const StatsValueName name; argument 127 typedef std::vector<Value> Values; argument
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | APSIntType.h | 28 /* implicit */ APSIntType(const llvm::APSInt &Value) in APSIntType() 38 void apply(llvm::APSInt &Value) const { in apply() 49 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert()
|