Home
last modified time | relevance | path

Searched defs:describe (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp56 const RefactoringDescriptor &RenameOccurrences::describe() { in describe() function in clang::tooling::RenameOccurrences
103 const RefactoringDescriptor &QualifiedRenameRule::describe() { in describe() function in clang::tooling::QualifiedRenameRule
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp60 const RefactoringDescriptor &ExtractFunction::describe() { in describe() function in clang::tooling::ExtractFunction
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp176 virtual void describe(DescriptionKind DK, const CallEvent &Call, in describe() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ValueConstraint
540 virtual const std::string describe(CheckerContext &C) const { return ""; } in describe() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ErrnoConstraintBase
609 const std::string describe(CheckerContext &C) const override { in describe() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::SuccessErrnoConstraint
627 const std::string describe(CheckerContext &C) const override { in describe() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ErrnoMustBeCheckedConstraint
1059 void StdLibraryFunctionsChecker::RangeConstraint::describe( in describe() function in StdLibraryFunctionsChecker::RangeConstraint
1168 void StdLibraryFunctionsChecker::NotNullConstraint::describe( in describe() function in StdLibraryFunctionsChecker::NotNullConstraint
1216 void StdLibraryFunctionsChecker::NotNullBufferConstraint::describe( in describe() function in StdLibraryFunctionsChecker::NotNullBufferConstraint
1277 void StdLibraryFunctionsChecker::BufferSizeConstraint::describe( in describe() function in StdLibraryFunctionsChecker::BufferSizeConstraint
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp156 void InterpFrame::describe(llvm::raw_ostream &OS) const { in describe() function in InterpFrame
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h319 void (*describe)(const MatcherBase&, std::ostream*, bool negation); member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp463 Stencil transformer::describe(StringRef Id) { in describe() function in transformer
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp171 std::string InstructionOperand::describe() const { in describe() function in llvm::gi::InstructionOperand
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3250 std::string describe() const override { in describe() function
3283 std::string describe() const override { in describe() function
3316 std::string describe() const override { in describe() function
3461 std::string describe() const override { in describe() function in Catch::Matchers::Generic::PredicateMatcher
3572 std::string describe() const override { in describe() function
3602 std::string describe() const override { in describe() function
3626 std::string describe() const override { in describe() function
3645 std::string describe() const override { in describe() function
3680 std::string describe() const override { in describe() function
4909 std::string describe() const override { in describe() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h144 static std::string describe(const ELFFile<ELFT> &Obj, in describe() function
/freebsd/lib/libusb/
H A Dlibusb.h295 const char *describe; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp427 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { in describe() function in __anonbcadc77c0111::ELFDumper
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1970 void CallStackFrame::describe(raw_ostream &Out) const { in describe() function in CallStackFrame