Searched refs:AMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSKeychainAPIChecker.cpp | 507 AllocatedDataTy AMap = State->get<AllocatedData>(); in evalAssume() local 508 if (AMap.isEmpty()) in evalAssume() 532 for (auto I = AMap.begin(), E = AMap.end(); I != E; ++I) { in evalAssume() 543 AllocatedDataTy AMap = State->get<AllocatedData>(); in checkDeadSymbols() local 544 if (AMap.isEmpty()) in checkDeadSymbols() 549 for (auto I = AMap.begin(), E = AMap.end(); I != E; ++I) { in checkDeadSymbols() 654 AllocatedDataTy AMap = State->get<AllocatedData>(); in printState() local 656 if (!AMap.isEmpty()) { in printState() 658 for (auto I = AMap.begin(), E = AMap.end(); I != E; ++I) { in printState()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLAndersAliasAnalysis.cpp | 371 const AliasAttrMap &AMap) { in populateAttrMap() argument 372 for (const auto &Mapping : AMap.mappings()) { in populateAttrMap() 491 const SmallVectorImpl<Value *> &RetVals, const AliasAttrMap &AMap) { in populateExternalAttributes() argument 492 for (const auto &Mapping : AMap.mappings()) { in populateExternalAttributes() 503 const ReachabilitySet &ReachSet, const AliasAttrMap &AMap) { in FunctionInfo() argument 504 populateAttrMap(AttrMap, AMap); in FunctionInfo() 505 populateExternalAttributes(Summary.RetParamAttributes, Fn, RetVals, AMap); in FunctionInfo()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ISLTools.cpp | 673 isl::space AMap = ASpace.unwrap(); in structureCompare() local 677 structureCompare(AMap.domain(), BMap.domain(), ConsiderTupleLen); in structureCompare() 681 return structureCompare(AMap.range(), BMap.range(), ConsiderTupleLen); in structureCompare()
|