Home
last modified time | relevance | path

Searched refs:invalidated (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/Analysis/
Dobjc_invalidation.m85 // Ivars invalidated by the partial invalidator.
176 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated}}
177 // expected-warning@-3 {{Instance variable MultipleProtocols needs to be invalidated}}
178 // expected-warning@-4 {{Instance variable MultInheritance needs to be invalidated}}
179 // expected-warning@-5 {{Property SynthIvarProp needs to be invalidated or set to nil}}
180 // expected-warning@-6 {{Instance variable _Ivar3 needs to be invalidated}}
181 // expected-warning@-7 {{Instance variable _Ivar4 needs to be invalidated}}
182 // expected-warning@-8 {{Instance variable Ivar5 needs to be invalidated or set to nil}}
183 // expected-warning@-9 {{Instance variable Ivar13 needs to be invalidated or set to nil}}
254 // expected-warning@-2 {{Property foobar15_warn needs to be invalidated; no invalidation method is …
[all …]
Dmisc-ps-region-store-i386.m4 // Here is a case where a pointer is treated as integer, invalidated as an
Dmisc-ps-region-store-x86_64.m4 // Here is a case where a pointer is treated as integer, invalidated as an
Dretain-release-region-store.m140 // the reference count of a tracked region that was itself invalidated.
244 // The ivar binding for tc->myIvar gets invalidated.
249 // The ivar binding for tc->myIvar gets invalidated.
Dmisc-ps-region-store.m60 // Check our handling of fields being invalidated by function calls.
186 // Bit-fields of a struct should be invalidated when blasting the entire
262 // <rdar://problem/6914474> - Check that 'x' is invalidated because its
471 // PR 3135 - Test case that shows that a variable may get invalidated when its
568 // The call to 'bar' might cause 'q' to be invalidated.
574 // 'q' to possibly be invalidated.
589 // The call to 'bar' might cause 'q' to be invalidated.
599 // Test that the value of 'x' is considered invalidated after the block
635 // Show that we handle static variables also getting invalidated.
903 // Previously 'f' was not properly invalidated, causing the use of
Dself-init.m227 // Test for radar://10973514 : self should not be invalidated by a method call.
/external/webkit/LayoutTests/fast/dom/NodeList/
Dinvalidate-node-lists-when-parsing-expected.txt1 This test checks to see if the DOM ContainerNode's NodeList cache is correctly invalidated when new…
5 If the cache is not invalidated when the testElement is parsed, both before and after will be "not …
/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java60 final List<Object> invalidated = Lists.newArrayList(); in testInvalidateAll() local
74 invalidated.add(key); in testInvalidateAll()
80 assertEquals(toInvalidate, invalidated); in testInvalidateAll()
/external/webkit/LayoutTests/fast/dom/Attr/
Dchild-nodes-length-cache-expected.txt1 Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after appending…
/external/webkit/LayoutTests/fast/xpath/
Ddetached-subtree-invalidate-iterator-expected.txt1 Test that iterators are invalidated even if the original context is detached.
/external/clang/docs/analyzer/
DRegionStore.txt64 invalidated, all the instance variables must be invalidated as well. However,
91 its *contents* must also be transitively invalidated. (For example, if a region
92 'p' of type 'int **' is invalidated, the contents of '*p' and '**p' may have
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h107 const InvalidatedSymbols *invalidated,
DExprEngine.h267 const InvalidatedSymbols *invalidated,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dstatetracker.py237 self.invalidated = False
246 self.invalidated = True
250 return self.invalidated
/external/llvm/test/Transforms/LoopVectorize/X86/
Dparallel-loops-after-reg2mem.ll6 ; The parallel loop has been invalidated by the new memory accesses introduced
/external/llvm/test/Transforms/EarlyCSE/
Dbasic.ll110 ;; Readnone functions aren't invalidated by stores.
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h296 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument
300 return ((const CHECKER *)checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll68 ;; Here "case 2" is invalidated if control is transferred through default case
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll6 ; tests may check that SCEV is properly invalidated between passes.
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp151 InvalidatedSymbols invalidated; in invalidateRegions() local
154 invalidated, Call); in invalidateRegions()
DCheckerManager.cpp472 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument
481 state = RegionChangesCheckers[i].CheckFn(state, invalidated, in runCheckersForRegionChanges()
/external/llvm/docs/
DLexicon.rst70 derived pointers pose an additional hazard that they may be invalidated at
/external/iproute2/doc/
Dnstat.sgml62 <tt/Xstat/ understands when history is invalidated by system reboot
/external/v8/src/
Dscopes.cc977 Variable* invalidated = var; in ResolveVariable() local
979 var->set_local_if_not_shadowed(invalidated); in ResolveVariable()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2508 const InvalidatedSymbols *invalidated,
3433 const InvalidatedSymbols *invalidated, in checkRegionChanges() argument
3437 if (!invalidated) in checkRegionChanges()
3447 for (InvalidatedSymbols::const_iterator I=invalidated->begin(), in checkRegionChanges()
3448 E = invalidated->end(); I!=E; ++I) { in checkRegionChanges()

123