/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 80 class FileContext { 82 FileContext(const string &filename, 85 ~FileContext(); 260 DwarfCUToModule(FileContext *file_context,
|
D | dwarf_cu_to_module.cc | 131 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() function in google_breakpad::DwarfCUToModule::FileContext 140 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext() 143 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() 148 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest() 153 DwarfCUToModule::FileContext::section_map() const { in section_map() 157 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications() 162 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference() 173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext() 191 FileContext *file_context; 338 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference() [all …]
|
D | dwarf_cu_to_module_unittest.cc | 269 DwarfCUToModule::FileContext file_context_; 718 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1509 DwarfCUToModule::FileContext fc("dwarf-filename", &m, true); in TEST_F() 1568 DwarfCUToModule::FileContext fc("dwarf-filename", &m, false); in TEST_F()
|
/external/python/cpython2/Tools/scripts/ |
D | fixdiv.py | 214 f = FileContext(fp) 315 class FileContext: class
|
/external/python/cpython3/Tools/scripts/ |
D | fixdiv.py | 215 f = FileContext(fp) 315 class FileContext: class
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 750 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 760 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 771 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 780 return ParseDeclaration(Declarator::FileContext, DeclEnd, attrs); in ParseExternalDeclaration() 795 ParseExplicitInstantiation(Declarator::FileContext, in ParseExternalDeclaration() 936 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal() 940 return ParseDeclGroup(DS, Declarator::FileContext); in ParseDeclOrFunctionDefInternal()
|
D | ParseDecl.cpp | 1631 (getLangOpts().CPlusPlus && Context == Declarator::FileContext); in MightBeDeclarator() 1781 if (Context == Declarator::FileContext) { in ParseDeclGroup() 1898 ExpectAndConsumeSemi(Context == Declarator::FileContext in ParseDeclGroup() 2463 if (Context == Declarator::FileContext) in getDeclSpecContextFromDeclaratorContext() 5003 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() 5221 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() 5275 (D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() 5666 : D.getContext() == Declarator::FileContext && in ParseFunctionDeclarator()
|
D | ParseTemplate.cpp | 255 if (Context != Declarator::FileContext) { in ParseSingleDeclarationAfterTemplate()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 426 DwarfCUToModule::FileContext file_context(selected_object_name_, in ReadDwarf()
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 289 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2883 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator() 2968 case Declarator::FileContext: in GetDeclSpecTypeForDeclarator() 3653 case Declarator::FileContext: in GetFullTypeForDeclarator() 4540 case Declarator::FileContext: in GetFullTypeForDeclarator() 6714 D.getContext() == Declarator::FileContext && in processTypeAttrs()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |