/external/curl/lib/ |
D | formdata.h | 42 struct Form { struct 43 struct FormData *data; /* current form line to send */ argument 50 /* used by FormAdd for temporary storage */ argument
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 51 uint16_t Form; // Form for this value. variable 55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() argument
|
D | DWARFAbbreviationDeclaration.h | 25 uint16_t Form; member
|
D | DWARFAcceleratorTable.h | 33 typedef uint16_t Form; typedef
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 38 unsigned Form; variable 85 void AddAttribute(unsigned Attribute, unsigned Form) { in AddAttribute() 91 void AddFirstAttribute(unsigned Attribute, unsigned Form) { in AddFirstAttribute() 161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { in addValue() 378 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
|
D | DwarfCompileUnit.cpp | 54 unsigned Form, uint64_t Integer) { in addUInt() 64 unsigned Form, int64_t Integer) { in addSInt() 72 void CompileUnit::addString(DIE *Die, unsigned Attribute, unsigned Form, in addString() 80 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form, in addLabel() 88 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form, in addDelta() 96 void CompileUnit::addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, in addDIEEntry() 104 void CompileUnit::addBlock(DIE *Die, unsigned Attribute, unsigned Form, in addBlock() 465 unsigned Form = SignedConstant ? dwarf::DW_FORM_sdata : dwarf::DW_FORM_udata; in addConstantValue() local
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass() 55 DWARFFormValue createDataXFormValue(uint16_t Form, RawTypeT Value) { in createDataXFormValue()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFAttribute.h | 19 uint16_t Form; variable
|
D | DWARFFormValue.h | 48 DWARFFormValue(uint16_t form = 0) : Form(form) {} in Form() function
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 41 dwarf::Form Form; variable 90 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 237 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 284 dwarf::Form Form = (dwarf::Form)0; variable 574 dwarf::Form Form, T &&Value) { in addValue()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract() local
|
D | DWARFDebugInfoEntry.cpp | 209 uint16_t Form = AttrSpec.Form; in extractFast() local
|
/external/icu/icu4c/source/i18n/ |
D | standardplural.h | 31 enum Form { enum
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.h | 48 uint8_t Form; variable
|
D | ARMDecoderEmitter.cpp | 162 static bool thumbInstruction(uint8_t Form) { in thumbInstruction() 1560 uint8_t Form = getByteField(Def, "Form"); in populateInstruction() local
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 47 uint8_t Form; variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 194 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 200 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 206 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 226 dwarf::Form Form, in addLabel() 231 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
|
D | DwarfCompileUnit.cpp | 798 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList() local 815 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.h | 29 Form, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 148 uint64_t Form = TSFlags & MipsII::FormMask; in getRelocation() local
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 428 function Form() { class
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 41 AddrForm Form; member 657 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr() 1345 SystemZAddressingMode::AddrForm Form; in SelectInlineAsmMemoryOperand() local
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 115 getIndexedString(uint32_t Form, DataExtractor InfoData, uint32_t &InfoOffset, in getIndexedString() 151 uint32_t Form; in getCUIdentifiers() local
|
/external/clang/lib/Index/ |
D | IndexBody.cpp | 321 auto visitForm = [&](InitListExpr *Form) { in TraverseInitListExpr()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 1101 unsigned Form = MCID.TSFlags & ARMII::FormMask; in emitLoadStoreInstruction() local 1179 unsigned Form = MCID.TSFlags & ARMII::FormMask; in emitMiscLoadStoreInstruction() local 1627 unsigned Form = MCID.TSFlags & ARMII::FormMask; in emitVFPConversionInstruction() local
|