Searched defs:assumption (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 175 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption) in TrackConstraintBRVisitor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.c | 971 tree s, c, d, bits, assumption, tmp, bound; in number_of_iterations_ne() local 1159 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local 1272 tree bound, d, assumption, diff; in assert_no_overflow_lt() local 1341 tree assumption = boolean_true_node, bound, diff; in assert_loop_rolls_lt() local 1582 tree assumption; in number_of_iterations_le() local 2499 tree assumption = fold_build2 (LE_EXPR, boolean_type_node, niter->niter, in number_of_iterations_exit_assumptions() local
|
H A D | loop-iv.c | 2314 rtx assumption, may_not_xform; in iv_number_of_iterations() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.cc | 989 tree s, c, d, bits, assumption, tmp, bound; in number_of_iterations_ne() local 1171 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local 1284 tree bound, d, assumption, diff; in assert_no_overflow_lt() local 1353 tree assumption = boolean_true_node, bound, diff; in assert_loop_rolls_lt() local 1731 tree assumption; in number_of_iterations_le() local 2604 tree assumption = fold_build2 (LE_EXPR, boolean_type_node, niter->niter, in number_of_iterations_exit_assumptions() local
|
H A D | loop-iv.cc | 2314 rtx assumption, may_not_xform; in iv_number_of_iterations() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 463 bool assumption) { in _evalAssume()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 538 SVal cond, bool assumption) { in processAssume()
|