Searched refs:IsRef (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument 310 if (!IsRef) in shouldReportOccurrenceForSystemDeclOnlyMode() 356 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument 382 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence() 394 if (!IsRef) in handleDeclOccurrence() 402 if (IsRef) in handleDeclOccurrence() 430 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) { in handleDeclOccurrence() 479 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() argument 488 if (!IsRef) in shouldIndexMacroOccurrence()
|
| H A D | IndexingContext.h | 125 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc); 128 bool IsRef, const Decl *Parent,
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 105 bool IsRef, CheckerContext &C) const; 130 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor() argument 135 if (IsRef) { in modelAssertionResultBoolConstructor()
|
| /src/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 203 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter 518 const bool is_ref = IsRef(); in ShouldPrintChildren() 592 if (IsRef()) { in PrintChildrenPreamble() 608 ((IsPtr() && !m_options.m_pointer_as_array) || IsRef()); in PrintChild()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 343 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRecImpl() 490 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo() 593 if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id)) in computePhiInfo() 675 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG); in computePhiInfo() 731 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo() 812 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()
|
| /src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | ValueObjectPrinter.h | 90 bool IsRef();
|
| /src/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | error.h | 189 static constexpr bool IsRef = std::is_reference<T>::value; variable 192 using storage_type = std::conditional_t<IsRef, wrap, T>;
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 129 bool IsRef = (V.Type == BT::BitValue::Ref); in operator <<() local 131 if (!IsRef && V == SV) in operator <<() 133 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) { in operator <<()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 817 template <uint16_t Kind> static bool IsRef(const Node BA) { in IsRef() function
|