Searched defs:MR (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/games/tetris/
H A Dshapes.c50 #define MR 1 /* middle right */ macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp37 MachineRegisterInfo &MR = MF.getRegInfo(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp28 getDynamicExtent(ProgramStateRef State, const MemRegion *MR, SValBuilder &SVB) argument
43 getDynamicElementCount(ProgramStateRef State, const MemRegion *MR, SValBuilder &SVB, QualType ElementTy) argument
81 setDynamicExtent(ProgramStateRef State, const MemRegion *MR, DefinedOrUnknownSVal Size, SValBuilder &SVB) argument
[all...]
H A DSimpleConstraintManager.cpp32 const MemRegion *MR = LV->getAsRegion(); local
H A DDynamicType.cpp44 DynamicTypeInfo getDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR) { argument
63 getRawDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR) argument
75 getDynamicCastInfo(ProgramStateRef State, const MemRegion *MR, QualType CastFromTy, QualType CastToTy) argument
99 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, DynamicTypeInfo NewTy) argument
106 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *MR, QualType NewTy, bool CanBeSubClassed) argument
111 setDynamicTypeAndCastInfo(ProgramStateRef State, const MemRegion *MR, QualType CastFromTy, QualType CastToTy, bool CastSucceeds) argument
158 isLive(SymbolReaper &SR, const MemRegion *MR) argument
[all...]
H A DSymbolManager.cpp408 bool SymbolReaper::isLiveRegion(const MemRegion *MR) { argument
[all...]
H A DStore.cpp230 const MemRegion *MR = V.getAsRegion(); local
307 static const CXXRecordDecl *getCXXRecordType(const MemRegion *MR) { argument
319 const MemRegion *MR = Base.getAsRegion(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp64 const MemRegion *MR = C.getSVal(DeletedObj).getAsRegion(); local
H A DUndefResultChecker.cpp48 const MemRegion *MR = Loc.castAs<loc::MemRegionVal>().getRegion(); local
H A DVforkChecker.cpp200 const MemRegion *MR = L.getAsRegion(); local
H A DExprInspectionChecker.cpp197 const MemRegion *MR = C.getSVal(Arg).getAsRegion(); local
274 const MemRegion *MR = getArgRegion(CE, C); local
287 const MemRegion *MR = getArgRegion(CE, C); local
302 const MemRegion *MR local
[all...]
H A DInnerPointerChecker.cpp143 markPtrSymbolsReleased(const CallEvent &Call, ProgramStateRef State, const MemRegion *MR, CheckerContext &C) const argument
H A DDereferenceChecker.cpp259 const MemRegion *MR = L.getAsRegion(); local
H A DArrayBoundCheckerV2.cpp181 const MemRegion *MR = rawOffset.getRegion(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp30 const MemRegion *const MR = local
61 const MemRegion *const MR = topRegionUsedByWait(PreCallEvent); local
146 allRegionsUsedByWait( llvm::SmallVector<const MemRegion *, 2> &ReqRegions, const MemRegion *const MR, const CallEvent &CE, CheckerContext &Ctx) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h71 virtual void modifyPassConfig(MaterializationResponsibility &MR, argument
77 virtual void notifyMaterializing(MaterializationResponsibility &MR, argument
82 virtual void notifyLoaded(MaterializationResponsibility &MR) {} argument
83 virtual Error notifyEmitted(MaterializationResponsibility &MR) { argument
96 getSyntheticSymbolLocalDependencies(MaterializationResponsibility &MR) { argument
[all...]
H A DCore.h1248 std::unique_ptr<MaterializationResponsibility> MR; member in class:llvm::orc::SymbolState::MaterializationTask
1240 MaterializationTask(std::unique_ptr<MaterializationUnit> MU, std::unique_ptr<MaterializationResponsibility> MR) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp19 JITDylibSearchOrderResolver(MaterializationResponsibility &MR) : MR(MR) {} argument
70 MaterializationResponsibility &MR; member in class:__anon1956::JITDylibSearchOrderResolver
H A DMachOPlatform.cpp300 modifyPassConfig( MaterializationResponsibility &MR, jitlink::LinkGraph &LG, jitlink::PassConfiguration &Config) argument
391 getSyntheticSymbolLocalDependencies( MaterializationResponsibility &MR) argument
415 processObjCImageInfo( jitlink::LinkGraph &G, MaterializationResponsibility &MR) argument
[all...]
H A DDebugObjectManagerPlugin.cpp397 notifyMaterializing( MaterializationResponsibility &MR, LinkGraph &G, JITLinkContext &Ctx, MemoryBufferRef ObjBuffer) argument
414 modifyPassConfig( MaterializationResponsibility &MR, LinkGraph &G, PassConfiguration &PassConfig) argument
435 notifyEmitted( MaterializationResponsibility &MR) argument
474 notifyFailed( MaterializationResponsibility &MR) argument
[all...]
H A DObjectLinkingLayer.cpp124 ObjectLinkingLayerJITLinkContext( ObjectLinkingLayer &Layer, std::unique_ptr<MaterializationResponsibility> MR, std::unique_ptr<MemoryBuffer> ObjBuffer) argument
558 std::unique_ptr<MaterializationResponsibility> MR; member in namespace:llvm::orc
617 modifyPassConfig(MaterializationResponsibility &MR, LinkGraph &G, PassConfiguration &PassConfig) argument
624 notifyLoaded(MaterializationResponsibility &MR) argument
629 notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc) argument
689 modifyPassConfig( MaterializationResponsibility &MR, LinkGraph &G, PassConfiguration &PassConfig) argument
704 notifyEmitted( MaterializationResponsibility &MR) argument
727 notifyFailed( MaterializationResponsibility &MR) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h100 void emit(std::unique_ptr<MaterializationResponsibility> MR, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp212 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h404 processRegionChange(ProgramStateRef state, const MemRegion* MR, const LocationContext *LCtx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp431 MachineOperand &MR = FirstSt->getOperand(0); local
454 MachineOperand &MR = FirstSt->getOperand(0); local

Completed in 503 milliseconds

12