Home
last modified time | relevance | path

Searched refs:IsRef (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp310 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument
311 if (!IsRef) in shouldReportOccurrenceForSystemDeclOnlyMode()
357 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument
383 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence()
395 if (!IsRef) in handleDeclOccurrence()
403 if (IsRef) in handleDeclOccurrence()
431 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) { in handleDeclOccurrence()
480 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() argument
489 if (!IsRef) in shouldIndexMacroOccurrence()
H A DIndexingContext.h125 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc);
128 bool IsRef, const Decl *Parent,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp105 bool IsRef, CheckerContext &C) const;
132 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor() argument
137 if (IsRef) { in modelAssertionResultBoolConstructor()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp189 bool ValueObjectPrinter::IsRef() { in IsRef() function in ValueObjectPrinter
486 const bool is_ref = IsRef(); in ShouldPrintChildren()
555 m_stream->PutCString(IsRef() ? ": {\n" : " {\n"); in PrintChildrenPreamble()
565 ((IsPtr() && !m_options.m_pointer_as_array) || IsRef()); in PrintChild()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h70 bool IsRef();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp346 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRecImpl()
492 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo()
591 if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id)) in computePhiInfo()
671 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG); in computePhiInfo()
724 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo()
804 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h189 static constexpr bool IsRef = std::is_reference<T>::value; variable
192 using storage_type = std::conditional_t<IsRef, wrap, T>;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp129 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 <<()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h785 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function