Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConcept.h47 bool IsSatisfied = false; variable
81 bool IsSatisfied : 1; member
H A DExprConcepts.h184 void setSatisfied(bool IsSatisfied) { in setSatisfied()
H A DStmt.h962 unsigned IsSatisfied : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h167 bool IsSatisfied = false; variable
347 bool IsSatisfied = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h798 bool IsSatisfied() const in IsSatisfied() function