Home
last modified time | relevance | path

Searched refs:Complain (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp351 if (Complain) Engine.log("argument counts differ"); in diffCallSites()
356 if (Complain) in diffCallSites()
383 if (Complain) Engine.log("different predicates"); in diff()
401 if (Complain) in diff()
412 if (Complain) in diff()
424 if (diffCallSites(LI, RI, Complain)) in diff()
437 if (Complain) in diff()
447 if (diffCallSites(LI, RI, Complain)) in diff()
514 } else if (Complain || !Difference) { in diff()
515 if (Complain) in diff()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h67 bool Complain; member
79 bool Complain = true, bool ErrorOnTagTypeMismatch = false,
83 ErrorOnTagTypeMismatch(ErrorOnTagTypeMismatch), Complain(Complain), in FromCtx()
H A DASTImporter.h576 bool Complain = true);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h133 bool Complain, in ReadLanguageOptions() argument
153 bool Complain) { in ReadDiagnosticOptions() argument
162 bool Complain) { in ReadFileSystemOptions() argument
176 bool Complain) { in ReadHeaderSearchOptions() argument
190 bool Complain) { in ReadHeaderSearchPaths() argument
270 bool Complain) override;
272 bool Complain) override;
276 bool Complain) override;
307 bool Complain) override;
313 bool Complain) override;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h305 bool Complain) const;
318 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
668 bool resolveExports(Module *Mod, bool Complain);
678 bool resolveUses(Module *Mod, bool Complain);
688 bool resolveConflicts(Module *Mod, bool Complain);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1415 if (Context.Complain) { in IsStructurallyEquivalent()
1430 if (Context.Complain) { in IsStructurallyEquivalent()
1587 if (Context.Complain) { in IsStructurallyEquivalent()
1770 if (Context.Complain) { in IsStructurallyEquivalent()
1809 if (Context.Complain) { in IsStructurallyEquivalent()
1894 if (Context.Complain) { in IsStructurallyEquivalent()
1912 if (Context.Complain) { in IsStructurallyEquivalent()
1947 if (Context.Complain) { in IsStructurallyEquivalent()
1965 if (Context.Complain) { in IsStructurallyEquivalent()
1978 if (Context.Complain) { in IsStructurallyEquivalent()
[all …]
H A DASTImporter.cpp462 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true,
2382 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain, in IsStructuralMatch() argument
2394 /*StrictTypeSpelling=*/false, Complain, /*ErrorOnTagTypeMismatch=*/false, in IsStructuralMatch()
10394 bool Complain) { in IsStructurallyEquivalent() argument
10408 Complain); in IsStructurallyEquivalent()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp180 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
203 bool Complain) { in ReadHeaderSearchOptions() argument
448 bool Complain, in ReadLanguageOptions() argument
492 if (Complain) in checkDiagnosticGroupMappings()
522 if (Complain) in checkDiagnosticMappings()
529 if (Complain) in checkDiagnosticMappings()
536 if (Complain) in checkDiagnosticMappings()
543 if (Complain) in checkDiagnosticMappings()
2542 if (Complain) { in getInputFile()
2563 if (Complain) in getInputFile()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp595 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument
618 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
638 bool Complain) override { in ReadDiagnosticOptions() argument
658 bool Complain) override { in ReadHeaderSearchOptions() argument
675 bool Complain) override { in ReadHeaderSearchPaths() argument
690 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
H A DASTUnit.cpp538 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument
552 bool Complain) override { in ReadHeaderSearchOptions() argument
568 bool Complain) override { in ReadHeaderSearchPaths() argument
589 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
595 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp116 bool Complain) const { in resolveExport()
124 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport()
132 bool Complain) const { in resolveModuleId()
136 if (Complain) in resolveModuleId()
147 if (Complain) in resolveModuleId()
1394 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() argument
1398 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports()
1407 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() argument
1412 Module *DirectUse = resolveModuleId(UDU, Top, Complain); in resolveUses()
1421 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts() argument
[all …]
/freebsd-14.2/contrib/bearssl/T0/
H A Dkern.t065 \ Convert hexadecimal character to number. Complain loudly if conversion
78 \ Convert decimal character to number. Complain loudly if conversion
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp812 if (Complain) in DiagnoseUninstantiableTemplate()
8242 if (Complain) { in MatchTemplateParameterKind()
8264 if (Complain) { in MatchTemplateParameterKind()
8303 if (Complain) { in MatchTemplateParameterKind()
8366 if (Complain) in MatchTemplateParameterKind()
8374 if (Complain) in MatchTemplateParameterKind()
8434 if (Complain) in TemplateParameterListsAreEqual()
8455 if (Complain) in TemplateParameterListsAreEqual()
8488 if (Complain) in TemplateParameterListsAreEqual()
8508 if (Complain) in TemplateParameterListsAreEqual()
[all …]
H A DSemaOverload.cpp10894 if (Complain) { in checkAddressOfFunctionIsAvailable()
10909 if (Complain) { in checkAddressOfFunctionIsAvailable()
10937 if (Complain) { in checkAddressOfFunctionIsAvailable()
12653 bool Complain; member in __anon22c3dcc72311::AddressOfFunctionResolver
12672 Complain(Complain), Context(S.getASTContext()), in AddressOfFunctionResolver()
12867 Complain)) { in AddMatchingNonTemplateFunction()
12868 HasComplained |= Complain; in AddMatchingNonTemplateFunction()
12947 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
12955 HasComplained |= Complain; in EliminateAllExceptMostSpecializedTemplate()
13095 if (Complain) { in ResolveAddressOfOverloadedFunction()
[all …]
H A DSemaTemplateInstantiate.cpp3252 bool Complain) { in InstantiateClass() argument
3257 Pattern, PatternDef, TSK, Complain)) in InstantiateClass()
3819 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization() argument
3834 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); in InstantiateClassTemplateSpecialization()
H A DSemaTemplateDeduction.cpp5622 bool Complain, QualType TargetType) { in getMostSpecialized() argument
5624 if (Complain) { in getMostSpecialized()
5673 if (Complain) { in getMostSpecialized()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4207 bool Complain = false,
4221 bool Complain,
4232 OverloadExpr *ovl, bool Complain = false, DeclAccessPair *Found = nullptr,
4237 bool Complain = false, SourceRange OpRangeForComplaining = SourceRange(),
8259 bool Complain = true);
8689 const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain,
8694 TemplateParameterList *New, TemplateParameterList *Old, bool Complain,
8697 return TemplateParameterListsAreEqual(nullptr, New, nullptr, Old, Complain,
9412 bool Complain = true, QualType TargetType = QualType());
10357 bool Complain = true);
[all …]
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dlib-link.m4127 dnl Complain if config.rpath is missing.
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.19981517 * kdc/hprop.c: Don't encrypt twice. Complain on non-convertable
/freebsd-14.2/contrib/unbound/contrib/
H A Dfastrpz.patch1672 + /* Complain about and forget client-IP address hit that is not
/freebsd-14.2/contrib/libevent/
H A DChangeLog-2.0243 o Complain if the caller tries to change threading cbs after setting them (cb6ecee)
/freebsd-14.2/contrib/tcsh/
H A DFixes213 51. PR/102: Complain on input files with missing trailing \n
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dlibtool.m439 # Complain and exit if this libtool version is less that VERSION.
50 # Complain if the absolute build directory name contains unusual characters
/freebsd-14.2/contrib/openpam/m4/
H A Dlibtool.m440 # Complain and exit if this libtool version is less that VERSION.
51 # Complain if the absolute build directory name contains unusual characters

12