Home
last modified time | relevance | path

Searched defs:IsSatisfied (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTConcept.h53 bool IsSatisfied = false; global() variable
95 bool IsSatisfied : 1; global() member
H A DExprConcepts.h206 void setSatisfied(bool IsSatisfied) { in setSatisfied() argument
568 setSatisfied(bool IsSatisfied) setSatisfied() argument
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h399 bool IsSatisfied = false; variable
577 bool IsSatisfied = false; variable
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h790 bool IsSatisfied() const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) { in IsSatisfied() function