| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 236 if (Complain) Engine.log("called functions differ"); in diffCallSites() 240 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 245 if (Complain) in diffCallSites() 266 if (Complain) Engine.log("different predicates"); in diff() 277 if (Complain) Engine.log("different phi types"); in diff() 287 if (diffCallSites(LI, RI, Complain)) in diff() 300 if (Complain) in diff() 310 if (diffCallSites(LI, RI, Complain)) in diff() 377 } else if (Complain || !Difference) { in diff() 378 if (Complain) in diff() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTStructuralEquivalence.h | 67 bool Complain; member 76 bool StrictTypeSpelling = false, bool Complain = true, 80 ErrorOnTagTypeMismatch(ErrorOnTagTypeMismatch), Complain(Complain) {} in FromCtx()
|
| H A D | ASTImporter.h | 600 bool Complain = true);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 133 bool Complain, in ReadLanguageOptions() argument 153 bool Complain) { in ReadDiagnosticOptions() argument 162 bool Complain) { in ReadFileSystemOptions() argument 172 bool Complain) { in ReadHeaderSearchOptions() argument 185 bool Complain, in ReadPreprocessorOptions() argument 252 bool Complain) override; 254 bool Complain) override; 258 bool Complain) override; 260 bool Complain, 289 bool Complain) override; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1250 if (Context.Complain) { in IsStructurallyEquivalent() 1265 if (Context.Complain) { in IsStructurallyEquivalent() 1365 if (Context.Complain) { in IsStructurallyEquivalent() 1542 if (Context.Complain) { in IsStructurallyEquivalent() 1580 if (Context.Complain) { in IsStructurallyEquivalent() 1652 if (Context.Complain) { in IsStructurallyEquivalent() 1670 if (Context.Complain) { in IsStructurallyEquivalent() 1705 if (Context.Complain) { in IsStructurallyEquivalent() 1723 if (Context.Complain) { in IsStructurallyEquivalent() 1736 if (Context.Complain) { in IsStructurallyEquivalent() [all …]
|
| H A D | ASTImporter.cpp | 481 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain); 483 bool Complain = true); 485 bool Complain = true); 2160 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() argument 2164 false, Complain); in IsStructuralMatch() 2169 RecordDecl *ToRecord, bool Complain) { in IsStructuralMatch() argument 2183 false, Complain); in IsStructuralMatch() 2188 bool Complain) { in IsStructuralMatch() argument 2192 false, Complain); in IsStructuralMatch() 9519 bool Complain) { in IsStructurallyEquivalent() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 296 bool Complain) const; 309 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 627 bool resolveExports(Module *Mod, bool Complain); 637 bool resolveUses(Module *Mod, bool Complain); 647 bool resolveConflicts(Module *Mod, bool Complain);
|
| H A D | LiteralSupport.h | 227 Preprocessor &PP, bool Complain = true);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 200 bool Complain) { in ReadHeaderSearchOptions() argument 439 bool Complain, in ReadLanguageOptions() argument 483 if (Complain) in checkDiagnosticGroupMappings() 510 if (Complain) in checkDiagnosticMappings() 517 if (Complain) in checkDiagnosticMappings() 524 if (Complain) in checkDiagnosticMappings() 531 if (Complain) in checkDiagnosticMappings() 583 Complain); in ReadDiagnosticOptions() 2351 if (Complain) { in getInputFile() 2371 if (Complain) in getInputFile() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 562 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument 585 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 605 bool Complain) override { in ReadDiagnosticOptions() argument 625 bool Complain) override { in ReadHeaderSearchOptions() argument 642 bool Complain, in ReadPreprocessorOptions() argument
|
| H A D | ASTUnit.cpp | 538 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument 552 bool Complain) override { in ReadHeaderSearchOptions() argument 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() argument 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 110 bool Complain) const { in resolveExport() 118 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport() 126 bool Complain) const { in resolveModuleId() 130 if (Complain) in resolveModuleId() 141 if (Complain) in resolveModuleId() 1301 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() argument 1305 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports() 1314 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() argument 1318 Module *DirectUse = resolveModuleId(UDU, Mod, Complain); in resolveUses() 1327 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts() argument [all …]
|
| H A D | LiteralSupport.cpp | 1496 Preprocessor &PP, bool Complain) in StringLiteralParser() argument 1498 Target(PP.getTargetInfo()), Diags(Complain ? &PP.getDiagnostics() :nullptr), in StringLiteralParser()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 803 if (Complain) in DiagnoseUninstantiableTemplate() 7651 if (Complain) { in MatchTemplateParameterKind() 7673 if (Complain) { in MatchTemplateParameterKind() 7706 if (Complain) { in MatchTemplateParameterKind() 7753 if (Complain) in MatchTemplateParameterKind() 7763 if (Complain) in MatchTemplateParameterKind() 7825 if (Complain) in TemplateParameterListsAreEqual() 7846 if (Complain) in TemplateParameterListsAreEqual() 7877 if (Complain) in TemplateParameterListsAreEqual() 7896 if (Complain) in TemplateParameterListsAreEqual() [all …]
|
| H A D | SemaOverload.cpp | 10183 if (Complain) { in checkAddressOfFunctionIsAvailable() 10198 if (Complain) { in checkAddressOfFunctionIsAvailable() 10217 if (Complain) { in checkAddressOfFunctionIsAvailable() 11871 bool Complain; member in __anon041893451b11::AddressOfFunctionResolver 11890 Complain(Complain), Context(S.getASTContext()), in AddressOfFunctionResolver() 12076 Complain)) { in AddMatchingNonTemplateFunction() 12077 HasComplained |= Complain; in AddMatchingNonTemplateFunction() 12156 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate() 12164 HasComplained |= Complain; in EliminateAllExceptMostSpecializedTemplate() 12303 if (Complain) { in ResolveAddressOfOverloadedFunction() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 2629 bool Complain) { in InstantiateClass() argument 2634 Pattern, PatternDef, TSK, Complain)) in InstantiateClass() 3194 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization() argument 3209 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); in InstantiateClassTemplateSpecialization()
|
| H A D | SemaTemplateDeduction.cpp | 5358 bool Complain, QualType TargetType) { in getMostSpecialized() argument 5360 if (Complain) { in getMostSpecialized() 5409 if (Complain) { in getMostSpecialized()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3774 bool Complain = false, 3788 bool Complain, 3800 bool Complain = false, 3806 bool Complain = false, 7513 bool Complain = true); 7884 bool Complain, 8575 bool Complain = true, QualType TargetType = QualType()); 9388 bool Complain = true); 9431 bool Complain = true);
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 127 dnl Complain if config.rpath is missing.
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 912 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
|
| H A D | ChangeLog-2.0 | 243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 1517 * kdc/hprop.c: Don't encrypt twice. Complain on non-convertable
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 1672 + /* Complain about and forget client-IP address hit that is not
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
|