Home
last modified time | relevance | path

Searched defs:Assumption (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp27 bool Assumption) { in assume()
45 NonLoc Cond, bool Assumption) { in assume()
54 bool Assumption) { in assumeAux()
H A DRangedConstraintManager.cpp25 bool Assumption) { in assumeSym()
123 SymbolRef Sym, bool Assumption) { in assumeSymUnsupported()
H A DProgramState.cpp323 bool Assumption, in assumeInBound()
H A DCheckerManager.cpp640 SVal Cond, bool Assumption) { in runCheckersForEvalAssume()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAssumptions.cpp27 return llvm::any_of(Strings, [=](StringRef Assumption) { in hasAssumption()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h166 bool Assumption; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h667 bool Assumption) const { in assume()
686 bool Assumption) const { in assumeInclusiveRange()
H A DSMTConv.h480 QualType Ty, bool Assumption) { in getZeroExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp915 SymbolRef CollectionS, bool Assumption) { in assumeCollectionNonEmpty()
947 bool Assumption) { in assumeCollectionNonEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2334 llvm::Instruction *Assumption = Builder.CreateAlignmentAssumption( in emitAlignmentAssumption() local
2606 llvm::Instruction *Assumption) { in emitAlignmentAssumptionCheck()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1602 StringRef Assumption = II->getName(); in ParseOpenMPAssumesDirective() local