/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIChecker.cpp | 34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkDoubleNonblocking() local 37 if (!isa<TypedRegion>(MR) || (ER && !isa<TypedRegion>(ER->getSuperRegion()))) in checkDoubleNonblocking() 63 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkUnmatchedWaits() local 66 if (!isa<TypedRegion>(MR) || (ER && !isa<TypedRegion>(ER->getSuperRegion()))) in checkUnmatchedWaits() 154 if (const ElementRegion *const ER = MR->getAs<ElementRegion>()) { in allRegionsUsedByWait() local 155 SuperRegion = ER->getSuperRegion(); in allRegionsUsedByWait() 172 const ElementRegion *const ER = RegionManager->getElementRegion( in allRegionsUsedByWait() local 176 ReqRegions.push_back(ER->getAs<MemRegion>()); in allRegionsUsedByWait()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 86 RValue ER; in get() local 87 ER.V1.setPointer(V); in get() 88 ER.V1.setInt(Scalar); in get() 89 ER.V2.setInt(false); in get() 90 return ER; in get() 93 RValue ER; in getComplex() local 94 ER.V1.setPointer(V1); in getComplex() 95 ER.V2.setPointer(V2); in getComplex() 96 ER.V1.setInt(Complex); in getComplex() 97 ER.V2.setInt(false); in getComplex() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundChecker.cpp | 43 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in checkLocation() local 44 if (!ER) in checkLocation() 48 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>(); in checkLocation() 59 = C.getStoreManager().getSizeInElements(state, ER->getSuperRegion(), in checkLocation() 60 ER->getValueType()); in checkLocation()
|
D | ReturnPointerRangeChecker.cpp | 46 const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(R); in checkPreStmt() local 47 if (!ER) in checkPreStmt() 50 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>(); in checkPreStmt() 59 = C.getStoreManager().getSizeInElements(state, ER->getSuperRegion(), in checkPreStmt() 60 ER->getValueType()); in checkPreStmt()
|
D | CStringChecker.cpp | 288 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in CheckLocation() local 289 if (!ER) in CheckLocation() 292 assert(ER->getValueType() == C.getASTContext().CharTy && in CheckLocation() 296 const SubRegion *superReg = cast<SubRegion>(ER->getSuperRegion()); in CheckLocation() 303 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>(); in CheckLocation() 872 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in IsFirstBufInBound() local 873 if (!ER) in IsFirstBufInBound() 876 assert(ER->getValueType() == C.getASTContext().CharTy && in IsFirstBufInBound() 880 const SubRegion *superReg = cast<SubRegion>(ER->getSuperRegion()); in IsFirstBufInBound() 886 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>(); in IsFirstBufInBound() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 64 If you want to enable WPS external registrar (ER) functionality, you 228 wpa_supplicant as WPS External Registrar (ER) 231 wpa_supplicant can be used as a WPS ER to configure an AP or enroll 236 Separate wpa_supplicant process can be started for WPS ER 239 example, following command could be used to start the ER: 249 wpa_cli commands for ER functionality: 252 - start WPS ER functionality 255 - if run again while ER is active, the stored information (discovered APs 259 - stop WPS ER functionality 289 WPS ER events: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 351 bool operator==(const ExtRoot &ER) const { in operator ==() 352 return Kind == ER.Kind && V.ImmVal == ER.V.ImmVal; in operator ==() 354 bool operator!=(const ExtRoot &ER) const { in operator !=() 355 return !operator==(ER); in operator !=() 357 bool operator<(const ExtRoot &ER) const; 365 ExtValue(const ExtRoot &ER, int32_t Off) : ExtRoot(ER), Offset(Off) {} in ExtValue() 399 void assignInits(const ExtRoot &ER, unsigned Begin, unsigned End, 425 friend raw_ostream &operator<< (raw_ostream &OS, const ExtRoot &ER); 508 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtRoot &ER) { in operator <<() argument 509 switch (ER.Kind) { in operator <<() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 643 const ElementRegion *ER = nullptr; in getDescriptiveName() local 644 while ((ER = R->getAs<ElementRegion>())) { in getDescriptiveName() 646 if (auto CI = ER->getIndex().getAs<nonloc::ConcreteInt>()) { in getDescriptiveName() 654 std::string Idx = ER->getDescriptiveName(false); in getDescriptiveName() 659 R = ER->getSuperRegion(); in getDescriptiveName() 1160 const ElementRegion *ER = cast<ElementRegion>(R); in StripCasts() local 1161 if (!ER->getIndex().isZeroConstant()) in StripCasts() 1163 R = ER->getSuperRegion(); in StripCasts() 1190 const ElementRegion *ER = this; in getAsArrayOffset() local 1196 while (ER) { in getAsArrayOffset() [all …]
|
D | RegionStore.cpp | 1425 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) { in getBinding() local 1431 return CastRetrievedVal(getBindingForElement(B, ER), ER, T, false); in getBinding() 1541 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in findLazyBinding() local 1542 Result = findLazyBinding(B, cast<SubRegion>(ER->getSuperRegion()), in findLazyBinding() 1546 Result.second = MRMgr.getElementRegionWithSuper(ER, Result.second); in findLazyBinding() 1690 if (const ElementRegion *ER = dyn_cast<ElementRegion>(LazyBindingRegion)) in getLazyBinding() local 1691 Result = getBindingForElement(LazyBinding, ER); in getLazyBinding() 1764 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Base)) { in getBindingForFieldOrElementCommon() local 1765 NonLoc index = ER->getIndex(); in getBindingForFieldOrElementCommon() 2093 const ElementRegion *ER = MRMgr.getElementRegion(ElementTy, Idx, R, Ctx); in bindArray() local [all …]
|
D | ProgramState.cpp | 710 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg)) in isTainted() local 711 return isTainted(ER->getSuperRegion(), K) || isTainted(ER->getIndex(), K); in isTainted() 716 if (const SubRegion *ER = dyn_cast<SubRegion>(Reg)) in isTainted() local 717 return isTainted(ER->getSuperRegion(), K); in isTainted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumSymbol.cpp | 49 codeview::EnumRecord &ER) { in visitKnownRecord() argument 50 Record = ER; in visitKnownRecord()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVDecorate.h | 114 auto ER = BaseType::equal_range(Dec); in insert() local 115 for (auto I = ER.first, E = ER.second; I != E; ++I) { in insert()
|
D | SPIRVModule.cpp | 398 auto ER = DecorateSet.equal_range(D); in optimizeDecorates() local 399 SPIRVDBG(spvdbgs() << " equal range " << **ER.first in optimizeDecorates() 401 if (ER.second != DecorateSet.end()) in optimizeDecorates() 402 spvdbgs() << **ER.second; in optimizeDecorates() 406 if (std::distance(ER.first, ER.second) < 2) { in optimizeDecorates() 407 I = ER.second; in optimizeDecorates() 417 for (I = ER.first; I != ER.second; ++I) { in optimizeDecorates() 428 DecorateSet.erase(ER.first, ER.second); in optimizeDecorates()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 181 ExprResult ER = CheckPlaceholderExpr(Exprs[i]); in ActOnGCCAsmStmt() local 182 if (ER.isInvalid()) in ActOnGCCAsmStmt() 184 Exprs[i] = ER.get(); in ActOnGCCAsmStmt() 262 ExprResult ER = CheckPlaceholderExpr(Exprs[i]); in ActOnGCCAsmStmt() local 263 if (ER.isInvalid()) in ActOnGCCAsmStmt() 265 Exprs[i] = ER.get(); in ActOnGCCAsmStmt()
|
/external/icu/icu4c/source/data/translit/ |
D | sr_sr_Latn_BGN.txt | 99 Р → R ; # CYRILLIC CAPITAL LETTER ER 100 р → r ; # CYRILLIC SMALL LETTER ER
|
D | mk_mk_Latn_BGN.txt | 128 Р → R ; # CYRILLIC CAPITAL LETTER ER 129 р → r ; # CYRILLIC SMALL LETTER ER
|
D | Cyrl_Latn.txt | 136 р ↔ r ; # CYRILLIC SMALL LETTER ER 137 Р ↔ R ; # CYRILLIC CAPITAL LETTER ER 138 # ҏ ↔ XXX ; # CYRILLIC SMALL LETTER ER WITH TICK 139 # Ҏ ↔ XXX ; # CYRILLIC CAPITAL LETTER ER WITH TICK
|
D | az_Cyrl_az_BGN.txt | 131 Р → R ; # CYRILLIC CAPITAL LETTER ER 132 р → r ; # CYRILLIC SMALL LETTER ER
|
D | mn_mn_Latn_BGN.txt | 91 Р → R ; # CYRILLIC CAPITAL LETTER ER 92 р → r ; # CYRILLIC SMALL LETTER ER
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuregions | 12 Africa/Asmera ER
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 872 Entry &ER = getCutoffEntryBase()[I]; in setEntry() local 873 ER.Cutoff = E.Cutoff; in setEntry() 874 ER.MinBlockCount = E.MinCount; in setEntry() 875 ER.NumBlocks = E.NumCounts; in setEntry()
|
/external/clang/test/Preprocessor/ |
D | microsoft-ext.c | 35 MAKE_FUNC(MAK, ER, int a, _COMMA, int b);
|
/external/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 31 ER{"厄立特里亞"}
|
D | fa_AF.txt | 30 ER{"اریتریا"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 985 Entry &ER = getCutoffEntryBase()[I]; in setEntry() local 986 ER.Cutoff = E.Cutoff; in setEntry() 987 ER.MinBlockCount = E.MinCount; in setEntry() 988 ER.NumBlocks = E.NumCounts; in setEntry()
|