Home
last modified time | relevance | path

Searched refs:Sibling (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDLexicallyOrderedRecursiveASTVisitor.h100 Decl *Sibling = *I; in TraverseDeclContextHelper() local
101 if (!SM.isBeforeInTranslationUnit(Sibling->getBeginLoc(), in TraverseDeclContextHelper()
104 if (!BaseType::canIgnoreChildDeclWhileTraversingDeclContext(Sibling)) in TraverseDeclContextHelper()
105 LexicallyNestedDeclarations.push_back(Sibling); in TraverseDeclContextHelper()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp924 if (const DWARFDebugInfoEntry *Sibling = getSiblingEntry(Die)) in getSibling() local
925 return DWARFDie(this, Sibling); in getSibling()
946 if (const DWARFDebugInfoEntry *Sibling = getPreviousSiblingEntry(Die)) in getPreviousSibling() local
947 return DWARFDie(this, Sibling); in getPreviousSibling()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp1884 const MachineInstr &Sibling = in hasReassociableSibling() local
1890 RISCV::getNamedOperandIdx(Sibling.getOpcode(), RISCV::OpName::frm); in hasReassociableSibling()
1893 RISCV::hasEqualFRM(Inst, Sibling); in hasReassociableSibling()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td334 // Sibling calls. Indirect sibling calls must be via R6 for XPLink,