/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 46 ID.AddInteger(unsigned(Form)); in Profile() 47 if (Form == dwarf::DW_FORM_implicit_const) in Profile() 334 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 346 return getDIE##T().SizeOf(AP, Form); in SizeOf() 377 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() 378 switch (Form) { in EmitValue() 412 Asm->OutStreamer->EmitIntValue(Integer, SizeOf(Asm, Form)); in EmitValue() 432 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 438 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() 441 switch (Form) { in SizeOf() [all …]
|
D | DwarfUnit.h | 137 Optional<dwarf::Form> Form, uint64_t Integer); 139 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer); 143 Optional<dwarf::Form> Form, int64_t Integer); 145 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer); 158 dwarf::Form Form, 161 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 54 dwarf::Form Form; variable 60 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) in DIEAbbrevData() 61 : Attribute(A), Form(F) {} in DIEAbbrevData() 63 : Attribute(A), Form(dwarf::DW_FORM_implicit_const), Value(V) {} in DIEAbbrevData() 68 dwarf::Form getForm() const { return Form; } in getForm() 109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() argument 110 Data.push_back(DIEAbbrevData(Attribute, Form)); in AddAttribute() 170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() 193 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const; 194 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() 84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() 88 DWARFFormValue DWARFFormValue::createFromPValue(dwarf::Form F, const char *V) { in createFromPValue() 92 DWARFFormValue DWARFFormValue::createFromBlockValue(dwarf::Form F, in createFromBlockValue() 100 DWARFFormValue DWARFFormValue::createFromUnit(dwarf::Form F, const DWARFUnit *U, in createFromUnit() 108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() argument 113 switch (Form) { in skipValue() 172 dwarf::getFixedFormByteSize(Form, Params)) { in skipValue() 196 Form = static_cast<dwarf::Form>(DebugInfoData.getULEB128(OffsetPtr)); in skipValue() 208 if (Form < makeArrayRef(DWARF5FormClasses).size() && in isFormClass() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | standardplural.h | 31 enum Form { enum 46 static const char *getKeyword(Form p); 52 static Form orOtherFromString(const char *keyword) { in orOtherFromString() 53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString() 61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString() 71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString() 80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString() 81 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
|
D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const; 42 StandardPlural::Form first, 43 StandardPlural::Form second, 44 StandardPlural::Form result); 51 StandardPlural::Form first; 52 StandardPlural::Form second; 53 StandardPlural::Form result;
|
D | number_patternmodifier.cpp | 52 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties() 63 AdoptingSignumModifierStore MutablePatternModifier::createImmutableForPlural(StandardPlural::Form p… in createImmutableForPlural() 80 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable() 81 StandardPlural::Form::ZERO, in createImmutable() 82 StandardPlural::Form::ONE, in createImmutable() 83 StandardPlural::Form::TWO, in createImmutable() 84 StandardPlural::Form::FEW, in createImmutable() 85 StandardPlural::Form::MANY, in createImmutable() 86 StandardPlural::Form::OTHER}; in createImmutable() 96 for (StandardPlural::Form plural : STANDARD_PLURAL_VALUES) { in createImmutable() [all …]
|
D | pluralranges.cpp | 42 … StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 45 … StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 48 … StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 112 StandardPlural::Form first, in addPluralRange() 113 StandardPlural::Form second, in addPluralRange() 114 StandardPlural::Form result) { in addPluralRange() 129 StandardPlural::Form 130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
|
D | number_longnames.cpp | 35 constexpr int32_t DNAM_INDEX = StandardPlural::Form::COUNT; 43 constexpr int32_t PER_INDEX = StandardPlural::Form::COUNT + 1; 47 constexpr int32_t GENDER_INDEX = StandardPlural::Form::COUNT + 2; 49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; 113 StandardPlural::Form plural = StandardPlural::fromString(pluralKeyword, status); in getIndex() 124 StandardPlural::Form plural, in getWithPlural() 128 result = strings[StandardPlural::Form::OTHER]; in getWithPlural() 526 for (int32_t i = 0; i < StandardPlural::Form::COUNT; i++) { in getCurrencyLongNameData() 536 StandardPlural::getKeyword(static_cast<StandardPlural::Form>(i)), in getCurrencyLongNameData() 1048 getWithPlural(denominatorUnitData, StandardPlural::Form::ONE, status); in forArbitraryUnit() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | standardplural.h | 31 enum Form { enum 46 static const char *getKeyword(Form p); 52 static Form orOtherFromString(const char *keyword) { in orOtherFromString() 53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString() 61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString() 71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString() 80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString() 81 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
|
D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const; 42 StandardPlural::Form first, 43 StandardPlural::Form second, 44 StandardPlural::Form result); 51 StandardPlural::Form first; 52 StandardPlural::Form second; 53 StandardPlural::Form result;
|
D | number_patternmodifier.cpp | 52 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties() 65 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable() 66 StandardPlural::Form::ZERO, in createImmutable() 67 StandardPlural::Form::ONE, in createImmutable() 68 StandardPlural::Form::TWO, in createImmutable() 69 StandardPlural::Form::FEW, in createImmutable() 70 StandardPlural::Form::MANY, in createImmutable() 71 StandardPlural::Form::OTHER}; in createImmutable() 81 for (StandardPlural::Form plural : STANDARD_PLURAL_VALUES) { in createImmutable() 98 setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in createImmutable() [all …]
|
D | pluralranges.cpp | 42 … StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 45 … StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 48 … StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 112 StandardPlural::Form first, in addPluralRange() 113 StandardPlural::Form second, in addPluralRange() 114 StandardPlural::Form result) { in addPluralRange() 129 StandardPlural::Form 130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
|
D | number_longnames.cpp | 35 constexpr int32_t DNAM_INDEX = StandardPlural::Form::COUNT; 43 constexpr int32_t PER_INDEX = StandardPlural::Form::COUNT + 1; 47 constexpr int32_t GENDER_INDEX = StandardPlural::Form::COUNT + 2; 49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; 113 StandardPlural::Form plural = StandardPlural::fromString(pluralKeyword, status); in getIndex() 124 StandardPlural::Form plural, in getWithPlural() 128 result = strings[StandardPlural::Form::OTHER]; in getWithPlural() 526 for (int32_t i = 0; i < StandardPlural::Form::COUNT; i++) { in getCurrencyLongNameData() 536 StandardPlural::getKeyword(static_cast<StandardPlural::Form>(i)), in getCurrencyLongNameData() 1048 getWithPlural(denominatorUnitData, StandardPlural::Form::ONE, status); in forArbitraryUnit() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | standardplural.h | 31 enum Form { enum 46 static const char *getKeyword(Form p); 52 static Form orOtherFromString(const char *keyword) { in orOtherFromString() 53 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 60 static Form orOtherFromString(const UnicodeString &keyword) { in orOtherFromString() 61 return static_cast<Form>(indexOrOtherIndexFromString(keyword)); in orOtherFromString() 70 static Form fromString(const char *keyword, UErrorCode &errorCode) { in fromString() 71 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString() 80 static Form fromString(const UnicodeString &keyword, UErrorCode &errorCode) { in fromString() 81 return static_cast<Form>(indexFromString(keyword, errorCode)); in fromString()
|
D | pluralranges.h | 38 StandardPlural::Form resolve(StandardPlural::Form first, StandardPlural::Form second) const; 42 StandardPlural::Form first, 43 StandardPlural::Form second, 44 StandardPlural::Form result); 51 StandardPlural::Form first; 52 StandardPlural::Form second; 53 StandardPlural::Form result;
|
D | number_patternmodifier.cpp | 48 void MutablePatternModifier::setNumberProperties(Signum signum, StandardPlural::Form plural) { in setNumberProperties() 61 static const StandardPlural::Form STANDARD_PLURAL_VALUES[] = { in createImmutable() 62 StandardPlural::Form::ZERO, in createImmutable() 63 StandardPlural::Form::ONE, in createImmutable() 64 StandardPlural::Form::TWO, in createImmutable() 65 StandardPlural::Form::FEW, in createImmutable() 66 StandardPlural::Form::MANY, in createImmutable() 67 StandardPlural::Form::OTHER}; in createImmutable() 77 for (StandardPlural::Form plural : STANDARD_PLURAL_VALUES) { in createImmutable() 94 setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in createImmutable() [all …]
|
D | pluralranges.cpp | 42 … StandardPlural::Form first = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 45 … StandardPlural::Form second = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 48 … StandardPlural::Form result = StandardPlural::fromString(value.getUnicodeString(status), status); in put() 112 StandardPlural::Form first, in addPluralRange() 113 StandardPlural::Form second, in addPluralRange() 114 StandardPlural::Form result) { in addPluralRange() 129 StandardPlural::Form 130 StandardPluralRanges::resolve(StandardPlural::Form first, StandardPlural::Form second) const { in resolve()
|
D | number_longnames.cpp | 35 constexpr int32_t DNAM_INDEX = StandardPlural::Form::COUNT; 43 constexpr int32_t PER_INDEX = StandardPlural::Form::COUNT + 1; 47 constexpr int32_t GENDER_INDEX = StandardPlural::Form::COUNT + 2; 49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3; 113 StandardPlural::Form plural = StandardPlural::fromString(pluralKeyword, status); in getIndex() 124 StandardPlural::Form plural, in getWithPlural() 128 result = strings[StandardPlural::Form::OTHER]; in getWithPlural() 528 for (int32_t i = 0; i < StandardPlural::Form::COUNT; i++) { in getCurrencyLongNameData() 538 StandardPlural::getKeyword(static_cast<StandardPlural::Form>(i)), in getCurrencyLongNameData() 1050 getWithPlural(denominatorUnitData, StandardPlural::Form::ONE, status); in forArbitraryUnit() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 57 dwarf::Form Form; /// Form for this value. variable 62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue() 65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function 67 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V); 68 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V); 69 static DWARFFormValue createFromPValue(dwarf::Form F, const char *V); 70 static DWARFFormValue createFromBlockValue(dwarf::Form F, 72 static DWARFFormValue createFromUnit(dwarf::Form F, const DWARFUnit *Unit, 75 dwarf::Form getForm() const { return Form; } in getForm() 133 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() [all …]
|
D | DWARFAbbreviationDeclaration.h | 30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() 31 : Attr(A), Form(F), Value(Value) { in AttributeSpec() 34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() 35 : Attr(A), Form(F) { in AttributeSpec() 43 dwarf::Form Form; member 70 return Form == dwarf::DW_FORM_implicit_const; in isImplicitConst() 100 dwarf::Form getFormByIndex(uint32_t idx) const { in getFormByIndex() 102 return AttributeSpecs[idx].Form; in getFormByIndex()
|
/third_party/typescript/tests/baselines/reference/ |
D | reactTransitiveImportHasValidDeclaration.js | 32 const Form = styled('div')({ color: "red" }) constant 34 export default Form 41 var Form = (0, react_emotion_1["default"])('div')({ color: "red" }); variable 42 exports["default"] = Form; 47 declare const Form: import("create-emotion-styled").StyledOtherComponent<{}, import("react").Detail… 48 export default Form;
|
D | mappedTypesAndObjects.js | 41 class Form<T> { class 62 var Form = /** @class */ (function () { 63 function Form() { class in Form 66 return Form; 94 declare class Form<T> {
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_patternmodifier.cpp | 37 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 43 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic() 46 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form::COUNT); in testBasic() 52 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic() 61 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 64 mod.setNumberProperties(SIGNUM_NEG, StandardPlural::Form::COUNT); in testBasic() 68 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 78 mod.setNumberProperties(SIGNUM_POS, StandardPlural::Form::COUNT); in testBasic() 84 mod.setNumberProperties(SIGNUM_NEG_ZERO, StandardPlural::Form::COUNT); in testBasic() 87 mod.setNumberProperties(SIGNUM_POS_ZERO, StandardPlural::Form::COUNT); in testBasic() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 192 InstrForm Form); 213 InstrForm Form); 222 InstrForm Form); 235 InstrForm Form); 373 InstrForm Form) { in prepareBaseForDispFormChain() argument 387 BucketChain.Elements[j].Offset->getAPInt().urem(Form); in prepareBaseForDispFormChain() 410 for (unsigned j = 0; j < (unsigned)Form; j++) in prepareBaseForDispFormChain() 489 InstrForm Form) { in rewriteLoadStores() argument 520 bool CanPreInc = (Form == UpdateForm || in rewriteLoadStores() 521 ((Form == DSForm) && !BasePtrIncSCEV->getAPInt().urem(4) && in rewriteLoadStores() [all …]
|