Home
last modified time | relevance | path

Searched refs:erased (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/Analysis/
DDynamicTypePropagation.m44 NSArray *erased = arr;
45 NSObject *element = [erased firstObject];
52 NSArray *erased = arr;
53 [erased contains: element];
Dgenerics.m308 NSArray *erased = arr;
309 id a = [erased firstObject];
314 NSArray *erased = arr;
315 NSArray* a = [erased firstObject];
320 NSArray *erased = arr;
321 …NSSet* a = [erased firstObject]; // expected-warning {{Object has a dynamic type 'NSArray<NSString…
326 NSArray *erased = arr;
327 id a = [erased firstObject];
/external/vixl/test/
Dtest-invalset.cc262 size_t erased = set.erase(to_erase.back()); in TEST() local
263 if (erased > 0) { in TEST()
264 VIXL_CHECK(erased == 1); in TEST()
331 size_t erased = set.erase(to_erase.back()); in TEST() local
332 if (erased > 0) { in TEST()
333 VIXL_CHECK(erased == 1); in TEST()
/external/ltp/testcases/kernel/fs/mongo/
DREADME18 Warning : All info will be erased on device.
30 /dev/hda5 - test device and all info on it will be erased.
/external/libcxx/include/experimental/
Dutility25 3.1.2, erased-type placeholder
/external/llvm/test/DebugInfo/X86/
Dinlined-indirect-value.ll5 ; just erased, so it won't be perfectly accurate).
/external/llvm/test/CodeGen/AMDGPU/
Dmad_uint24.ll60 ; led to some instructions being incorrectly erased when the entire
/external/llvm/test/Transforms/LoopUnswitch/
Dguards.ll80 ; be erased (this has implications on what guards we can keep raw
/external/syslinux/doc/
Dextlinux.txt61 erased.
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2239 bool erased = false; in removePunyEdges() local
2242 erased ? I : ++I) { in removePunyEdges()
2244 erased = false; in removePunyEdges()
2286 erased = true; in removePunyEdges()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dinsert-element-build-vector.ll266 ; instructions that are erased.
/external/gptfdisk/
DREADME109 MBR disk, the GPT data may be incompletely erased. This happens if the
/external/llvm/test/CodeGen/X86/
Dcrash.ll488 ; erased along with its value number.
/external/clang/lib/CodeGen/
DCGCall.cpp721 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo() local
722 assert(erased && "Not in set?"); in arrangeLLVMFunctionInfo()
/external/clang/docs/
DThreadSafetyAnalysis.rst760 // The attributes can be safely erased when compiling with other compilers.
/external/llvm/docs/
DAtomics.rst35 address, the first store can be erased. This transformation is not allowed for a
/external/libvorbis/doc/
DDoxyfile.in595 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libdaemon/doc/
Ddoxygen.conf.in612 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libmtp/doc/
DDoxyfile.in610 # stylesheet in the HTML output directory as well, or it will be erased!
/external/mesa3d/doxygen/
Dcommon.doxy606 # stylesheet in the HTML output directory as well, or it will be erased!
Dgallium.doxy702 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libexif/doc/
DDoxyfile-internals.in638 # stylesheet in the HTML output directory as well, or it will be erased!
DDoxyfile.in638 # stylesheet in the HTML output directory as well, or it will be erased!
/external/libvpx/libvpx/
Dlibs.doxy_template708 # stylesheet in the HTML output directory as well, or it will be erased!
/external/syslinux/gpxe/src/
Ddoxygen.cfg782 # stylesheet in the HTML output directory as well, or it will be erased!

12