Searched refs:SM (Results 126 - 150 of 185) sorted by relevance

12345678

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h656 StoreManager &SM = *getStateManager().StoreMgr; local
660 Base = SM.getLValueField(cast<FieldDecl>(*I), Base);
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp32 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) {
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp867 SourceMgr SM;
868 yaml::Stream S(Buf->getBuffer(), SM);
/external/clang/lib/Sema/
H A DSemaChecking.cpp3142 SourceManager &SM = PP.getSourceManager(); local
3144 if (SM.isMacroArgExpansion(SL)) {
3145 ReadableName = Lexer::getImmediateMacroName(SL, SM, LangOpts);
3146 SL = SM.getSpellingLoc(SL);
3147 DSR = SourceRange(SM.getSpellingLoc(DSR.getBegin()),
3148 SM.getSpellingLoc(DSR.getEnd()));
3149 SSR = SourceRange(SM.getSpellingLoc(SSR.getBegin()),
3150 SM.getSpellingLoc(SSR.getEnd()));
3387 SourceManager &SM = PP.getSourceManager(); local
3390 if (SM
[all...]
H A DSemaObjCProperty.cpp218 SourceManager &SM = Context.getSourceManager();
219 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
222 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp);
228 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
H A DSemaExprObjC.cpp1837 SourceManager &SM = S.SourceMgr;
1838 edit::Commit ECommit(SM, S.LangOpts);
1857 Edit.getInsertFromRange(SM),
1861 Builder.AddFixItHint(FixItHint::CreateRemoval(Edit.getFileRange(SM)));
2791 SourceManager &SM = S.getSourceManager(); local
2792 char PrevChar = *SM.getCharacterData(range.getBegin().getLocWithOffset(-1));
H A DSemaType.cpp1752 const SourceManager &SM = S.getSourceManager(); local
1761 if (!Loc.isValid() || SM.isBeforeInTranslationUnit(ConstQualLoc, Loc))
1768 if (!Loc.isValid() || SM.isBeforeInTranslationUnit(VolatileQualLoc, Loc))
1775 if (!Loc.isValid() || SM.isBeforeInTranslationUnit(RestrictQualLoc, Loc))
H A DSemaCodeComplete.cpp817 std::list<ShadowMap>::iterator SM, SMEnd = ShadowMaps.end(); local
819 for (SM = ShadowMaps.begin(); SM != SMEnd; ++SM) {
821 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
822 if (NamePos != SM->end()) {
/external/clang/lib/AST/
H A DExpr.cpp816 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, argument
831 SourceLocation StrTokSpellingLoc = SM.getSpellingLoc(StrTokLoc);
834 std::pair<FileID, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc);
836 StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
843 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,
849 StringLiteralParser SLP(&TheTok, 1, SM, Features, Target);
859 return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features);
H A DDeclBase.cpp177 TheLoc.print(OS, SM);
/external/clang/lib/Serialization/
H A DASTWriter.cpp1027 SourceManager &SM = Context.getSourceManager(); local
1028 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID())) {
1046 Record.push_back(SM.getMainFileID().getOpaqueValue());
3927 SourceManager &SM = Context->getSourceManager();
3928 SourceLocation FileLoc = SM.getFileLoc(Loc);
3929 assert(SM.isLocalSourceLocation(FileLoc));
3932 llvm::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
3935 const SrcMgr::SLocEntry *Entry = &SM.getSLocEntry(FID);
/external/clang/include/clang/AST/
H A DStmt.h367 LLVM_ATTRIBUTE_USED void dump(SourceManager &SM) const;
368 void dump(raw_ostream &OS, SourceManager &SM) const;
372 void dumpAll(SourceManager &SM) const;
H A DComment.h175 const SourceManager *SM) const;
/external/clang/lib/Parse/
H A DParseExpr.cpp321 const SourceManager &SM = PP.getSourceManager(); local
326 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
329 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
H A DParseExprCXX.cpp40 SourceManager &SM = PP.getSourceManager(); local
41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
43 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
/external/clang/tools/libclang/
H A DCXCursor.cpp919 SourceManager &SM = static_cast<ASTUnit *>(TU->TUData)->getSourceManager();
922 if (SM.isBeforeInTranslationUnit(Loc, Category->getLocation()))
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp134 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
3413 MCAsmParser *llvm::createMCAsmParser(SourceMgr &SM, argument
3416 return new AsmParser(SM, C, Out, MAI);
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp340 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { argument
342 SpillMode = SM;
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1381 const SourceManager &SM = CGF.CGM.getContext().getSourceManager(); local
1388 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts,
/external/clang/include/clang/Lex/
H A DPreprocessor.h371 SourceManager &SM, HeaderSearch &Headers,
/external/jpeg/
H A Dconfig.guess705 SM[BE]S:UNIX_SV:*:*)
/external/qemu/distrib/jpeg-6b/
H A Dconfig.guess705 SM[BE]S:UNIX_SV:*:*)
/external/qemu-pc-bios/bochs/
H A Dconfig.guess990 SM[BE]S:UNIX_SV:*:*)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp862 if (const SCEVMulExpr *SM = dyn_cast<SCEVMulExpr>(Op)) {
865 for (unsigned i = 0, e = SM->getNumOperands(); i != e && !hasTrunc; ++i) {
866 const SCEV *S = getTruncateExpr(SM->getOperand(i), Ty);
5062 const SCEVMulExpr *SM = cast<SCEVMulExpr>(V);
5063 if (Constant *C = BuildConstantFromSCEV(SM->getOperand(0))) {
5066 for (unsigned i = 1, e = SM->getNumOperands(); i != e; ++i) {
5067 Constant *C2 = BuildConstantFromSCEV(SM->getOperand(i));
/external/chromium/third_party/libevent/
H A Dconfig.guess1159 SM[BE]S:UNIX_SV:*:*)

Completed in 529 milliseconds

12345678