Searched refs:SM (Results 1 - 25 of 243) sorted by relevance

12345678910

/external/libcxx/test/re/re.submatch/re.submatch.members/
H A Dcompare_string_type.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 typedef SM::string_type string;
25 SM sm = SM();
26 SM sm2 = SM();
37 typedef std::sub_match<const CharT*> SM; typedef
38 typedef SM::string_type string;
39 SM sm = SM();
[all...]
H A Ddefault.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm;
29 typedef std::sub_match<const CharT*> SM; typedef
30 SM sm;
H A Dcompare_value_type_ptr.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm = SM();
25 SM sm2 = SM();
36 typedef std::sub_match<const CharT*> SM; typedef
37 SM sm = SM();
38 SM sm2 = SM();
[all...]
H A Dlength.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm = SM();
34 typedef std::sub_match<const CharT*> SM; typedef
35 SM sm = SM();
H A Doperator_string.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm = SM();
25 SM::string_type str = sm;
36 typedef std::sub_match<const CharT*> SM; typedef
37 SM sm = SM();
38 SM::string_type str = sm;
H A Dstr.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm = SM();
25 SM::string_type str = sm.str();
36 typedef std::sub_match<const CharT*> SM; typedef
37 SM sm = SM();
38 SM::string_type str = sm.str();
H A Dcompare_sub_match.pass.cpp23 typedef std::sub_match<const CharT*> SM; typedef
24 SM sm = SM();
25 SM sm2 = SM();
39 typedef std::sub_match<const CharT*> SM; typedef
40 SM sm = SM();
41 SM sm2 = SM();
[all...]
/external/libcxx/test/re/re.submatch/
H A Dtypes.pass.cpp33 typedef std::sub_match<char*> SM; typedef
34 static_assert((std::is_same<SM::iterator, char*>::value), "");
35 static_assert((std::is_same<SM::value_type, char>::value), "");
36 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
37 static_assert((std::is_same<SM::string_type, std::string>::value), "");
38 static_assert((std::is_convertible<SM*, std::pair<char*, char*>*>::value), "");
40 SM sm;
46 typedef std::sub_match<wchar_t*> SM; typedef
47 static_assert((std::is_same<SM::iterator, wchar_t*>::value), "");
48 static_assert((std::is_same<SM
[all...]
/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/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/include/clang/Basic/
H A DPrettyStackTrace.h28 SourceManager &SM; member in class:clang::PrettyStackTraceLoc
33 : SM(sm), Loc(L), Message(Msg) {}
H A DPlistSupport.h23 const SourceManager &SM, SourceLocation L) {
24 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
32 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, argument
34 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
91 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, argument
95 FullSourceLoc Loc(SM.getExpansionLoc(L), const_cast<SourceManager &>(SM));
99 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpt
22 AddFID(FIDMap &FIDs, SmallVectorImpl<FileID> &V, const SourceManager &SM, SourceLocation L) argument
111 EmitRange(raw_ostream &o, const SourceManager &SM, const LangOptions &LangOpts, CharSourceRange R, const FIDMap &FM, unsigned indent) argument
[all...]
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp43 const SourceManager &SM,
47 while (SM.isMacroArgExpansion(Loc))
48 Loc = SM.getImmediateExpansionRange(Loc).first;
52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc))))
58 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).first);
62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
63 unsigned MacroTokenLength = Lexer::MeasureTokenLength(Loc, SM, LangOpt
42 getImmediateMacroName(SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) argument
92 mergeFixits(ArrayRef<FixItHint> FixItHints, const SourceManager &SM, const LangOptions &LangOpts, SmallVectorImpl<FixItHint> &MergedFixits) argument
123 emitDiagnostic(SourceLocation Loc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixItHints, const SourceManager *SM, DiagOrStoredDiag D) argument
210 emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, const SourceManager &SM) argument
235 emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM) argument
264 emitImportStack(SourceLocation Loc, const SourceManager &SM) argument
278 emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, const SourceManager &SM) argument
300 emitModuleBuildStack(const SourceManager &SM) argument
323 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument
387 emitCaret(SourceLocation Loc, DiagnosticsEngine::Level Level, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, const SourceManager &SM) argument
409 emitMacroExpansions(SourceLocation Loc, DiagnosticsEngine::Level Level, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints, const SourceManager &SM, unsigned &MacroDepth, unsigned OnMacroInst) argument
477 emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc, const SourceManager &SM) argument
488 emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
501 emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
[all...]
/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h55 /// a different source manager than SM.
79 const SourceManager *SM,
85 const SourceManager &SM) = 0;
91 const SourceManager &SM) = 0;
94 const SourceManager &SM) = 0;
97 const SourceManager &SM) = 0;
100 const SourceManager &SM) = 0;
111 DiagnosticsEngine::Level Level, const SourceManager &SM);
112 void emitIncludeStackRecursively(SourceLocation Loc, const SourceManager &SM);
113 void emitImportStack(SourceLocation Loc, const SourceManager &SM);
[all...]
H A DTextDiagnostic.h82 const SourceManager *SM,
88 const SourceManager &SM) override;
94 const SourceManager &SM) override {
95 emitSnippetAndCaret(Loc, Level, Ranges, Hints, SM);
99 const SourceManager &SM) override;
103 const SourceManager &SM) override;
107 const SourceManager &SM) override;
113 const SourceManager &SM);
117 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp64 SourceManager &SM = PP.getSourceManager();
68 const llvm::MemoryBuffer *FromFile = SM.getBuffer(SM.getMainFileID());
69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
91 SourceManager &SM = PP.getSourceManager();
94 Rewrite.setSourceMgr(SM, PP.getLangOpts());
95 RewriteBuffer &RB = Rewrite.getEditBuffer(SM.getMainFileID());
115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
118 if (!SM
[all...]
H A DRewriteTest.cpp20 SourceManager &SM = PP.getSourceManager(); local
23 TokenRewriter Rewriter(SM.getMainFileID(), SM, LangOpts);
/external/clang/lib/Basic/
H A DSourceLocation.cpp28 Loc.print(OS, SM);
38 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{
45 PresumedLoc PLoc = SM.getPresumedLoc(*this);
57 SM.getExpansionLoc(*this).print(OS, SM);
60 SM.getSpellingLoc(*this).print(OS, SM);
65 SourceLocation::printToString(const SourceManager &SM) const {
68 print(OS, SM);
72 LLVM_DUMP_METHOD void SourceLocation::dump(const SourceManager &SM) cons
73 print(llvm::errs(), SM); local
[all...]
/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h43 SourceManager &SM; member in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp
45 explicit Comp(SourceManager &SM) : SM(SM) {} argument
48 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS.getLoc());
51 return SM.isBeforeInTranslationUnit(LHS.getLoc(), RHS);
54 return SM.isBeforeInTranslationUnit(LHS, RHS.getLoc());
67 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/external/llvm/unittests/Support/
H A DYAMLParserTest.cpp34 SourceMgr SM; local
35 yaml::Stream Stream(Input, SM);
36 SM.setDiagHandler(SuppressDiagnosticsOutput);
43 SourceMgr SM; local
44 yaml::Stream Stream(Input, SM);
148 SourceMgr SM; local
149 yaml::Stream Stream(StringInArray, SM);
185 SourceMgr SM; local
186 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM);
193 SourceMgr SM; local
206 SourceMgr SM; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp86 const SourceManager &SM,
110 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(StartEdge), FM,
115 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(EndEdge), FM,
138 const SourceManager &SM,
157 EmitLocation(o, SM, LangOpts, L, FM, indent);
168 EmitRange(o, SM, LangOpts, CharSourceRange::getTokenRange(*I), FM,
198 const FIDMap& FM, const SourceManager &SM,
207 const FIDMap& FM, const SourceManager &SM,
216 ReportPiece(o, *callEnter, FM, SM, LangOpts, indent, depth, true,
225 ReportPiece(o, *callEnterWithinCaller, FM, SM, LangOpt
83 ReportControlFlow(raw_ostream &o, const PathDiagnosticControlFlowPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent) argument
136 ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool isKeyEvent = false) argument
205 ReportCall(raw_ostream &o, const PathDiagnosticCallPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
240 ReportMacro(raw_ostream &o, const PathDiagnosticMacroPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth) argument
253 ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts) argument
259 ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, const FIDMap& FM, const SourceManager &SM, const LangOptions &LangOpts, unsigned indent, unsigned depth, bool includeControlFlow, bool isKeyEvent) argument
295 const SourceManager* SM = nullptr; local
[all...]
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp33 SourceManager &SM = CXXUnit->getSourceManager(); local
37 unsigned n = SM.local_sloc_entry_size();
45 n = SM.loaded_sloc_entry_size();
51 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
64 PresumedLoc PLoc = SM.getPresumedLoc(L);
H A DCXSourceLocation.cpp217 const SourceManager &SM = local
219 return SM.isInSystemHeader(Loc);
228 const SourceManager &SM = local
230 return SM.isWrittenInMainFile(Loc);
251 const SourceManager &SM = local
253 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
257 FileID fileID = SM.getFileID(ExpansionLoc);
259 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
266 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
268 *line = SM
294 const SourceManager &SM = local
333 const SourceManager &SM = local
371 const SourceManager &SM = local
[all...]
H A DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, argument
35 CXSourceLocation Result = { { &SM, &LangOpts, },
54 CXSourceRange translateSourceRange(const SourceManager &SM,
/external/libcxx/test/re/re.submatch/re.submatch.op/
H A Dstream.pass.cpp27 typedef std::sub_match<typename string::const_iterator> SM; typedef
29 SM sm;

Completed in 530 milliseconds

12345678910