Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h252 if (isRoot()) in expand()
288 return !isRoot() && getFieldDesc()->asDecl(); in isField()
341 if (isRoot()) in getFieldDesc()
450 bool isRoot() const { in isRoot() function
537 return !isRoot() && getInlineDesc()->IsFieldMutable; in isMutable()
555 return isRoot() || getInlineDesc()->IsActive; in isActive()
577 return isRoot() ? getDeclDesc()->IsConst : getInlineDesc()->IsConst; in isConst()
584 return isRoot() ? getDeclDesc()->IsVolatile : getInlineDesc()->IsVolatile; in isVolatile()
H A DPointer.cpp308 if (isRoot()) in print()
373 if (P.isRoot()) { in computeOffsetForComparison()
391 if (P.isRoot()) in computeOffsetForComparison()
415 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) { in isInitialized()
453 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) { in initialize()
500 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) in activate()
524 while (!B.isRoot() && B.inUnion()) { in activate()
607 if (A.isRoot() && B.isRoot()) in computeSplitPoint()
635 if (IterA.isRoot() && IterB.isRoot()) in computeSplitPoint()
H A DInterpFrame.h113 bool isRoot() const { return !Func; } in isRoot() function
H A DEvaluationResult.cpp233 bool IsSubobj = !Ptr.isRoot() || Ptr.isArrayElement(); in checkReturnValue()
H A DInterp.cpp333 while (!U.isRoot() && !U.isActive()) { in CheckActive()
625 while (!P.isRoot()) { in CheckVolatile()
1227 if (!Ptr.isRoot() || Ptr.isOnePastEnd() || in Free()
1790 if (P.isRoot()) in CheckNewTypeMismatch()
2161 assert(!S.Current->isRoot()); in Interpret()
H A DInterp.h3035 if (Ptr.isRoot() || !Ptr.isUnknownSizeArray()) { in ArrayDecay()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp24 if (Internal->isRoot()) in numElementsInSubstring()
235 if (NeedsLink && !Active.Node->isRoot()) { in extend()
282 if (Active.Node->isRoot()) { in extend()
328 if (Curr->isRoot()) in advance()
H A DSuffixTreeNode.cpp23 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp782 bool isRoot = &N == &Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
786 if (isRoot) { in EmitResultInstructionAsOperand()
882 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
906 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
924 if (isRoot && Pattern.getSrcPattern().NodeHasProperty(SDNPVariadic, CGP)) in EmitResultInstructionAsOperand()
944 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
960 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h268 bool isRoot() const { return Guid == 0; } in isRoot() function
330 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h135 bool isRoot() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp104 assert(isRoot() && "Should only be called on root"); in addPseudoProbe()
151 assert(!isRoot() && "Root should be handled separately"); in emit()
163 if (Parent->isRoot()) { in emit()
/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/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/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp234 if (isRoot() || isCompileUnit()) in resolveParents()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp368 if (Ctx.isRoot()) in toYaml()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c79735 int isRoot, /* True if pParent is a root-page */
80438 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){