Searched defs:RS (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp31 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
35 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, argument
39 const Expr *RetE = RS->getRetValue();
H A DReturnUndefChecker.cpp35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
39 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, argument
41 const Expr *RetE = RS->getRetValue();
H A DCheckObjCDealloc.cpp204 Selector RS = Ctx.Selectors.getSelector(0, &RII); local
234 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
H A DStackAddrEscapeChecker.cpp35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
119 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS, argument
122 const Expr *RetE = RS->getRetValue();
H A DMallocChecker.cpp93 static RefState getEscaped(const RefState *RS) { argument
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
332 const Expr *DeallocExpr, const RefState *RS,
1235 const RefState *RS = C.getState()->get<RegionState>(Sym); local
1236 assert(RS);
1237 return getCheckIfTracked(RS->getAllocationFamily());
1381 const RefState *RS,
1397 const Expr *AllocExpr = cast<Expr>(RS->getStmt());
1419 printExpectedDeallocName(os, RS
1378 ReportMismatchedDealloc(CheckerContext &C, SourceRange Range, const Expr *DeallocExpr, const RefState *RS, SymbolRef Sym, bool OwnershipTransferred) const argument
1739 const RefState *RS = C.getState()->get<RegionState>(Sym); local
1807 RegionStateTy RS = state->get<RegionState>(); local
1964 const RefState *RS = C.getState()->get<RegionState>(Sym); local
2001 RegionStateTy RS = state->get<RegionState>(); local
2189 retTrue(const RefState *RS) argument
2193 checkIfNewOrNewArrayFamily(const RefState *RS) argument
2269 const RefState *RS = state->get<RegionState>(Sym); local
2352 RegionStateTy RS = State->get<RegionState>(); local
[all...]
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.h48 RegScavenger *RS; member in class:llvm::PEI
H A DBranchFolding.h93 RegScavenger *RS; member in class:llvm::BranchFolder
H A DTailDuplication.cpp68 std::unique_ptr<RegScavenger> RS; member in class:__anon25829::TailDuplicatePass
145 RS.reset();
147 RS.reset(new RegScavenger());
796 if (RS && !TailBB->livein_empty()) {
798 RS->enterBasicBlock(PredBB);
800 RS->forward(std::prev(PredBB->end()));
802 RS->getRegsUsed(RegsLiveAtExit, false);
H A DMachineVerifier.cpp139 bool addPassed(const RegSet &RS) { argument
141 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
158 bool addRequired(const RegSet &RS) { argument
160 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFUnit.h66 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
78 void setRangesSection(StringRef RS, uint32_t Base) { argument
79 RangeSection = RS;
H A DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
23 : Abbrev(DA), InfoSection(IS), RangeSection(RS), StringSection(SS),
/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp67 RegScavenger &RS);
121 RegScavenger RS; local
127 RS.enterBasicBlock(MBB);
134 RS.forward(MII);
141 convertLoopInstr(MF, MII, RS);
162 RegScavenger &RS) {
166 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
160 convertLoopInstr(MachineFunction &MF, MachineBasicBlock::iterator &MII, RegScavenger &RS) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp97 const ReturnStmt *RS = cast<ReturnStmt>(S); local
98 if (const Expr *RE = RS->getRetValue())
H A DRangeConstraintManager.cpp82 RangeSet(PrimRangeSet RS) : ranges(RS) {} argument
H A DExprEngineCallAndReturn.cpp245 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) {
247 SVal V = state->getSVal(RS, LCtx);
991 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, argument
995 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this);
999 if (RS->getRetValue()) {
1002 B.generateNode(RS, *it, (*it)->getState());
/external/guava/guava/src/com/google/common/base/
H A DAscii.java335 * relationship shall be: FS is the most inclusive, then GS, then RS,
355 public static final byte RS = 30; field in class:Ascii
/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h89 NodeMetadata() : RS(Unprocessed), DeniedOpts(0), OptUnsafeEdges(nullptr){}
97 ReductionState getReductionState() const { return RS; }
98 void setReductionState(ReductionState RS) { this->RS = RS; } argument
123 ReductionState RS; member in class:PBQP::RegAlloc::NodeMetadata
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp121 RS = 5, enumerator in enum:__anon110
531 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
539 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
548 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rs */
558 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rrear */
895 if (drcComp->channelIdx[RS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1); /* Rs */
908 if (drcComp->channelIdx[RS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1); /* Rs */
910 if ((drcComp->channelIdx[RS] >
[all...]
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp567 const ConstantStruct *RS = cast<ConstantStruct>(R); local
574 cast<Constant>(RS->getOperand(i))))
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp138 bool AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM);
322 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, argument
324 Regex R(RS);
327 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error,
332 RegExStr += RS.str();
/external/clang/lib/Sema/
H A DSemaLambda.cpp679 const ReturnStmt *RS = *I; local
680 const Expr *RetE = RS->getRetValue();
688 Diag(RS->getLocStart(),
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp73 RegScavenger *RS; member in struct:__anon25980::ARMLoadStoreOpt
1327 RS->forward(std::prev(Loc));
1516 RS->enterBasicBlock(&MBB);
1629 RS->FindUnusedReg(isThumb1 ? &ARM::tGPRRegClass : &ARM::GPRRegClass);
1632 RS->forward(std::prev(MBBI));
1653 // RS may be pointing to an instruction that's deleted.
1654 RS->skipTo(std::prev(MBBI));
1660 RS->forward(std::prev(MBBI));
1733 RS = new RegScavenger();
1739 delete RS;
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java972 RS(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 492 milliseconds

12