Home
last modified time | relevance | path

Searched defs:isRoot (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTreeNode.cpp23 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h113 bool isRoot() const { return !Func; } in isRoot() function
H A DPointer.h450 bool isRoot() const { in isRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h133 bool isRoot() const { return RootEntryCount.has_value(); } in isRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h268 bool isRoot() const { return Guid == 0; } in isRoot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h229 virtual bool isRoot() const { return false; } in isRoot() function
H A DLVScope.h206 bool isRoot() const override { return getIsRoot(); } in isRoot() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp782 bool isRoot = &N == &Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c81355 int isRoot, /* True if pParent is a root-page */