/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 26 inline uint32_t Hi_32(uint64_t Value) { in Hi_32() 31 inline uint32_t Lo_32(uint64_t Value) { in Lo_32() 102 inline bool isMask_32(uint32_t Value) { in isMask_32() 109 inline bool isMask_64(uint64_t Value) { in isMask_64() 116 inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() 122 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() 128 inline bool isPowerOf2_32(uint32_t Value) { in isPowerOf2_32() 134 inline bool isPowerOf2_64(uint64_t Value) { in isPowerOf2_64() 140 inline uint16_t ByteSwap_16(uint16_t Value) { in ByteSwap_16() 146 inline uint32_t ByteSwap_32(uint32_t Value) { in ByteSwap_32() [all …]
|
/external/v8/src/ |
D | scopeinfo.h | 88 struct Value { struct 89 Value(VariableMode mode, in Value() argument 103 explicit inline Value(uint32_t value) : value_(value) {} in Value() argument 105 uint32_t raw() { return value_; } in raw() 107 VariableMode mode() { return ModeField::decode(value_); } in mode() 109 InitializationFlag initialization_flag() { in initialization_flag() 113 int index() { return IndexField::decode(value_); } in index()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 111 void Write8(uint8_t Value) { in Write8() 115 void WriteLE16(uint16_t Value) { in WriteLE16() 120 void WriteLE32(uint32_t Value) { in WriteLE32() 125 void WriteLE64(uint64_t Value) { in WriteLE64() 130 void WriteBE16(uint16_t Value) { in WriteBE16() 135 void WriteBE32(uint32_t Value) { in WriteBE32() 140 void WriteBE64(uint64_t Value) { in WriteBE64() 145 void Write16(uint16_t Value) { in Write16() 152 void Write32(uint32_t Value) { in Write32() 159 void Write64(uint64_t Value) { in Write64()
|
D | MCAssembler.h | 102 void setParent(MCSectionData *Value) { Parent = Value; } in setParent() 105 void setAtom(MCSymbolData *Value) { Atom = Value; } in setAtom() 108 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder() 202 void setInst(MCInst Value) { Inst = Value; } in setInst() 234 int64_t Value; variable 267 void setEmitNops(bool Value) { EmitNops = Value; } in setEmitNops() 281 int64_t Value; variable 323 int8_t Value; variable 349 const MCExpr *Value; variable 495 void setAlignment(unsigned Value) { Alignment = Value; } in setAlignment() [all …]
|
D | SubtargetFeature.h | 37 uint64_t Value; // K-V integer value member 53 void *Value; // K-V pointer value member
|
/external/bison/src/ |
D | muscle_tab.h | 35 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument 41 #define MUSCLE_INSERT_INT(Key, Value) \ argument 48 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument 55 #define MUSCLE_INSERT_STRING(Key, Value) \ argument 62 #define MUSCLE_OBSTACK_SGROW(Obstack, Value) \ argument 76 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 3 struct Value { struct 4 constexpr Value(int n) : n(n) {} in Value() argument 15 void test(Value v) { in test() argument
|
/external/webkit/Source/WebCore/xml/ |
D | XPathValue.h | 59 Value(unsigned value) : m_type(NumberValue), m_bool(false), m_number(value) {} in Value() function 60 Value(unsigned long value) : m_type(NumberValue), m_bool(false), m_number(value) {} in Value() function 61 Value(double value) : m_type(NumberValue), m_bool(false), m_number(value) {} in Value() function 63 …Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::crea… in Value() function 64 …Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::cr… in Value() function 65 …Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::… in Value() function 66 …Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create())… in Value() function 72 …Value(NodeSet& value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data… in Value() function 95 inline Value::Value(bool value) in Value() function
|
/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()
|
D | InMemoryStruct.h | 43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} in InMemoryStruct() 44 InMemoryStruct(pointer Value) : Target(Value) {} in InMemoryStruct() 45 InMemoryStruct(const InMemoryStruct<T> &Value) { *this = Value; } in InMemoryStruct()
|
/external/llvm/lib/Object/ |
D | MachOObject.cpp | 26 static void SwapValue(T &Value) { in SwapValue() 171 void SwapStruct(macho::SegmentLoadCommand &Value) { in SwapStruct() 189 void SwapStruct(macho::Segment64LoadCommand &Value) { in SwapStruct() 207 void SwapStruct(macho::SymtabLoadCommand &Value) { in SwapStruct() 221 void SwapStruct(macho::DysymtabLoadCommand &Value) { in SwapStruct() 249 void SwapStruct(macho::LinkeditDataLoadCommand &Value) { in SwapStruct() 261 void SwapStruct(macho::IndirectSymbolTableEntry &Value) { in SwapStruct() 275 void SwapStruct(macho::Section &Value) { in SwapStruct() 297 void SwapStruct(macho::Section64 &Value) { in SwapStruct() 320 void SwapStruct(macho::RelocationEntry &Value) { in SwapStruct() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineCodeEmitter.h | 33 class Value; variable 180 void emitULEB128Bytes(uint64_t Value) { in emitULEB128Bytes() 191 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() 216 void emitInt32(int32_t Value) { in emitInt32() 226 void emitInt64(uint64_t Value) { in emitInt64() 236 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 242 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() 219 void emitInt32(uint32_t Value) { in emitInt32() 229 void emitInt64(uint64_t Value) { in emitInt64() 239 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 245 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
D | p1.cpp | 25 struct Value { struct 27 void set(T value) {} // expected-note{{lookup in the object type 'Value' refers here}} in set() argument 30 Value v; in resolves_to_same() argument
|
/external/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 43 virtual void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {} in EmitAssignment() 60 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {} in EmitELFSize() 71 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() 73 virtual void EmitULEB128Value(const MCExpr *Value) {} in EmitULEB128Value() 74 virtual void EmitSLEB128Value(const MCExpr *Value) {} in EmitSLEB128Value() 75 virtual void EmitGPRel32Value(const MCExpr *Value) {} in EmitGPRel32Value() 76 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, in EmitValueToAlignment() 84 unsigned char Value = 0) { return false; } in EmitValueToOffset()
|
D | MCObjectStreamer.cpp | 63 const MCExpr *MCObjectStreamer::AddValueSymbols(const MCExpr *Value) { in AddValueSymbols() 91 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() 131 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value() 141 void MCObjectStreamer::EmitSLEB128Value(const MCExpr *Value) { in EmitSLEB128Value() 236 unsigned char Value) { in EmitValueToOffset() 258 void MCObjectStreamer::EmitGPRel32Value(const MCExpr *Value) { in EmitGPRel32Value()
|
D | MCSymbol.cpp | 45 const MCExpr *Value = S->getVariableValue(); in AliasedSymbol() local 54 void MCSymbol::setVariableValue(const MCExpr *Value) { in setVariableValue()
|
/external/webkit/Source/WebCore/platform/ |
D | HashTools.h | 47 struct Value { struct 55 const Value* findValue(register const char* str, register unsigned int len); argument
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 155 void setMCRelaxAll(bool Value) { MCRelaxAll = Value; } in setMCRelaxAll() 163 void setMCSaveTempLabels(bool Value) { MCSaveTempLabels = Value; } in setMCSaveTempLabels() 169 void setMCNoExecStack(bool Value) { MCNoExecStack = Value; } in setMCNoExecStack() 175 void setMCUseLoc(bool Value) { MCUseLoc = Value; } in setMCUseLoc() 181 void setMCUseCFI(bool Value) { MCUseCFI = Value; } in setMCUseCFI() 189 void setMCUseDwarfDirectory(bool Value) { MCUseDwarfDirectory = Value; } in setMCUseDwarfDirectory()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 186 long long Value; in LexDigit() local 221 long long Value; in LexDigit() local 259 long long Value; in LexDigit() local 288 long long Value; in LexSingleQuote() local
|
/external/llvm/unittests/Support/ |
D | raw_ostream_test.cpp | 19 template<typename T> std::string printToString(const T &Value) { in printToString() 28 template<typename T> std::string printToString(const T &Value, in printToString() 42 template<typename T> std::string printToStringUnbuffered(const T &Value) { in printToStringUnbuffered()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 26 uint64_t Value, in resolveRelocation() 79 uint64_t Value, in resolveI386Relocation() 108 uint64_t Value, in resolveX86_64Relocation() 150 uint64_t Value, in resolveARMRelocation() 214 RelocationValueRef Value; in processRelocationRef() local
|
/external/clang/include/clang/Driver/ |
D | Option.h | 107 void setUnsupported(bool Value) { Unsupported = Value; } in setUnsupported() 110 void setLinkerInput(bool Value) { LinkerInput = Value; } in setLinkerInput() 113 void setNoOptAsInput(bool Value) { NoOptAsInput = Value; } in setNoOptAsInput() 118 void setRenderStyle(RenderStyleKind Value) { RenderStyle = Value; } in setRenderStyle() 121 void setDriverOption(bool Value) { DriverOption = Value; } in setDriverOption() 124 void setNoArgumentUnused(bool Value) { NoArgumentUnused = Value; } in setNoArgumentUnused() 127 void setNoForward(bool Value) { NoForward = Value; } in setNoForward()
|
/external/llvm/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 228 static inline int64_t truncateToSize(int64_t Value, unsigned Bytes) { in truncateToSize() 251 void PTXMCAsmStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment() 285 void PTXMCAsmStreamer::EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {} in EmitELFSize() 360 void PTXMCAsmStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() 391 void PTXMCAsmStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value() 397 void PTXMCAsmStreamer::EmitSLEB128Value(const MCExpr *Value) { in EmitSLEB128Value() 403 void PTXMCAsmStreamer::EmitGPRel32Value(const MCExpr *Value) { in EmitGPRel32Value() 430 int64_t Value, in EmitValueToAlignment() 482 unsigned char Value) {return false;} in EmitValueToOffset()
|
/external/llvm/include/llvm/Assembly/ |
D | AssemblyAnnotationWriter.h | 25 class Value; variable 58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} in printInfoComment()
|