Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td334 // Sibling calls. Indirect sibling calls must be via R6 for XPLink,