Searched refs:IsRef (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 295 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument 296 if (!IsRef) in shouldReportOccurrenceForSystemDeclOnlyMode() 341 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument 367 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence() 379 if (!IsRef) in handleDeclOccurrence() 387 if (IsRef) in handleDeclOccurrence() 416 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) { in handleDeclOccurrence()
|
| H A D | IndexingContext.h | 125 bool IsRef, const Decl *Parent,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 105 bool IsRef, CheckerContext &C) const; 132 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor() argument 137 if (IsRef) { in modelAssertionResultBoolConstructor()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 194 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter 484 const bool is_ref = IsRef(); in ShouldPrintChildren() 553 m_stream->PutCString(IsRef() ? ": {\n" : " {\n"); in PrintChildrenPreamble() 563 ((IsPtr() && !m_options.m_pointer_as_array) || IsRef()); in PrintChild()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFLiveness.cpp | 310 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRecImpl() 456 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo() 555 if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id)) in computePhiInfo() 619 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG); in computePhiInfo() 672 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() 752 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()
|
| H A D | BitTracker.cpp | 130 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local 132 if (!IsRef && V == SV) in operator <<() 134 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
|
| H A D | RDFGraph.h | 787 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | ValueObjectPrinter.h | 74 bool IsRef();
|