Searched refs:Trail (Results 1 – 3 of 3) sorted by relevance
3245 auto *Trail = Result->getTrailingObjects<NamedDecl *>(); in CreateDeserialized() local3247 new (Trail + I) NamedDecl*(nullptr); in CreateDeserialized()3395 auto *Trail = Result->getTrailingObjects<BindingDecl *>(); in CreateDeserialized() local3397 new (Trail + I) BindingDecl*(nullptr); in CreateDeserialized()
1245 uint32_t Trail = getCodeUnit(I + 1); in outputString() local1246 if (Trail >= 0xdc00 && Trail <= 0xdfff) { in outputString()1247 Char = 0x10000 + ((Char - 0xd800) << 10) + (Trail - 0xdc00); in outputString()
602 Trail devices there are 2 possible ACPI OpRegions for accessing GPIOs. 603 The standard GeneralPurposeIo OpRegion and the Cherry Trail - specific 610 Cherry Trail DSDTs are derived, does not define GeneralPurposeIo, nor 613 this leads to the perfect storm, at least on the Cherry Trail based 615 and has added the Cherry Trail specific UserDefined(0x93) opregion to its