| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/ |
| Extract.cpp | 59 const RefactoringDescriptor &ExtractFunction::describe() { function in class:clang::tooling::ExtractFunction
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| InterpFrame.cpp | 112 void InterpFrame::describe(llvm::raw_ostream &OS) { function in class:InterpFrame
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| RenamingAction.cpp | 56 const RefactoringDescriptor &RenameOccurrences::describe() { function in class:clang::tooling::RenameOccurrences 103 const RefactoringDescriptor &QualifiedRenameRule::describe() { function in class:clang::tooling::QualifiedRenameRule
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELF.h | 145 static std::string describe(const ELFFile<ELFT> &Obj, function in namespace:llvm::object 879 return createError("cannot read content of " + describe(*this, Sec) + ": " + 888 return createError("invalid " + describe(*this, Sec) + 909 return createError("invalid " + describe(*this, Sec) + 915 "invalid " + describe(*this, Sec) + 921 return createError("unable to dump " + describe(*this, Sec) + 937 return createError("invalid " + describe(*this, Sec) + 972 return createError("cannot read content of " + describe(*this, Sec) + ": " + 982 return createError("invalid " + describe(*this, Sec) + 988 "invalid " + describe(*this, Sec) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| StdLibraryFunctionsChecker.cpp | 24 // any attempt to describe this range with if-statements in the body farm 147 virtual std::string describe(ProgramStateRef State, function in class:__anon3429::StdLibraryFunctionsChecker::ValueConstraint 185 std::string describe(ProgramStateRef State, 255 std::string describe(ProgramStateRef State, 327 std::string describe(ProgramStateRef State, 397 // The signature of a function we want to describe with a summary. This is a 601 // Describe the argument constraint in a note. 602 R->addNote(VC->describe(C.getState(), Summary), R->getLocation(), 620 std::string StdLibraryFunctionsChecker::NotNullConstraint::describe( function in class:StdLibraryFunctionsChecker::NotNullConstraint 629 std::string StdLibraryFunctionsChecker::RangeConstraint::describe( function in class:StdLibraryFunctionsChecker::RangeConstraint 674 std::string StdLibraryFunctionsChecker::BufferSizeConstraint::describe( function in class:StdLibraryFunctionsChecker::BufferSizeConstraint [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 878 case DESCRIBE: 879 describe (); 1682 er_print::describe () function in class:er_print
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 878 case DESCRIBE: 879 describe (); 1682 er_print::describe () function in class:er_print
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 221 std::string describe(const Elf_Shdr &Sec) const; 386 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { function in class:__anon5712::ELFDumper 387 return ::describe(Obj, Sec); 407 return createError("invalid section linked to " + describe(Obj, Sec) + 412 "invalid section linked to " + describe(Obj, Sec) + ": expected " + 422 describe(Obj, Sec) + ": " + toString(StrTabOrErr.takeError())); 426 return createError("unable to read symbols from the " + describe(Obj, Sec) + 443 return createError("the " + describe(Sec) + " is misaligned"); 448 return createError("cannot read content of " + describe(Sec) + ": " + 459 reportUniqueWarning(describe(Sec) + ": the number of entries (" [all...] |