Searched refs:BeginFunction (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.access/ |
| H A D | begin.pass.cpp | 189 struct BeginFunction { struct 191 friend constexpr const int *begin(BeginFunction const& bf) { return &bf.x; } in begin() argument 193 static_assert( std::is_invocable_v<RangeBeginT, BeginFunction const&>); 194 static_assert(!std::is_invocable_v<RangeBeginT, BeginFunction &&>); 195 static_assert(!std::is_invocable_v<RangeBeginT, BeginFunction &>); 196 static_assert( std::is_invocable_v<RangeCBeginT, BeginFunction const&>); 197 static_assert( std::is_invocable_v<RangeCBeginT, BeginFunction &>); 246 BeginFunction a{}; in testBeginFunction() 247 const BeginFunction aa{}; in testBeginFunction()
|
| /llvm-project-15.0.7/clang/lib/Analysis/plugins/CheckerDependencyHandling/ |
| H A D | CheckerDependencyHandling.cpp | 10 struct Dependency : public Checker<check::BeginFunction> { 13 struct DependendentChecker : public Checker<check::BeginFunction> {
|
| /llvm-project-15.0.7/clang/lib/Analysis/plugins/CheckerOptionHandling/ |
| H A D | CheckerOptionHandling.cpp | 10 struct MyChecker : public Checker<check::BeginFunction> {
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CXXSelfAssignmentChecker.cpp | 29 class CXXSelfAssignmentChecker : public Checker<check::BeginFunction> {
|
| H A D | TraversalChecker.cpp | 27 check::BeginFunction,
|
| H A D | CheckerDocumentation.cpp | 48 check::BeginFunction,
|
| H A D | VirtualCallChecker.cpp | 43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
|
| H A D | NonNullParamChecker.cpp | 32 : public Checker<check::PreCall, check::BeginFunction,
|
| H A D | ErrnoModeling.cpp | 46 : public Checker<check::ASTDecl<TranslationUnitDecl>, check::BeginFunction,
|
| H A D | CheckObjCDealloc.cpp | 96 check::BeginFunction, check::EndFunction,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 31 : public Checker<check::Location, check::BeginFunction, check::PostCall> {
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 241 check::BeginFunction,
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 241 class BeginFunction {
|