Searched defs:Keep (Results 1 - 4 of 4) sorted by relevance

/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java18 public @interface Keep {} interface
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep; member in class:llvm::tool_output_file::CleanupInstaller
57 void keep() { Installer.Keep = true; }
/external/proguard/examples/annotations/lib/
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/Keep.class Keep.java package proguard ...
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp352 std::vector<Region*> Keep; local
358 Keep.push_back(*I);
361 children.insert(children.begin(), Keep.begin(), Keep.end());

Completed in 315 milliseconds