Home
last modified time | relevance | path

Searched refs:SymbolSet (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp179 typedef llvm::ImmutableSet<SymbolRef> SymbolSet; typedef
183 REGISTER_MAP_WITH_PROGRAMSTATE(UnreleasedIvarMap, SymbolRef, SymbolSet)
187 template<> struct ProgramStateTrait<SymbolSet>
188 : public ProgramStatePartialTrait<SymbolSet> {
276 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in checkBeginFunction()
279 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
283 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction()
510 const SymbolSet *OldUnreleased = State->get<UnreleasedIvarMap>(SelfSym); in diagnoseMissingReleases()
514 SymbolSet NewUnreleased = *OldUnreleased; in diagnoseMissingReleases()
515 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in diagnoseMissingReleases()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp183 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(SymbolSet, SymbolRef) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() argument
184 REGISTER_MAP_WITH_PROGRAMSTATE(UnreleasedIvarMap, SymbolRef, SymbolSet) in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
269 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in checkBeginFunction()
272 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
276 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction()
503 const SymbolSet *OldUnreleased = State->get<UnreleasedIvarMap>(SelfSym); in diagnoseMissingReleases()
507 SymbolSet NewUnreleased = *OldUnreleased; in diagnoseMissingReleases()
508 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in diagnoseMissingReleases()
861 const SymbolSet *Unreleased = State->get<UnreleasedIvarMap>(Instance); in removeValueRequiringRelease()
866 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>(); in removeValueRequiringRelease()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp394 REGISTER_SET_FACTORY_WITH_PROGRAMSTATE(SymbolSet, SymbolRef)
401 REGISTER_MAP_WITH_PROGRAMSTATE(ClassMembers, EquivalenceClass, SymbolSet)
449 LLVM_NODISCARD inline SymbolSet getClassMembers(ProgramStateRef State);
516 static inline SymbolSet::Factory &getMembersFactory(ProgramStateRef State);
519 ProgramStateRef State, SymbolSet Members,
521 SymbolSet OtherMembers);
1443 SymbolSet ClassMembers = Class.getClassMembers(State); in getConstraintMap()
1501 SymbolSet Members = getClassMembers(State); in merge()
1502 SymbolSet OtherMembers = Other.getClassMembers(State); in merge()
1517 ProgramStateRef State, SymbolSet MyMembers, in mergeImpl()
[all …]
/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp552 SymbolSet GatherLocals( in GatherLocals()
554 SymbolSet symbols; in GatherLocals()
574 static SymbolSet GatherSymbolsFromExpression(const parser::Expr &expression) { in GatherSymbolsFromExpression()
575 SymbolSet result; in GatherSymbolsFromExpression()
588 SymbolSet references{GatherSymbolsFromExpression(mask.thing.thing.value())}; in CheckMaskIsPure()
599 void CheckNoCollisions(const SymbolSet &refs, const SymbolSet &uses, in CheckNoCollisions()
612 const SymbolSet &indexNames, const parser::ScalarIntExpr &expr) const { in HasNoReferences()
621 const parser::ScalarLogicalExpr &mask, const SymbolSet &localVars) const { in CheckMaskDoesNotReferenceLocal()
632 const parser::ScalarIntExpr &expr, const SymbolSet &localVars) const { in CheckExprDoesNotReferenceLocal()
671 SymbolSet indexNames; in CheckConcurrentHeader()
[all …]
Dmod-file.cpp84 SymbolSet needSet_; // symbols already in need_
85 SymbolSet useSet_; // use-associations that might be needed
Dresolve-directives.cpp103 SymbolSet dataSharingAttributeObjects_; // on one directive
342 SymbolSet privateDataSharingAttributeObjects_; // on one directive
Dresolve-names.cpp2579 SymbolSet symbolsSeen; in ResolveSpecificsInGeneric()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp756 : public SetTraverse<CollectSymbolsHelper, semantics::SymbolSet> {
757 using Base = SetTraverse<CollectSymbolsHelper, semantics::SymbolSet>;
760 semantics::SymbolSet operator()(const Symbol &symbol) const { in operator ()()
764 template <typename A> semantics::SymbolSet CollectSymbols(const A &x) { in CollectSymbols()
767 template semantics::SymbolSet CollectSymbols(const Expr<SomeType> &);
768 template semantics::SymbolSet CollectSymbols(const Expr<SomeInteger> &);
769 template semantics::SymbolSet CollectSymbols(const Expr<SubscriptInteger> &);
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h549 using SymbolSet = DenseSet<Symbol *>; variable
553 using symbol_iterator = SymbolSet::iterator;
554 using const_symbol_iterator = SymbolSet::const_iterator;
591 SymbolSet::size_type symbols_size() { return Symbols.size(); } in symbols_size()
618 SymbolSet Symbols;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h540 using SymbolSet = DenseSet<Symbol *>; variable
544 using symbol_iterator = SymbolSet::iterator;
545 using const_symbol_iterator = SymbolSet::const_iterator;
582 SymbolSet::size_type symbols_size() { return Symbols.size(); } in symbols_size()
609 SymbolSet Symbols;
/external/freetype/include/freetype/
Dtttables.h486 FT_UShort SymbolSet; member
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h814 template <typename A> semantics::SymbolSet CollectSymbols(const A &);
815 extern template semantics::SymbolSet CollectSymbols(const Expr<SomeType> &);
816 extern template semantics::SymbolSet CollectSymbols(const Expr<SomeInteger> &);
817 extern template semantics::SymbolSet CollectSymbols(
/external/freetype/src/sfnt/
Dttload.c1360 FT_FRAME_USHORT( SymbolSet ), in tt_face_load_pclt()
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h768 using SymbolSet = std::set<SymbolRef>; variable