Home
last modified time | relevance | path

Searched refs:MatchAs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp38 ento::CallDescription::CallDescription(Mode MatchAs, in CallDescription() argument
44 MatchAs(MatchAs) { in CallDescription()
120 if (MatchAs == Mode::SimpleFunc && isMethod) in matchesImpl()
123 if (MatchAs == Mode::CXXMethod && !isMethod) in matchesImpl()
126 if (MatchAs == Mode::CLibraryMaybeHardened) { in matchesImpl()
144 if (MatchAs == Mode::CLibrary || MatchAs == Mode::CLibraryMaybeHardened) in matchesImpl()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h81 Mode MatchAs; variable
100 CallDescription(Mode MatchAs, ArrayRef<StringRef> QualifiedName,