Home
last modified time | relevance | path

Searched defs:Sibling (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_channel/public/pw_channel/internal/
Dchannel_specializations.h90 using Sibling = Channel<Self::data_type(), kProperties...>; in as() local
97 using Sibling = Channel<Self::data_type(), kProperties...>; in as() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h76 void setSibling(const DWARFDebugInfoEntryMinimal *Sibling) { in setSibling()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp912 if (const DWARFDebugInfoEntry *Sibling = getSiblingEntry(Die)) in getSibling() local
934 if (const DWARFDebugInfoEntry *Sibling = getPreviousSiblingEntry(Die)) in getPreviousSibling() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp1339 const MachineInstr &Sibling = in hasReassociableSibling() local
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py916 class Sibling(messages.Message): class in FieldTest.testMessageField_ForwardReference.MyMessage