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.cpp923 if (const DWARFDebugInfoEntry *Sibling = getSiblingEntry(Die)) in getSibling() local
924 return DWARFDie(this, Sibling); in getSibling()
945 if (const DWARFDebugInfoEntry *Sibling = getPreviousSiblingEntry(Die)) in getPreviousSibling() local
946 return DWARFDie(this, Sibling); in getPreviousSibling()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2288 const MachineInstr &Sibling = in hasReassociableSibling() local
2294 RISCV::getNamedOperandIdx(Sibling.getOpcode(), RISCV::OpName::frm); in hasReassociableSibling()
2297 RISCV::hasEqualFRM(Inst, Sibling); in hasReassociableSibling()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td325 // Sibling calls. Indirect sibling calls must be via R6 for XPLink,