/llvm-project/clang/test/Parser/ |
H A D | cxx-member-initializers.cpp | 76 struct Errs : X<0> { struct 77 Errs(X<0>) : decltype X<0>() {} // expected-error {{expected '(' after 'decltype'}} in Errs() function 78 Errs(X<1>) : what is this () {} // expected-error {{expected '(' or '{'}} in Errs() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | InitLLVM.cpp | 27 Errs->flush(); in CleanupStdHandles() local
|
H A D | CommandLine.cpp | 1429 ParseCommandLineOptions(int argc,const char * const * argv,StringRef Overview,raw_ostream * Errs,const char * EnvVar,bool LongOptionsUseDoubleDash) ParseCommandLineOptions() argument 1475 ParseCommandLineOptions(int argc,const char * const * argv,StringRef Overview,raw_ostream * Errs,bool LongOptionsUseDoubleDash) ParseCommandLineOptions() argument 1835 error(const Twine & Message,StringRef ArgName,raw_ostream & Errs) error() argument [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 518 std::string Errs; in TEST() local 597 raw_string_ostream OS(Errs); in TEST() local 654 std::string Errs; TEST() local 1278 std::string Errs; TEST() local 1865 std::string Errs; TEST() local 1940 std::string Errs; TEST() local 1968 std::string Errs; TEST() local 1991 std::string Errs; TEST() local 2082 std::string Errs; TEST() local 2105 std::string Errs; TEST() local 2135 std::string Errs; TEST() local 2169 std::string Errs; TEST() local 2260 std::string Errs; TEST() local [all...] |
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.cpp | 39 llvm::erase_if(Symbols, [ToRemove, &Errs](const Symbol &Sym) { in removeSymbols() local
|
/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 316 handleMakeDependencyToolResult(const std::string & Input,llvm::Expected<std::string> & MaybeFile,SharedStream & OS,SharedStream & Errs) handleMakeDependencyToolResult() argument 557 handleTranslationUnitResult(StringRef Input,llvm::Expected<TranslationUnitDeps> & MaybeTUDeps,FullDeps & FD,size_t InputIndex,SharedStream & OS,SharedStream & Errs) handleTranslationUnitResult() argument 574 handleModuleResult(StringRef ModuleName,llvm::Expected<ModuleDepsGraph> & MaybeModuleGraph,FullDeps & FD,size_t InputIndex,SharedStream & OS,SharedStream & Errs) handleModuleResult() argument 661 handleP1689DependencyToolResult(const std::string & Input,llvm::Expected<P1689Rule> & MaybeRule,P1689Deps & PD,SharedStream & Errs) handleP1689DependencyToolResult() argument 878 SharedStream Errs(llvm::errs()); clang_scan_deps_main() local [all...] |
/llvm-project/clang/tools/clang-repl/ |
H A D | ClangRepl.cpp | 70 unsigned Errs = CI->getDiagnostics().getClient()->getNumErrors(); in checkDiagErrors() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 395 bool error(const Twine &Message, raw_ostream &Errs) { in error()
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1108 Error Errs = Error::success(); in match() local 2525 Error Errs = Error::success(); defineCmdlineVariables() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 5285 Conflicts &Errs) { in getIntersection() local 5234 insert(const FunctionEffectWithCondition & NewEC,Conflicts & Errs) insert() argument 5276 insert(const FunctionEffectsRef & Set,Conflicts & Errs) insert() argument 5322 getUnion(FunctionEffectsRef LHS,FunctionEffectsRef RHS,Conflicts & Errs) getUnion() argument [all...] |
H A D | ASTContext.cpp | 10591 FunctionEffectSet::Conflicts Errs; mergeFunctionTypes() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugLineTest.cpp | 568 std::vector<std::string> Errs; local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 7527 FunctionEffectSet::Conflicts Errs; handleNonBlockingNonAllocatingTypeAttr() local
|
H A D | SemaDecl.cpp | 20209 diagnoseFunctionEffectMergeConflicts(const FunctionEffectSet::Conflicts & Errs,SourceLocation NewLoc,SourceLocation OldLoc) diagnoseFunctionEffectMergeConflicts() argument
|
H A D | SemaDeclCXX.cpp | 18082 FunctionEffectSet::Conflicts Errs; CheckOverridingFunctionAttributes() local
|
H A D | TreeTransform.h | 6310 FunctionEffectSet::Conflicts Errs; TransformFunctionProtoType() local
|