| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 342 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() argument 347 if (Complain) Engine.log("called functions differ"); in diffCallSites() 351 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 356 if (Complain) in diffCallSites() 367 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff() argument 376 if (Complain) Engine.log("different instruction types"); in diff() 383 if (Complain) Engine.log("different predicates"); in diff() 387 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); in diff() 395 if (Complain) Engine.log("different phi types"); in diff() 401 if (Complain) in diff() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTStructuralEquivalence.h | 74 bool Complain; member 87 bool Complain = true, 93 ErrorOnTagTypeMismatch(ErrorOnTagTypeMismatch), Complain(Complain), in LangOpts()
|
| H A D | ASTImporter.h | 589 bool Complain = true);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 135 StringRef ModuleFilename, bool Complain, in ReadLanguageOptions() argument 145 StringRef ModuleFilename, bool Complain, in ReadTargetOptions() argument 155 StringRef ModuleFilename, bool Complain) { in ReadDiagnosticOptions() argument 164 bool Complain) { in ReadFileSystemOptions() argument 179 bool Complain) { in ReadHeaderSearchOptions() argument 193 bool Complain) { in ReadHeaderSearchPaths() argument 207 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument 282 StringRef ModuleFilename, bool Complain, 285 StringRef ModuleFilename, bool Complain, 288 StringRef ModuleFilename, bool Complain) override; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1559 if (Context.Complain) { in IsStructurallyEquivalent() 1574 if (Context.Complain) { in IsStructurallyEquivalent() 1597 if (Diagnose && Context.Complain) { in IsStructurallyEquivalent() 1799 if (Context.Complain) { in IsStructurallyEquivalent() 1900 if (Context.Complain) { in IsStructurallyEquivalent() 1921 if (Context.Complain) { in IsStructurallyEquivalent() 1937 if (Context.Complain) { in IsStructurallyEquivalent() 1959 if (Context.Complain) { in IsStructurallyEquivalent() 1972 if (Context.Complain) { in IsStructurallyEquivalent() 1986 if (Context.Complain) { in IsStructurallyEquivalent() [all …]
|
| H A D | ASTImporter.cpp | 512 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true, 2698 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain, in IsStructuralMatch() argument 2711 /*StrictTypeSpelling=*/false, Complain, /*ErrorOnTagTypeMismatch=*/false, in IsStructuralMatch() 10855 bool Complain) { in IsStructurallyEquivalent() argument 10869 getStructuralEquivalenceKind(*this), false, Complain); in IsStructurallyEquivalent()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 293 bool Complain) const; 306 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 673 bool resolveExports(Module *Mod, bool Complain); 683 bool resolveUses(Module *Mod, bool Complain); 693 bool resolveConflicts(Module *Mod, bool Complain);
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 170 const LangOptions &LangOpts, StringRef ModuleFilename, bool Complain, in ReadLanguageOptions() argument 172 return First->ReadLanguageOptions(LangOpts, ModuleFilename, Complain, in ReadLanguageOptions() 174 Second->ReadLanguageOptions(LangOpts, ModuleFilename, Complain, in ReadLanguageOptions() 179 const TargetOptions &TargetOpts, StringRef ModuleFilename, bool Complain, in ReadTargetOptions() argument 181 return First->ReadTargetOptions(TargetOpts, ModuleFilename, Complain, in ReadTargetOptions() 183 Second->ReadTargetOptions(TargetOpts, ModuleFilename, Complain, in ReadTargetOptions() 188 DiagnosticOptions &DiagOpts, StringRef ModuleFilename, bool Complain) { in ReadDiagnosticOptions() argument 189 return First->ReadDiagnosticOptions(DiagOpts, ModuleFilename, Complain) || in ReadDiagnosticOptions() 190 Second->ReadDiagnosticOptions(DiagOpts, ModuleFilename, Complain); in ReadDiagnosticOptions() 195 bool Complain) { in ReadFileSystemOptions() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 644 StringRef ModuleFilename, bool Complain, in ReadLanguageOptions() argument 672 StringRef ModuleFilename, bool Complain, in ReadTargetOptions() argument 693 bool Complain) override { in ReadDiagnosticOptions() argument 714 bool Complain) override { in ReadHeaderSearchOptions() argument 731 bool Complain) override { in ReadHeaderSearchPaths() argument 747 bool Complain, in ReadPreprocessorOptions() argument
|
| H A D | ASTUnit.cpp | 536 StringRef ModuleFilename, bool Complain, in ReadLanguageOptions() argument 561 bool Complain) override { in ReadHeaderSearchOptions() argument 577 bool Complain) override { in ReadHeaderSearchPaths() argument 599 bool Complain, in ReadPreprocessorOptions() argument 606 StringRef ModuleFilename, bool Complain, in ReadTargetOptions() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 109 bool Complain) const { in resolveExport() 117 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport() 125 bool Complain) const { in resolveModuleId() 129 if (Complain) in resolveModuleId() 140 if (Complain) in resolveModuleId() 1491 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() argument 1495 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports() 1504 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() argument 1509 Module *DirectUse = resolveModuleId(UDU, Top, Complain); in resolveUses() 1518 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 164 bool Complain) override { in ReadHeaderSearchOptions() argument 179 bool Complain) override { in ReadHeaderSearchPaths() argument 190 HSOpts, ExistingHSOpts, Complain ? &Diags : nullptr, ExistingLangOpts); in ReadHeaderSearchPaths()
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | kern.t0 | 65 \ Convert hexadecimal character to number. Complain loudly if conversion 78 \ Convert decimal character to number. Complain loudly if conversion
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 772 bool Complain, bool *Unreachable) { in DiagnoseUninstantiableTemplate() argument 788 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() 789 if (Complain) in DiagnoseUninstantiableTemplate() 797 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) in DiagnoseUninstantiableTemplate() 7970 const NamedDecl *OldInstFrom, bool Complain, in MatchTemplateParameterKind() argument 7974 if (Complain) { in MatchTemplateParameterKind() 7994 if (Complain) { in MatchTemplateParameterKind() 8026 if (Complain) { in MatchTemplateParameterKind() 8051 OldTTP->getTemplateParameters(), Complain, in MatchTemplateParameterKind() 8086 if (Complain) in MatchTemplateParameterKind() [all …]
|
| H A D | SemaOverload.cpp | 11595 bool Complain, in checkAddressOfFunctionIsAvailable() argument 11599 if (Complain) { in checkAddressOfFunctionIsAvailable() 11614 if (Complain) { in checkAddressOfFunctionIsAvailable() 11642 if (Complain) { in checkAddressOfFunctionIsAvailable() 11664 bool Complain, in checkAddressOfFunctionIsAvailable() argument 11666 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable() 13448 bool Complain = true) { in completeFunctionType() argument 13450 S.DeduceReturnType(FD, Loc, Complain)) in completeFunctionType() 13471 bool Complain; member in __anon2e1ecc912e11::AddressOfFunctionResolver 13488 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 3601 bool Complain) { in InstantiateClass() argument 3606 Pattern, PatternDef, TSK, Complain)) in InstantiateClass() 4170 TemplateSpecializationKind TSK, bool Complain, in InstantiateClassTemplateSpecialization() argument 4192 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); in InstantiateClassTemplateSpecialization()
|
| H A D | SemaTemplateDeduction.cpp | 6048 bool Complain, QualType TargetType) { in getMostSpecialized() argument 6050 if (Complain) { in getMostSpecialized() 6099 if (Complain) { in getMostSpecialized()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10606 bool Complain = false, 10634 bool Complain, DeclAccessPair &Found, 10668 OverloadExpr *ovl, bool Complain = false, DeclAccessPair *Found = nullptr, 10682 bool Complain = false, SourceRange OpRangeForComplaining = SourceRange(), 11388 bool Complain = true, bool *Unreachable = nullptr); 12119 const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain, 12124 TemplateParameterList *New, TemplateParameterList *Old, bool Complain, 12127 return TemplateParameterListsAreEqual(nullptr, New, nullptr, Old, Complain, 12816 bool Complain = true, QualType TargetType = QualType()); 13666 TemplateSpecializationKind TSK, bool Complain = true); [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 128 dnl Complain if config.rpath is missing.
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 1672 + /* Complain about and forget client-IP address hit that is not
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 1517 * kdc/hprop.c: Don't encrypt twice. Complain on non-convertable
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 213 51. PR/102: Complain on input files with missing trailing \n
|
| /freebsd/contrib/openpam/m4/ |
| H A D | libtool.m4 | 40 # Complain and exit if this libtool version is less that VERSION. 51 # Complain if the absolute build directory name contains unusual characters
|