Searched refs:MR (Results 51 - 61 of 61) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp425 const MemRegion *MR = C.getSVal(NewE).getAsRegion(); local
426 if (!MR)
429 C.addTransition(setDynamicTypeInfo(C.getState(), MR, NewE->getType(),
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h405 const MemRegion* MR,
407 return processRegionChanges(state, nullptr, MR, MR, LCtx, nullptr);
404 processRegionChange(ProgramStateRef state, const MemRegion* MR, const LocationContext *LCtx) argument
H A DMemRegion.h1331 /// \returns The static size in bytes of the region \p MR.
1332 /// \note The region \p MR must be a 'SubRegion'.
1333 DefinedOrUnknownSVal getStaticSize(const MemRegion *MR,
1548 void setTrait(const MemRegion *MR, InvalidationKinds IK);
1550 bool hasTrait(const MemRegion *MR, InvalidationKinds IK) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp980 ModRefInfo MR = AA->getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); local
982 if (isModOrRefSet(MR))
983 MR = AA->callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), DT);
984 if (isModOrRefSet(MR))
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp169 if (const SubRegion *MR =
176 MR, NE->getType()->getPointeeType()));
H A DCallEvent.cpp274 if (const MemRegion *MR = getArgSVal(Idx).getAsRegion())
275 ETraits.setTrait(MR->getBaseRegion(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1616 BitTracker::RegisterRef MR;
1619 if (findMatch(R, MR, AVB)) {
1622 .addReg(MR.Reg, 0, MR.Sub);
1623 BT.put(BitTracker::RegisterRef(NewR), BT.get(MR));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp6161 SectionRef MR = get_section(O, "__OBJC2", "__message_refs"); local
6162 if (MR == SectionRef())
6163 MR = get_section(O, "__DATA", "__objc_msgrefs");
6164 if (MR == SectionRef())
6165 MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
6166 if (MR == SectionRef())
6167 MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
6168 info.S = MR;
6169 print_message_refs64(MR, &info);
6242 SectionRef MR local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp838 void modifyPassConfig(MaterializationResponsibility &MR, LinkGraph &G,
843 Error notifyFailed(MaterializationResponsibility &MR) override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1904 ModifierRecord MR(ModifiedTI, Mods);
1905 return TypeTable.writeLeafType(MR);
2507 ModifierRecord MR(TypeIndex::Int32(), ModifierOptions::Const);
2508 TypeIndex ModifiedTI = TypeTable.writeLeafType(MR);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12970 MemberExpr *MR = dyn_cast<MemberExpr>(RHSExpr); local
12971 if (ML && MR) {
12972 if (!(isa<CXXThisExpr>(ML->getBase()) && isa<CXXThisExpr>(MR->getBase())))
12977 cast<ValueDecl>(MR->getMemberDecl()->getCanonicalDecl());

Completed in 210 milliseconds

123