/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 232 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 D | Pointer.cpp | 234 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 D | InterpFrame.h | 106 bool isRoot() const { return !Func; } in isRoot() function
|
H A D | InterpFrame.cpp | 132 for (Pointer F = P; !F.isRoot(); ) { in print()
|
H A D | EvaluationResult.cpp | 233 << Ptr.getType()->isReferenceType() << !Ptr.isRoot(); in checkReturnValue()
|
H A D | Interp.cpp | 938 assert(!S.Current->isRoot()); in Interpret()
|
H A D | Interp.h | 2467 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 D | SuffixTree.cpp | 24 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 D | SuffixTreeNode.cpp | 24 bool SuffixTreeInternalNode::isRoot() const { in isRoot() function in SuffixTreeInternalNode
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 781 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 D | MCPseudoProbe.h | 240 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 D | SuffixTreeNode.h | 134 bool isRoot() const;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 103 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 D | LVElement.h | 218 virtual bool isRoot() const { return false; } in isRoot() function
|
H A D | LVScope.h | 200 bool isRoot() const override { return getIsRoot(); } in isRoot() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 235 if (isRoot() || isCompileUnit()) in resolveParents()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 444 bool isRoot() { return Parent == nullptr; } in isRoot() function in __anon3d3c1dbc0211::MRT 2692 if (Region->isRoot()) { in structurizeComplexRegion()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 78685 int isRoot, /* True if pParent is a root-page */ 79385 if( isRoot && pParent->nCell==0 && pParent->hdrOffset<=apNew[0]->nFree ){
|