| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.h | 252 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 D | Pointer.cpp | 308 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 D | InterpFrame.h | 113 bool isRoot() const { return !Func; } in isRoot() function
|
| H A D | EvaluationResult.cpp | 233 bool IsSubobj = !Ptr.isRoot() || Ptr.isArrayElement(); in checkReturnValue()
|
| H A D | Interp.cpp | 333 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 D | Interp.h | 3035 if (Ptr.isRoot() || !Ptr.isUnknownSizeArray()) { in ArrayDecay()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SuffixTree.cpp | 24 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 D | SuffixTreeNode.cpp | 23 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 782 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 D | MCPseudoProbe.h | 268 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 D | SuffixTreeNode.h | 135 bool isRoot() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 104 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 D | PGOCtxProfReader.h | 133 bool isRoot() const { return RootEntryCount.has_value(); } in isRoot() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 229 virtual bool isRoot() const { return false; } in isRoot() function
|
| H A D | LVScope.h | 206 bool isRoot() const override { return getIsRoot(); } in isRoot() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 234 if (isRoot() || isCompileUnit()) in resolveParents()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 368 if (Ctx.isRoot()) in toYaml()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 79735 int isRoot, /* True if pParent is a root-page */ 80438 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){
|