Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() argument
315 if (!IsRef) in shouldReportOccurrenceForSystemDeclOnlyMode()
361 bool IsRef, const Decl *Parent, in handleDeclOccurrence() argument
387 if (!shouldReportOccurrenceForSystemDeclOnlyMode(IsRef, Roles, Relations)) in handleDeclOccurrence()
399 if (!IsRef) in handleDeclOccurrence()
407 if (IsRef) in handleDeclOccurrence()
435 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) { in handleDeclOccurrence()
484 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() argument
493 if (!IsRef) in shouldIndexMacroOccurrence()
H A DIndexingContext.h127 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc);
130 bool IsRef, const Decl *Parent,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp104 bool IsRef, CheckerContext &C) const;
131 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor() argument
136 if (IsRef) { in modelAssertionResultBoolConstructor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp348 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in getAllReachingDefsRecImpl()
494 if (!DFG.IsRef<NodeAttrs::Def>(R)) in computePhiInfo()
593 if (!DFG.IsRef<NodeAttrs::Use>(I) || SeenUses.count(I.Id)) in computePhiInfo()
674 NodeList PUs = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG); in computePhiInfo()
727 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG); in computePhiInfo()
807 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) { in computeLiveIns()
/netbsd-src/external/apache2/llvm/dist/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 <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h782 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef() function