Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h232 if (isRoot()) in expand()
264 return !isRoot() && getFieldDesc()->asDecl(); in isField()
312 if (isRoot()) in getFieldDesc()
401 bool isRoot() const { in isRoot() function
468 return !isRoot() && getInlineDesc()->IsFieldMutable; in isMutable()
486 return isRoot() || getInlineDesc()->IsActive; in isActive()
508 return isRoot() ? getDeclDesc()->IsConst : getInlineDesc()->IsConst; in isConst()
H A DPointer.cpp234 if (isRoot()) in print()
269 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) { in isInitialized()
308 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) { in initialize()
354 if (isRoot() && PointeeStorage.BS.Base == sizeof(GlobalInlineDescriptor)) in activate()
H A DInterpFrame.h106 bool isRoot() const { return !Func; } in isRoot() function
H A DInterpFrame.cpp132 for (Pointer F = P; !F.isRoot(); ) { in print()
H A DEvaluationResult.cpp233 << Ptr.getType()->isReferenceType() << !Ptr.isRoot(); in checkReturnValue()
H A DInterp.cpp938 assert(!S.Current->isRoot()); in Interpret()
H A DInterp.h2467 if (Ptr.isRoot() || !Ptr.isUnknownSizeArray() || Ptr.isDummy()) { in ArrayDecay()
2926 if (!Ptr.isRoot() || Ptr.isOnePastEnd() || Ptr.isArrayElement()) { in Free()
/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()
329 if (Curr->isRoot()) in advance()
H A DSuffixTreeNode.cpp24 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp781 bool isRoot = &N == &Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local
785 if (isRoot) { in EmitResultInstructionAsOperand()
881 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand()
907 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand()
925 if (isRoot && Pattern.getSrcPattern().NodeHasProperty(SDNPVariadic, CGP)) in EmitResultInstructionAsOperand()
945 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
961 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h240 bool isRoot() const { return Guid == 0; } in isRoot() function
290 bool hasInlineSite() const { return !isRoot() && !Parent->isRoot(); } in hasInlineSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h134 bool isRoot() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp103 assert(isRoot() && "Should only be called on root"); in addPseudoProbe()
150 assert(!isRoot() && "Root should be handled separately"); in emit()
162 if (Parent->isRoot()) { in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h218 virtual bool isRoot() const { return false; } in isRoot() function
H A DLVScope.h200 bool isRoot() const override { return getIsRoot(); } in isRoot() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp235 if (isRoot() || isCompileUnit()) in resolveParents()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anon3d3c1dbc0211::MRT
2692 if (Region->isRoot()) { in structurizeComplexRegion()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c78685 int isRoot, /* True if pParent is a root-page */
79385 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){