Home
last modified time | relevance | path

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

/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 __anondcc8723c0111::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.txt39 Lint.cpp
DAndroid.mk41 Lint.cpp \
/external/droiddriver/droiddriver-android_support_test/
Dbuild.gradle64 // Aborting on lint errors prevents jenkins from processing the Lint output
65 // https://wiki.jenkins-ci.org/display/JENKINS/Android%20Lint%20Plugin
/external/vixl/tools/
Dlint.py66 def Lint(filename, progress_prefix = ''): function
117 return Lint(*args)
/external/droiddriver/
Dbuild.gradle60 // Aborting on lint errors prevents jenkins from processing the Lint output
61 // https://wiki.jenkins-ci.org/display/JENKINS/Android%20Lint%20Plugin
/external/ceres-solver/docs/source/
Dversion_history.rst200 #. Various Lint cleanups (William Rucklidge & Jim Roseborough)
275 #. Lint and other cleanups (William Rucklidge and James Roseborough)
362 #. Lint cleanup. (William Rucklidge)