Home
last modified time | relevance | path

Searched refs:Lint (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp66 class Lint : public FunctionPass, public InstVisitor<Lint> { class
67 friend class InstVisitor<Lint>;
111 Lint() : FunctionPass(ID), MessagesStr(Messages) { in Lint() function in __anond2849e850111::Lint
149 char Lint::ID = 0;
150 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
154 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR", in INITIALIZE_PASS_DEPENDENCY()
172 bool Lint::runOnFunction(Function &F) {
183 void Lint::visitFunction(Function &F) { in visitFunction()
192 void Lint::visitCallSite(CallSite CS) { in visitCallSite()
342 void Lint::visitCallInst(CallInst &I) { in visitCallInst()
[all …]
/external/llvm/lib/Analysis/
DLint.cpp69 class Lint : public FunctionPass, public InstVisitor<Lint> { class
70 friend class InstVisitor<Lint>;
118 Lint() : FunctionPass(ID), MessagesStr(Messages) { in Lint() function in __anon82aaccd90111::Lint
164 char Lint::ID = 0;
165 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
171 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR", in INITIALIZE_PASS_DEPENDENCY()
181 bool Lint::runOnFunction(Function &F) {
194 void Lint::visitFunction(Function &F) { in visitFunction()
203 void Lint::visitCallSite(CallSite CS) { in visitCallSite()
351 void Lint::visitCallInst(CallInst &I) { in visitCallInst()
[all …]
DCMakeLists.txt43 Lint.cpp
/external/droiddriver/
Dbuild.gradle67 // Aborting on lint errors prevents jenkins from processing the Lint output
68 // https://wiki.jenkins-ci.org/display/JENKINS/Android%20Lint%20Plugin
/external/vixl/tools/
Dlint.py76 def Lint(filename, progress_prefix = ''): function
108 return Lint(*args)