/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 51 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/llvm/unittests/Support/ |
D | YAMLParserTest.cpp | 33 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/clang/include/clang/Basic/ |
D | PlistSupport.h | 22 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 72 Pattern::parseVariable(StringRef &Str, const SourceMgr &SM) { in parseVariable() 116 Optional<size_t> LineNumber, const SourceMgr &SM) { in parseNumericVariableDefinition() 150 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericVariableUse() 184 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericOperand() 219 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseBinop() 261 FileCheckPatternContext *Context, const SourceMgr &SM) { in parseNumericSubstitutionBlock() 310 SourceMgr &SM, const FileCheckRequest &Req) { in parsePattern() 582 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM) { in AddRegExToRegEx() 711 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions() 753 const SourceMgr &SM, SMLoc Loc, in ProcessMatchResult() [all …]
|
/external/libcxx/test/std/re/re.submatch/ |
D | types.pass.cpp | 34 typedef std::sub_match<char*> SM; in main() typedef 47 typedef std::sub_match<wchar_t*> SM; in main() typedef
|
/external/clang/lib/Analysis/ |
D | CFGStmtMap.cpp | 28 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/cronet/tot/third_party/libc++/src/test/std/re/re.submatch/ |
D | types.pass.cpp | 33 typedef std::sub_match<char*> SM; in main() typedef 51 typedef std::sub_match<wchar_t*> SM; in main() typedef
|
/external/libcxx/test/std/re/re.submatch/re.submatch.members/ |
D | default.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 30 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | length.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 35 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | compare_value_type_ptr.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 36 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | str.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 37 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | compare_sub_match.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 40 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | operator_string.pass.cpp | 24 typedef std::sub_match<const CharT*> SM; in main() typedef 37 typedef std::sub_match<const CharT*> SM; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/re/re.submatch/ |
D | types.pass.cpp | 33 typedef std::sub_match<char*> SM; in main() typedef 51 typedef std::sub_match<wchar_t*> SM; in main() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/Stages/ |
D | EntryStage.h | 29 SourceMgr &SM; variable 39 EntryStage(SourceMgr &SM) : SM(SM), NumRetired(0) {} in EntryStage()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | EntryStage.h | 29 SourceMgr &SM; variable 39 EntryStage(SourceMgr &SM) : CurrentInstruction(), SM(SM), NumRetired(0) { } in EntryStage()
|
/external/clang/lib/Lex/ |
D | TokenLexer.cpp | 47 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
|
D | TokenConcatenation.cpp | 54 SourceManager &SM = PP.getSourceManager(); in IsIdentifierStringPrefix() local 133 SourceManager &SM = PP.getSourceManager(); in GetFirstChar() local 163 SourceManager &SM = PP.getSourceManager(); in AvoidConcat() local
|
/external/cronet/tot/third_party/libc++/src/test/std/re/re.submatch/re.submatch.members/ |
D | default.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 30 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | length.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 35 typedef std::sub_match<const CharT*> SM; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/re/re.submatch/re.submatch.members/ |
D | default.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 30 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | length.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 35 typedef std::sub_match<const CharT*> SM; in main() typedef
|
D | compare_value_type_ptr.pass.cpp | 23 typedef std::sub_match<const CharT*> SM; in main() typedef 36 typedef std::sub_match<const CharT*> SM; in main() typedef
|
/external/llvm/lib/AsmParser/ |
D | Parser.cpp | 27 SourceMgr SM; in parseAssemblyInto() local 72 SourceMgr SM; in parseConstantValue() local 89 SourceMgr SM; in parseType() local 101 SourceMgr SM; in parseTypeAtBeginning() local
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 188 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 …]
|