/external/mesa3d/src/compiler/nir/ |
D | nir_propagate_invariant.c | 27 add_src(nir_src *src, struct set *invariants) in add_src() argument 30 _mesa_set_add(invariants, src->ssa); in add_src() 32 _mesa_set_add(invariants, src->reg.reg); in add_src() 44 dest_is_invariant(nir_dest *dest, struct set *invariants) in dest_is_invariant() argument 47 return _mesa_set_search(invariants, &dest->ssa); in dest_is_invariant() 49 return _mesa_set_search(invariants, dest->reg.reg); in dest_is_invariant() 54 add_cf_node(nir_cf_node *cf, struct set *invariants) in add_cf_node() argument 58 add_src(&if_stmt->condition, invariants); in add_cf_node() 62 add_cf_node(cf->parent, invariants); in add_cf_node() 66 add_var(nir_variable *var, struct set *invariants) in add_var() argument [all …]
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | README.chromium | 1 This clang plugin checks various invariants of the Blink garbage
|
/external/nanopb-c/docs/ |
D | security.rst | 46 The following invariants are maintained during operation, even if the
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 111 The technique used to prove programs correct is to write down **invariants**, 113 true. For each line of code, you then show that if invariants X and Y are true 114 **before** the line is executed, the slightly different invariants X' and Y' are 116 the program, at which point the invariants should match the desired conditions 120 difficult to handle with this technique; assignments can break invariants that 121 were true before the assignment without producing any new invariants that can be
|
/external/clang/test/CodeGenObjCXX/ |
D | arc.mm | 276 // Just make sure that the AST invariants hold properly here,
|
/external/python/cpython2/Doc/library/ |
D | heapq.rst | 194 break the heap structure invariants. So, a possible solution is to mark the
|
D | email.message.rst | 122 responsibility to ensure the payload invariants. Optional *charset* sets
|
D | pickle.rst | 430 internal invariants when the instance is created, or if the memory allocation
|
D | decimal.rst | 47 equality invariants.
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 330 What turned out to be a good compromise maintains two invariants on the 366 both invariants are satisfied. As an extreme case, suppose we didn't do the
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 101 fairly poor job of modeling certain data structure invariants of container-like
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 144 All parameters have a data type. A data type designates parameter invariants. 173 check parameter validity (invariants) nor a pretty display of the values.</why>
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 397 failures of internal invariants and consistancy checks only, as it
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 893 // violates our invariants.
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 279 Programmatic errors are violations of program invariants or API contracts, and 280 represent bugs within the program itself. Our aim is to document invariants, and 282 invariants are broken at runtime. 293 that should never be entered if the program invariants hold:
|
/external/python/cpython2/Doc/tutorial/ |
D | classes.rst | 434 Clients should use data attributes with care --- clients may mess up invariants
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 1402 except as guaranteed by ``__strong`` object invariants or +1 transfer 1652 since the subclass may well rely on other invariants that were broken during
|
D | LanguageExtensions.rst | 1948 invariants and rules for static analysis tools, such as the `Clang Static
|
/external/libmicrohttpd/ |
D | ChangeLog | 194 maintain simpler invariants on the epoll state. -CG
|
/external/googletest/googlemock/docs/v1_6/ |
D | CookBook.md | 370 the class' invariants. You should make a function virtual only when
|
/external/googletest/googlemock/docs/v1_5/ |
D | CookBook.md | 370 the class' invariants. You should make a function virtual only when
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1288 minimum needed to maintain external invariants. Starting with version 1.5,
|
/external/googletest/googlemock/docs/v1_7/ |
D | CookBook.md | 363 the class' invariants. You should make a function virtual only when
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 363 the class' invariants. You should make a function virtual only when
|
/external/mksh/src/ |
D | check.t | 10447 Check some of the most basic invariants of I/O redirection
|