Searched defs:SM (Results 1 - 25 of 171) sorted by relevance

1234567

/external/libcxx/test/std/re/re.submatch/re.submatch.members/
H A Ddefault.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm;
30 typedef std::sub_match<const CharT*> SM; typedef
31 SM sm;
H A Dcompare_value_type_ptr.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm = SM();
36 typedef std::sub_match<const CharT*> SM; typedef
37 SM sm = SM();
H A Dlength.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm = SM();
35 typedef std::sub_match<const CharT*> SM; typedef
36 SM sm = SM();
H A Dcompare_string_type.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 typedef SM::string_type string;
26 SM sm = SM();
37 typedef std::sub_match<const CharT*> SM; typedef
38 typedef SM::string_type string;
39 SM sm = SM();
H A Dcompare_sub_match.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm = SM();
26 SM sm2 = SM();
40 typedef std::sub_match<const CharT*> SM; typedef
41 SM sm = SM();
42 SM sm2 = SM();
[all...]
H A Doperator_string.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm = SM();
26 SM::string_type str = sm;
37 typedef std::sub_match<const CharT*> SM; typedef
38 SM sm = SM();
39 SM::string_type str = sm;
H A Dstr.pass.cpp24 typedef std::sub_match<const CharT*> SM; typedef
25 SM sm = SM();
26 SM::string_type str = sm.str();
37 typedef std::sub_match<const CharT*> SM; typedef
38 SM sm = SM();
39 SM::string_type str = sm.str();
/external/libcxx/test/std/re/re.submatch/
H A Dtypes.pass.cpp34 typedef std::sub_match<char*> SM; typedef
35 static_assert((std::is_same<SM::iterator, char*>::value), "");
36 static_assert((std::is_same<SM::value_type, char>::value), "");
37 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
38 static_assert((std::is_same<SM::string_type, std::string>::value), "");
39 static_assert((std::is_convertible<SM*, std::pair<char*, char*>*>::value), "");
41 SM sm;
47 typedef std::sub_match<wchar_t*> SM; typedef
48 static_assert((std::is_same<SM::iterator, wchar_t*>::value), "");
49 static_assert((std::is_same<SM
[all...]
/external/clang/include/clang/Basic/
H A DSanitizerBlacklist.h28 SourceManager &SM; member in class:clang::SanitizerBlacklist
32 SourceManager &SM);
H A DPrettyStackTrace.h28 SourceManager &SM; member in class:clang::PrettyStackTraceLoc
33 : SM(sm), Loc(L), Message(Msg) {}
H A DPlistSupport.h22 const SourceManager &SM, SourceLocation L) {
23 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
31 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, argument
33 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
90 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, argument
94 FullSourceLoc Loc(SM.getExpansionLoc(L), const_cast<SourceManager &>(SM));
102 EmitInteger(o, GetFID(FM, SM, Lo
21 AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, const SourceManager &SM, SourceLocation L) argument
106 EmitRange(raw_ostream &o, const SourceManager &SM, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteTest.cpp20 SourceManager &SM = PP.getSourceManager(); local
23 TokenRewriter Rewriter(SM.getMainFileID(), SM, LangOpts);
/external/apache-http/src/org/apache/http/cookie/
H A DSM.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/SM.java $
46 public interface SM { interface
/external/libcxx/test/std/re/re.submatch/re.submatch.op/
H A Dstream.pass.cpp28 typedef std::sub_match<typename string::const_iterator> SM; typedef
30 SM sm;
/external/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h94 YAMLStream(this->Database->getBuffer(), SM) {}
126 llvm::SourceMgr SM; member in class:clang::tooling::JSONCompilationDatabase
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp37 SourceManager &SM,
50 AddFID(FM, Fids, SM, D.getLocation());
54 AddFID(FM, Fids, SM, RI->getBegin());
55 AddFID(FM, Fids, SM, RI->getEnd());
76 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n';
103 EmitLocation(o, SM, D.getLocation(), FM, 2);
110 CharSourceRange ExpansionRange(SM.getExpansionRange(R.getAsRange()),
112 EmitRange(o, SM, Lexer::getAsCharRange(ExpansionRange, SM, LangOpts),
35 writeARCDiagsToPlist(const std::string &outPath, ArrayRef<StoredDiagnostic> diags, SourceManager &SM, const LangOptions &LangOpts) argument
/external/clang/lib/Basic/
H A DSanitizerBlacklist.cpp19 const std::vector<std::string> &BlacklistPaths, SourceManager &SM)
20 : SCL(llvm::SpecialCaseList::createOrDie(BlacklistPaths)), SM(SM) {}
44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category);
18 SanitizerBlacklist( const std::vector<std::string> &BlacklistPaths, SourceManager &SM) argument
/external/clang/lib/Lex/
H A DScratchBuffer.cpp24 ScratchBuffer::ScratchBuffer(SourceManager &SM) argument
25 : SourceMgr(SM), CurBuffer(nullptr) {
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp29 SourceManager &SM = CXXUnit->getSourceManager(); variable
32 const bool HasPreamble = SM.getPreambleFileID().isValid();
36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
54 PresumedLoc PLoc = SM.getPresumedLoc(L);
81 SourceManager &SM = cxtu::getASTUnit(TU)->getSourceManager(); local
82 const unsigned n = SM.local_sloc_entry_size();
89 if (n == 1 || SM.getPreambleFileID().isValid()) {
91 SM.loaded_sloc_entry_size(), TU, CB, clientData);
H A DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, argument
35 CXSourceLocation Result = { { &SM, &LangOpts, },
54 CXSourceRange translateSourceRange(const SourceManager &SM,
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h35 SourceMgr *SM; member in struct:llvm::PerFunctionMIParsingState
47 PerFunctionMIParsingState(MachineFunction &MF, SourceMgr &SM,
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DParser.cpp29 SourceMgr SM; local
30 SM.AddNewSourceBuffer(F, SMLoc());
34 return LLParser(F, SM, Err, M).Run() ? 0 : M;
38 if (LLParser(F, SM, Err, M2.get()).Run())
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp28 SMap *SM = AsMap(M); local
34 SMap::iterator I = SM->find(X);
35 if (I != SM->end()) {
39 (*SM)[X] = B;
49 static void Accumulate(SMap &SM, CFGBlock *B) { argument
57 CFGBlock *&Entry = SM[CS->getStmt()];
69 SM[Label] = B;
75 SM[Term] = B;
82 SMap *SM = new SMap();
87 Accumulate(*SM, *
[all...]
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp119 const SourceManager &SM = Info.getSourceManager(); local
120 FileID FID = SM.getMainFileID();
122 const FileEntry *FE = SM.getFileEntryForID(FID);
144 const SourceManager &SM = Info.getSourceManager(); local
145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
149 FileID FID = SM.getFileID(Info.getLocation());
151 const FileEntry *FE = SM.getFileEntryForID(FID);
/external/clang/lib/Rewrite/
H A DTokenRewriter.cpp21 TokenRewriter::TokenRewriter(FileID FID, SourceManager &SM, argument
23 ScratchBuf.reset(new ScratchBuffer(SM));
26 const llvm::MemoryBuffer *FromFile = SM.getBuffer(FID);
27 Lexer RawLex(FID, FromFile, SM, LangOpts);

Completed in 520 milliseconds

1234567