| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | NewPassManager.rst | 192 invalidated by changes to inner level IR. Outer analyses unused by inner 193 passes can and often will be invalidated by changes to inner level IR. These 222 valid and should be invalidated. If a pass wants to keep some specific 228 proper analyses invalidated. 280 By default, an analysis is invalidated if ``PreservedAnalyses`` says that 301 about the CFG, the ``FooAnalysisResult`` should not be invalidated. 303 If an analysis is stateless and generally shouldn't be invalidated, use the 310 // Check whether the analysis has been explicitly invalidated. Otherwise, it's 317 checked if they are invalidated: 336 if the proxy itself should be invalidated. If so, that means the proxy may [all …]
|
| H A D | Lexicon.rst | 86 derived pointers pose an additional hazard that they may be invalidated at
|
| H A D | WritingAnLLVMPass.rst | 357 invalidated, and are never "run". 751 which are invalidated by the current pass. 769 By implementing the ``getAnalysisUsage`` method, the required and invalidated 773 information about which passes are required and not invalidated. To do this, a 1021 of which analyses are available already, which analyses get invalidated, and
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| H A D | r6-removed.s | 1 # Tests the instructions removed in R6 are correctly invalidated
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | auto_array.ipp | 68 /// \param ptr The pointer to copy from. This pointer is invalidated and the 152 /// \param ptr The object to copy from. This is invalidated after the copy. 214 /// functions. The auto_array is invalidated when used.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 72 invalidated, all the instance variables must be invalidated as well. However, 99 its *contents* must also be transitively invalidated. (For example, if a region 100 ``p`` of type ``int **`` is invalidated, the contents of ``*p`` and ``**p`` may
|
| H A D | InitializerLists.rst | 185 we're just modeling arbitrary analysis facts that need to be invalidated when a 291 > invalidated when a pointer escapes then we shouldn't try to gin up storage
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
| H A D | README.md | 54 must be invalidated. The cache will also be invalidated when the global
|
| /netbsd-src/external/bsd/nvi/dist/perl_api/ |
| H A D | typemap | 46 croak(\"Tag queue invalidated\");
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_vm.c | 1100 while (!list_empty(&vm->invalidated)) { in radeon_vm_clear_invalids() 1101 bo_va = list_first_entry(&vm->invalidated, in radeon_vm_clear_invalids() 1169 list_add(&bo_va->vm_status, &bo_va->vm->invalidated); in radeon_vm_bo_invalidate() 1202 INIT_LIST_HEAD(&vm->invalidated); in radeon_vm_init()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 337 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument 342 return ((const CHECKER *) checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
|
| H A D | CheckerManager.h | 405 const InvalidatedSymbols *invalidated,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_get_peer_cert_chain.pod | 41 is not incremented and the returned stack may be invalidated by renegotiation.
|
| H A D | RSA_set_method.pod | 153 because if it was supplied by an ENGINE, the pointer could be invalidated
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| H A D | 30643.log | 55 they are invalidated by this instruction.
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| H A D | 30643.log | 55 they are invalidated by this instruction.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_get_peer_cert_chain.pod | 41 is not incremented and the returned stack may be invalidated by renegotiation.
|
| H A D | RSA_set_method.pod | 146 because if it was supplied by an ENGINE, the pointer could be invalidated
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_vm.h | 269 struct list_head invalidated; member
|
| H A D | amdgpu_vm.c | 295 list_move(&vm_bo->vm_status, &vm_bo->vm->invalidated); in amdgpu_vm_bo_invalidated() 2092 while (!list_empty(&vm->invalidated)) { in amdgpu_vm_handle_moved() 2093 bo_va = list_first_entry(&vm->invalidated, struct amdgpu_bo_va, in amdgpu_vm_handle_moved() 2829 INIT_LIST_HEAD(&vm->invalidated); in amdgpu_vm_init()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 320 const InvalidatedSymbols *invalidated,
|
| H A D | RetainCountChecker.cpp | 1184 ProgramStateRef state, const InvalidatedSymbols *invalidated, in checkRegionChanges() argument 1188 if (!invalidated) in checkRegionChanges() 1197 for (SymbolRef sym : *invalidated) { in checkRegionChanges()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 600 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument 610 state = RegionChangesChecker(state, invalidated, ExplicitRegions, Regions, in runCheckersForRegionChanges()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| H A D | checkers.rst | 251 elements of the container. Using such references after they are invalidated 1773 Check for use of invalidated iterators. 1781 *i0; // warn: invalidated iterator accessed 1976 invalidated in the methods annotated with objc_instance_variable_invalidator. 1997 // warn: var needs to be invalidated or set to nil
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 397 const InvalidatedSymbols *invalidated,
|