Searched refs:Lint (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Lint.cpp | 1 //===-- Lint.cpp - Check for common errors in LLVM IR ---------------------===// 36 #include "llvm/Analysis/Lint.h" 91 class Lint : public FunctionPass, public InstVisitor<Lint> { class 92 friend class InstVisitor<Lint>; 140 Lint() : FunctionPass(ID), MessagesStr(Messages) { in Lint() function in __anon23919::Lint 186 char Lint::ID = 0; 187 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR", 193 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR", 200 // Lint [all...] |
/third_party/vixl/tools/ |
H A D | lint.py | 75 def Lint(filename, progress_prefix = ''): function 111 return Lint(*args)
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 299 Lint(type, " \"", name, "\" does not follow \"", convention, in NamingConventionError() 332 Lint( in CheckNotDeferredStatement() 807 Lint("Annotation ", a.name->value, error_message) in AnnotationSet() 811 Lint("Duplicate annotation ", a.name->value).Position(a.name->pos); in AnnotationSet() 820 Lint("Annotation ", a.name->value, error_message) in AnnotationSet() 824 Lint("Duplicate annotation ", a.name->value).Position(a.name->pos); in AnnotationSet() 1065 Lint("Annotation @doNotGenerateCppClass has no effect"); in MakeClassDeclaration() 1387 Lint("Unnecessary 'constexpr' clause for enum ", name); in MakeEnumDeclaration()
|
H A D | implementation-visitor.h | 278 Lint(BindingTypeString(), "'", name_, in ~Binding() 284 Lint(BindingTypeString(), "'", name_, in ~Binding()
|
H A D | utils.h | 87 MessageBuilder Lint(Args&&... args) { in Lint() function
|
H A D | type-visitor.cc | 313 Lint("Unnecessary 'generates' clause for class ", decl->name->value); in ComputeType()
|
H A D | implementation-visitor.cc | 899 Lint( in Visit() 5505 Lint("Macro '", macro->ReadableName(), "' is never used.") in ReportAllUnusedMacros()
|
Completed in 19 milliseconds