Home
last modified time | relevance | path

Searched refs:EndFunction (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dend.pass.cpp185 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 DTraversalChecker.cpp28 check::EndFunction > {
H A DCheckerDocumentation.cpp49 check::EndFunction,
H A DReturnValueChecker.cpp27 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
H A DMIGChecker.cpp39 check::EndFunction> {
H A DVirtualCallChecker.cpp43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
H A DAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
H A DTestAfterDivZeroChecker.cpp79 check::EndFunction> {
H A DStackAddrEscapeChecker.cpp31 check::EndFunction> {
H A DCheckObjCDealloc.cpp96 check::BeginFunction, check::EndFunction,
H A DMallocChecker.cpp301 check::EndFunction, check::PreCall, check::PostCall,
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp216 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 DRetainCountChecker.h242 check::EndFunction,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp40 : public Checker<check::EndFunction, check::DeadSymbols> {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h255 class EndFunction {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1471 "EndFunction",