Searched refs:EndFunction (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.access/ |
| H A D | end.pass.cpp | 185 struct EndFunction { struct 188 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() 191 static_assert( std::is_invocable_v<RangeEndT, EndFunction const&>); 192 static_assert(!std::is_invocable_v<RangeEndT, EndFunction &&>); 194 static_assert( std::is_invocable_v<RangeEndT, EndFunction const&>); 195 static_assert(!std::is_invocable_v<RangeEndT, EndFunction &&>); 196 static_assert(!std::is_invocable_v<RangeEndT, EndFunction &>); 197 static_assert( std::is_invocable_v<RangeCEndT, EndFunction const&>); 198 static_assert( std::is_invocable_v<RangeCEndT, EndFunction &>); 270 const EndFunction a{}; in testEndFunction() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 28 check::EndFunction > {
|
| H A D | CheckerDocumentation.cpp | 49 check::EndFunction,
|
| H A D | ReturnValueChecker.cpp | 27 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
|
| H A D | MIGChecker.cpp | 39 check::EndFunction> {
|
| H A D | VirtualCallChecker.cpp | 43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
|
| H A D | AnalysisOrderChecker.cpp | 39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
|
| H A D | TestAfterDivZeroChecker.cpp | 79 check::EndFunction> {
|
| H A D | StackAddrEscapeChecker.cpp | 31 check::EndFunction> {
|
| H A D | CheckObjCDealloc.cpp | 96 check::BeginFunction, check::EndFunction,
|
| H A D | MallocChecker.cpp | 301 check::EndFunction, check::PreCall, check::PostCall,
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 216 EndFunction, enumerator 617 CurrentState = EndFunction; in ParseInstruction() 1023 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 242 check::EndFunction,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 40 : public Checker<check::EndFunction, check::DeadSymbols> {
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 255 class EndFunction {
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1471 "EndFunction",
|