Home
last modified time | relevance | path

Searched refs:OldM (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp417 const MachineMemOperand &OldM = getStoreTarget(FirstSt); in createWideStores() local
419 MF->getMachineMemOperand(OldM.getPointerInfo(), OldM.getFlags(), in createWideStores()
420 TotalSize, OldM.getAlign(), OldM.getAAInfo()); in createWideStores()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp565 ProgramState::GenericDataMap OldM = state->getGDM(); in removeGDM() local
566 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM()
568 if (NewM == OldM) in removeGDM()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1612 Module *OldM = Old->getOwningModule(); in CheckRedeclarationModuleOwnership() local
1616 if (OldM && OldM->isPrivateModule()) in CheckRedeclarationModuleOwnership()
1617 OldM = OldM->Parent; in CheckRedeclarationModuleOwnership()
1619 if (NewM == OldM) in CheckRedeclarationModuleOwnership()
1622 if (NewM && OldM) { in CheckRedeclarationModuleOwnership()
1625 if (NewM->isModuleImplementation() && OldM == ThePrimaryInterface) in CheckRedeclarationModuleOwnership()
1630 if ((NewM->isModulePartition() || OldM->isModulePartition()) && in CheckRedeclarationModuleOwnership()
1631 getASTContext().isInSameModule(NewM, OldM)) in CheckRedeclarationModuleOwnership()
1636 bool OldIsModuleInterface = OldM && OldM->isNamedModule(); in CheckRedeclarationModuleOwnership()
1646 << (OldIsModuleInterface ? OldM->getFullModuleName() : ""); in CheckRedeclarationModuleOwnership()
[all …]