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

123

/external/libcxx/test/re/re.results/
H A Dtypes.pass.cpp35 typedef std::match_results<CharT*> MR; typedef
36 static_assert((std::is_same<typename MR::value_type, std::sub_match<CharT*> >::value), "");
37 static_assert((std::is_same<typename MR::const_reference, const std::sub_match<CharT*>& >::value), "");
38 static_assert((std::is_same<typename MR::reference, std::sub_match<CharT*>& >::value), "");
39 static_assert((!std::is_same<typename MR::const_iterator, void>::value), "");
40 static_assert((std::is_same<typename MR::difference_type, std::ptrdiff_t>::value), "");
41 static_assert((std::is_same<typename MR::size_type, std::size_t>::value), "");
42 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
43 static_assert((std::is_same<typename MR::char_type, CharT>::value), "");
44 static_assert((std::is_same<typename MR
[all...]
/external/smack/src/org/xbill/DNS/
H A DMRRecord.java23 * Creates a new MR Record with the given data
29 super(name, Type.MR, dclass, ttl, newName, "new name");
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp239 intptr_t ARMJITInfo::resolveRelocDestAddr(MachineRelocation *MR) const {
240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
243 return (intptr_t)(MR->getResultPointer());
246 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
249 return getJumpTableBaseAddr(MR->getJumpTableIndex());
253 return getConstantPoolEntryAddr(MR->getConstantPoolIndex());
255 ARMConstantPoolValue *ACPV = (ARMConstantPoolValue*)MR->getConstantVal();
258 intptr_t Addr = (intptr_t)(MR->getResultPointer());
268 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, argument
[all...]
H A DARMJITInfo.h79 void relocate(void *Function, MachineRelocation *MR,
173 intptr_t resolveRelocDestAddr(MachineRelocation *MR) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp227 const MemRegion *MR = V.getAsRegion(); local
228 if (!MR)
231 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR);
298 static const CXXRecordDecl *getCXXRecordType(const MemRegion *MR) { argument
299 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR))
301 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR))
310 const MemRegion *MR = Base.getAsRegion(); local
311 if (!MR)
323 while (const CXXRecordDecl *MRClass = getCXXRecordType(MR)) {
326 return loc::MemRegionVal(MR);
[all...]
H A DSymbolManager.cpp409 bool SymbolReaper::isLiveRegion(const MemRegion *MR) { argument
410 if (RegionRoots.count(MR))
413 MR = MR->getBaseRegion();
415 if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(MR))
418 if (const VarRegion *VR = dyn_cast<VarRegion>(MR))
425 if (isa<AllocaRegion>(MR))
428 if (isa<CXXThisRegion>(MR))
431 if (isa<MemSpaceRegion>(MR))
434 if (isa<CodeTextRegion>(MR))
[all...]
/external/llvm/lib/Analysis/
H A DAliasAnalysisCounter.cpp32 unsigned NoMR, JustRef, JustMod, MR; member in class:__anon25662::AliasAnalysisCounter
39 NoMR = JustRef = JustMod = MR = 0;
48 unsigned MRSum = NoMR+JustRef+JustMod+MR;
69 printLine("mod/ref", MR, MRSum);
72 << "%/" << MR*100/MRSum <<"%\n\n";
160 case ModRef: MR++; MRString = "ModRef"; break;
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp248 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, argument
250 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
252 void *RelocPos = (char*) Function + MR->getMachineCodeOffset();
253 intptr_t ResultPtr = (intptr_t) MR->getResultPointer();
255 switch ((Mips::RelocationType) MR->getRelocationType()) {
268 if ((((intptr_t) (MR->getResultPointer()) & 0xffff) >> 15) == 1) {
H A DMipsJITInfo.h58 void relocate(void *Function, MachineRelocation *MR,
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h34 void relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs,
H A DPPCJITInfo.cpp424 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, argument
426 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
427 unsigned *RelocPos = (unsigned*)Function + MR->getMachineCodeOffset()/4;
428 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
429 switch ((PPC::RelocationType)MR->getRelocationType()) {
448 ResultPtr += MR->getConstantVal();
451 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
467 ResultPtr += MR->getConstantVal();
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h56 void relocate(void *Function, MachineRelocation *MR,
H A DSparcJITInfo.cpp276 void SparcJITInfo::relocate(void *Function, MachineRelocation *MR, argument
278 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
279 void *RelocPos = (char*) Function + MR->getMachineCodeOffset();
280 intptr_t ResultPtr = (intptr_t) MR->getResultPointer();
282 switch ((SP::RelocationType) MR->getRelocationType()) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h124 const MemRegion* MR) {
125 return processRegionChanges(state, nullptr, MR, MR, nullptr);
123 processRegionChange(ProgramStateRef state, const MemRegion* MR) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.rl45 MR = 22; # Medial Ra
54 syllable_tail = (VPre|VAbv|VBlw|VPst|H.C|CM|MR|T|A)*;
H A Dhb-ot-shape-complex-myanmar-machine.rl51 MR = 22;
71 medial_group = MY? MR? MW? MH? As?;
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h64 void relocate(void *Function, MachineRelocation *MR,
H A DX86JITInfo.cpp548 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, argument
550 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
551 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
552 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
553 switch ((X86::RelocationType)MR->getRelocationType()) {
557 ResultPtr = ResultPtr -(intptr_t)RelocPos - 4 - MR->getConstantVal();
564 ResultPtr = ResultPtr - ((intptr_t)Function + MR->getConstantVal());
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp397 void addRelocation(const MachineRelocation &MR) override {
398 Relocations.push_back(MR);
832 MachineRelocation &MR = Relocations[i]; local
834 if (!MR.letTargetResolve()) {
835 if (MR.isExternalSymbol()) {
836 ResultPtr = TheJIT->getPointerToNamedFunction(MR.getExternalSymbol(),
838 DEBUG(dbgs() << "JIT: Map \'" << MR.getExternalSymbol() << "\' to ["
842 if (MR.mayNeedFarStub()) {
845 } else if (MR.isGlobalValue()) {
846 ResultPtr = getPointerToGlobal(MR
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp127 const MemRegion *MR,
132 const MemRegion *MR,
151 const MemRegion *MR);
621 const MemRegion *MR,
625 MR = MR->StripCasts();
627 switch (MR->getKind()) {
655 return state->remove<CStringLength>(MR);
657 return state->set<CStringLength>(MR, strLength);
663 const MemRegion *MR,
620 setCStringLength(ProgramStateRef state, const MemRegion *MR, SVal strLength) argument
660 getCStringLengthForRegion(CheckerContext &C, ProgramStateRef &state, const Expr *Ex, const MemRegion *MR, bool hypothetical) argument
701 const MemRegion *MR = Buf.getAsRegion(); local
865 SummarizeRegion(raw_ostream &os, ASTContext &Ctx, const MemRegion *MR) argument
1959 const MemRegion *MR = VarLoc.getAsRegion(); local
1995 const MemRegion *MR = *I; local
2010 const MemRegion *MR = I.getKey(); local
[all...]
H A DDynamicTypePropagation.cpp201 const MemRegion *MR = C.getSVal(NewE).getAsRegion(); local
202 if (!MR)
205 C.addTransition(C.getState()->setDynamicTypeInfo(MR, NewE->getType(),
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-codes-ia32.h66 // MR = [register]
73 V(MR) /* [%r0] */ \
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h103 virtual void relocate(void *Function, MachineRelocation *MR, argument
/external/eigen/bench/
H A Dgeometry.cpp64 template<typename S, int R, int C, int O, int MR, int MC>
65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; };
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-codes-x64.h84 // MR = [register]
90 V(MR) /* [%r1] */ \

Completed in 7348 milliseconds

123