Home
last modified time | relevance | path

Searched refs:Trail (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3245 auto *Trail = Result->getTrailingObjects<NamedDecl *>(); in CreateDeserialized() local
3247 new (Trail + I) NamedDecl*(nullptr); in CreateDeserialized()
3395 auto *Trail = Result->getTrailingObjects<BindingDecl *>(); in CreateDeserialized() local
3397 new (Trail + I) BindingDecl*(nullptr); in CreateDeserialized()
H A DExpr.cpp1245 uint32_t Trail = getCodeUnit(I + 1); in outputString() local
1246 if (Trail >= 0xdc00 && Trail <= 0xdfff) { in outputString()
1247 Char = 0x10000 + ((Char - 0xd800) << 10) + (Trail - 0xdc00); in outputString()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt602 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