Home
last modified time | relevance | path

Searched defs:SM (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp51 const SourceManager &SM, const LangOptions &LangOpts, in mergeFixits()
86 const SourceManager *SM, in emitDiagnostic()
169 const SourceManager &SM) { in emitIncludeStack()
193 const SourceManager &SM) { in emitIncludeStackRecursively()
222 const SourceManager &SM) { in emitImportStack()
237 const SourceManager &SM) { in emitImportStackRecursively()
255 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
274 bool IsBegin, const SourceManager *SM) { in retrieveMacroLocation()
315 bool IsBegin, const SourceManager *SM) { in getMacroArgExpansionFileIDs()
330 SourceLocation Begin, SourceLocation End, const SourceManager *SM, in computeCommonMacroArgExpansionFileIDs()
[all …]
/external/libcxx/test/std/re/re.submatch/
Dtypes.pass.cpp34 typedef std::sub_match<char*> SM; in main() typedef
47 typedef std::sub_match<wchar_t*> SM; in main() typedef
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
30 typedef std::sub_match<const CharT*> SM; in main() typedef
Dlength.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
35 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_value_type_ptr.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
36 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_string_type.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
Dcompare_sub_match.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
40 typedef std::sub_match<const CharT*> SM; in main() typedef
Doperator_string.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
Dstr.pass.cpp24 typedef std::sub_match<const CharT*> SM; in main() typedef
37 typedef std::sub_match<const CharT*> SM; in main() typedef
/external/llvm/unittests/Support/
DYAMLParserTest.cpp33 SourceMgr SM; in ExpectParseError() local
42 SourceMgr SM; in ExpectParseSuccess() local
160 SourceMgr SM; in TEST() local
190 SourceMgr SM; in ExpectCanParseString() local
227 SourceMgr SM; in TEST() local
235 SourceMgr SM; in TEST() local
248 SourceMgr SM; in TEST() local
263 SourceMgr SM; in TEST() local
278 SourceMgr SM; in TEST() local
293 SourceMgr SM; in TEST() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLParserTest.cpp33 SourceMgr SM; in ExpectParseError() local
42 SourceMgr SM; in ExpectParseSuccess() local
160 SourceMgr SM; in TEST() local
191 SourceMgr SM; in ExpectCanParseString() local
228 SourceMgr SM; in TEST() local
236 SourceMgr SM; in TEST() local
249 SourceMgr SM; in TEST() local
264 SourceMgr SM; in TEST() local
279 SourceMgr SM; in TEST() local
294 SourceMgr SM; in TEST() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DFetchStage.h30 SourceMgr &SM; variable
33 FetchStage(InstrBuilder &IB, SourceMgr &SM) : IB(IB), SM(SM) {} in FetchStage()
/external/clang/include/clang/Basic/
DPlistSupport.h22 const SourceManager &SM, SourceLocation L) { in AddFID()
31 inline unsigned GetFID(const FIDMap &FIDs, const SourceManager &SM, in GetFID()
90 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, in EmitLocation()
106 inline void EmitRange(raw_ostream &o, const SourceManager &SM, in EmitRange()
/external/clang/lib/Analysis/
DCFGStmtMap.cpp28 SMap *SM = AsMap(M); in getBlock() local
49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate()
82 SMap *SM = new SMap(); in Build() local
/external/clang/lib/Lex/
DTokenConcatenation.cpp54 SourceManager &SM = PP.getSourceManager(); in IsIdentifierStringPrefix() local
133 SourceManager &SM = PP.getSourceManager(); in GetFirstChar() local
163 SourceManager &SM = PP.getSourceManager(); in AvoidConcat() local
DTokenLexer.cpp47 SourceManager &SM = PP.getSourceManager(); in Init() local
434 SourceManager &SM = PP.getSourceManager(); in Lex() local
629 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
677 SourceManager &SM = PP.getSourceManager(); in PasteTokens() local
747 SourceManager &SM = PP.getSourceManager(); in getExpansionLocForMacroDefLoc() local
765 static void updateConsecutiveMacroArgTokens(SourceManager &SM, in updateConsecutiveMacroArgTokens()
835 SourceManager &SM = PP.getSourceManager(); in updateLocForMacroArgTokens() local
/external/llvm/lib/AsmParser/
DParser.cpp27 SourceMgr SM; in parseAssemblyInto() local
72 SourceMgr SM; in parseConstantValue() local
89 SourceMgr SM; in parseType() local
101 SourceMgr SM; in parseTypeAtBeginning() local
/external/clang/lib/CodeGen/
DCoverageMappingGen.h89 SourceManager &SM; variable
94 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
98 CoverageMappingGen(CoverageMappingModuleGen &CVM, SourceManager &SM, in CoverageMappingGen()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp201 SourceMgr &SM, unsigned LineNumber) { in ParsePattern()
391 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) { in AddRegExToRegEx()
536 void Pattern::PrintVariableUses(const SourceMgr &SM, StringRef Buffer, in PrintVariableUses()
581 const SourceMgr &SM, StringRef Buffer, in PrintFuzzyMatch()
629 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
917 static bool ReadCheckFile(SourceMgr &SM, StringRef Buffer, Regex &PrefixRE, in ReadCheckFile()
1048 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
1070 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
1078 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
1105 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp188 SourceMgr &SM, in ParsePattern()
363 SourceMgr &SM) { in AddRegExToRegEx()
493 void Pattern::PrintFailureInfo(const SourceMgr &SM, StringRef Buffer, in PrintFailureInfo()
572 size_t Pattern::FindRegexVarEnd(StringRef Str, SourceMgr &SM) { in FindRegexVarEnd()
866 static bool ReadCheckFile(SourceMgr &SM, in ReadCheckFile()
1015 static void PrintCheckFailed(const SourceMgr &SM, SMLoc Loc, in PrintCheckFailed()
1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed()
1063 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
1112 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() argument
1151 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
DDisassembler.cpp36 SourceMgr &SM, raw_ostream &Out, in PrintInsts()
103 SourceMgr &SM) { in ByteArrayFromString()
138 SourceMgr &SM, in disassemble()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp36 SourceMgr &SM, raw_ostream &Out, in PrintInsts()
103 SourceMgr &SM) { in ByteArrayFromString()
138 SourceMgr &SM, in disassemble()
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp86 const SourceManager &SM, in ReportControlFlow()
139 const SourceManager &SM, in ReportEvent()
207 const FIDMap& FM, const SourceManager &SM, in ReportCall()
242 const FIDMap& FM, const SourceManager &SM, in ReportMacro()
254 const FIDMap& FM, const SourceManager &SM, in ReportDiag()
261 const FIDMap& FM, const SourceManager &SM, in ReportPiece()
295 const SourceManager* SM = nullptr; in FlushDiagnosticsImpl() local
/external/clang/tools/libclang/
DCXSourceLocation.cpp215 const SourceManager &SM = in clang_Location_isInSystemHeader() local
226 const SourceManager &SM = in clang_Location_isFromMainFile() local
248 const SourceManager &SM = in clang_getExpansionLocation() local
290 const SourceManager &SM = in clang_getPresumedLocation() local
328 const SourceManager &SM = in clang_getSpellingLocation() local
365 const SourceManager &SM = in clang_getFileLocation() local
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h43 SourceManager &SM; variable
45 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp()

12345678910