Searched refs:Lint (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 68 class Lint : public FunctionPass, public InstVisitor<Lint> { class 69 friend class InstVisitor<Lint>; 116 Lint() : FunctionPass(ID), MessagesStr(Messages) { in Lint() function in __anondcc8723c0111::Lint 162 char Lint::ID = 0; 163 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR", 169 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR", in INITIALIZE_PASS_DEPENDENCY() 179 bool Lint::runOnFunction(Function &F) { 191 void Lint::visitFunction(Function &F) { in visitFunction() 200 void Lint::visitCallSite(CallSite CS) { in visitCallSite() 362 void Lint::visitCallInst(CallInst &I) { in visitCallInst() [all …]
|
D | CMakeLists.txt | 35 Lint.cpp
|
D | Android.mk | 37 Lint.cpp \
|
/external/droiddriver/droiddriver-android_support_test/ |
D | build.gradle | 64 // 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/ |
D | lint.py | 116 def Lint(filename, lint_options, progress_prefix = '', verbose = False): function 162 return Lint(*args)
|
/external/droiddriver/ |
D | build.gradle | 60 // 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/ |
D | version_history.rst | 200 #. Various Lint cleanups (William Rucklidge & Jim Roseborough) 275 #. Lint and other cleanups (William Rucklidge and James Roseborough) 362 #. Lint cleanup. (William Rucklidge)
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 354 + Lint.cpp \
|