| /openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 344 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() argument 349 if (Complain) Engine.log("called functions differ"); in diffCallSites() 353 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 358 if (Complain) in diffCallSites() 369 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff() argument 378 if (Complain) Engine.log("different instruction types"); in diff() 385 if (Complain) Engine.log("different predicates"); in diff() 389 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); in diff() 397 if (Complain) Engine.log("different phi types"); in diff() 403 if (Complain) in diff() [all …]
|
| /openbsd-src/gnu/llvm/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 | 575 bool Complain = true);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 132 bool Complain, in ReadLanguageOptions() argument 141 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 152 bool Complain) { in ReadDiagnosticOptions() argument 161 bool Complain) { in ReadFileSystemOptions() argument 175 bool Complain) { in ReadHeaderSearchOptions() argument 189 bool Complain) { in ReadHeaderSearchPaths() argument 202 bool Complain, in ReadPreprocessorOptions() argument 264 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, 266 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, 269 bool Complain) override; [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 302 bool Complain) const; 315 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 655 bool resolveExports(Module *Mod, bool Complain); 665 bool resolveUses(Module *Mod, bool Complain); 675 bool resolveConflicts(Module *Mod, bool Complain);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1312 if (Context.Complain) { in IsStructurallyEquivalent() 1327 if (Context.Complain) { in IsStructurallyEquivalent() 1471 if (Context.Complain) { in IsStructurallyEquivalent() 1562 if (Context.Complain) { in IsStructurallyEquivalent() 1582 if (Context.Complain) { in IsStructurallyEquivalent() 1597 if (Context.Complain) { in IsStructurallyEquivalent() 1618 if (Context.Complain) { in IsStructurallyEquivalent() 1630 if (Context.Complain) { in IsStructurallyEquivalent() 1643 if (Context.Complain) { in IsStructurallyEquivalent() 1654 if (Context.Complain) { in IsStructurallyEquivalent() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 171 bool Complain, in ReadLanguageOptions() argument 173 return First->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 175 Second->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 180 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 182 return First->ReadTargetOptions(TargetOpts, Complain, in ReadTargetOptions() 184 Second->ReadTargetOptions(TargetOpts, Complain, in ReadTargetOptions() 189 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) { in ReadDiagnosticOptions() argument 190 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions() 191 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions() 196 bool Complain) { in ReadFileSystemOptions() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 581 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument 604 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 624 bool Complain) override { in ReadDiagnosticOptions() argument 644 bool Complain) override { in ReadHeaderSearchOptions() argument 661 bool Complain, in ReadPreprocessorOptions() argument
|
| H A D | ASTUnit.cpp | 539 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument 553 bool Complain) override { in ReadHeaderSearchOptions() argument 565 bool Complain) override { in ReadHeaderSearchPaths() argument 585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() argument 591 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 116 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() 1356 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() argument 1360 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports() 1369 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() argument 1373 Module *DirectUse = resolveModuleId(UDU, Mod, Complain); in resolveUses() 1382 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts() argument [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 222 * cvt.c (convert_to_reference): Complain when caller has indicated 319 * pt.c (lookup_template_class): Complain about using non-template here. 322 * pt.c (check_explicit_specialization): Complain about specialization 344 * decl2.c (validate_nonmember_using_decl): Complain about using 476 (xref_tag): Complain about using typedef-name after class-key. 558 * decl.c (grok_ctor_properties): Complain about any constructor 574 * search.c (get_abstract_virtuals): Complain about virtuals with 588 * class.c (finish_struct_anon): Complain about non-fields. 680 * init.c (build_new): Complain about non-integral size. 682 * parse.y (unary_expr): Complain about defining types in sizeof. [all …]
|
| H A D | ChangeLog-1995 | 1312 * decl.c (duplicate_decls): Complain about virtual functions 1357 * decl.c (start_function): Complain about redefinition of a function 2346 * pt.c (push_tinst_level): Complain if template instantiation depth 2726 * typeck.c (build_modify_expr): Complain if 2790 * decl.c (start_function): Complain about abstract return type. 2791 (grokdeclarator): Complain about declaring constructors and 2792 destructors to be const or volatile. Complain about declaring 3137 * init.c (build_new): Complain about new of const type without 3610 (define_label): Complain about a label named wchar_t. 3611 (grokdeclarator): Complain about declarations of [all …]
|
| H A D | ChangeLog-1994 | 1547 * typeck.c (build_x_function_call): Complain about overloads of one. 1611 * tree.c (count_functions): Complain when called for invalid 1664 * sig.c (build_signature_pointer_constructor): Complain if we 2255 * typeck.c (convert_for_assignment): Complain about changing 2479 * call.c (build_method_call): Complain about calling an abstract 2558 (redeclaration_error_message): Complain about redefining default 2981 * cvt.c (convert_to_reference): Complain about passing const 3340 * decl2.c (grokfield): Complain about local class method declaration 4659 * class.c (finish_base_struct): Complain about base with only 4684 * decl.c (grokdeclarator): Complain about virtual op new and op [all …]
|
| H A D | ChangeLog-1997 | 240 * pt.c (check_explicit_specialization): Complain about using a 1707 * pt.c (push_template_decl): Complain about mismatch in # of 2262 * call.c (build_scoped_method_call): Complain if the scope isn't a 2417 * call.c (build_new_function_call): Complain about void arg.
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 794 bool Complain /*= true*/) { in DiagnoseUninstantiableTemplate() argument 808 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() 809 if (Complain) in DiagnoseUninstantiableTemplate() 817 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) in DiagnoseUninstantiableTemplate() 7947 const NamedDecl *OldInstFrom, bool Complain, in MatchTemplateParameterKind() argument 7952 if (Complain) { in MatchTemplateParameterKind() 7974 if (Complain) { in MatchTemplateParameterKind() 8007 if (Complain) { in MatchTemplateParameterKind() 8033 OldTTP->getTemplateParameters(), Complain, in MatchTemplateParameterKind() 8068 if (Complain) in MatchTemplateParameterKind() [all …]
|
| H A D | SemaOverload.cpp | 10468 bool Complain, in checkAddressOfFunctionIsAvailable() argument 10472 if (Complain) { in checkAddressOfFunctionIsAvailable() 10487 if (Complain) { in checkAddressOfFunctionIsAvailable() 10515 if (Complain) { in checkAddressOfFunctionIsAvailable() 10537 bool Complain, in checkAddressOfFunctionIsAvailable() argument 10539 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable() 12166 bool Complain = true) { in completeFunctionType() argument 12168 S.DeduceReturnType(FD, Loc, Complain)) in completeFunctionType() 12189 bool Complain; member in __anona0c7ad681d11::AddressOfFunctionResolver 12206 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 3061 bool Complain) { in InstantiateClass() argument 3066 Pattern, PatternDef, TSK, Complain)) in InstantiateClass() 3628 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization() argument 3643 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); in InstantiateClassTemplateSpecialization()
|
| H A D | SemaTemplateDeduction.cpp | 5354 bool Complain, QualType TargetType) { in getMostSpecialized() argument 5356 if (Complain) { in getMostSpecialized() 5405 if (Complain) { in getMostSpecialized()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 3293 * pt.c (push_template_decl_real): Complain about everything 3805 * typeck.c (c_expand_return): Complain about returning from a 3815 (define_label): Complain about jumping into an EH block. 5480 * decl.c (make_typename_type): Complain if we don't find a type 6425 * pt.c (maybe_process_partial_specialization): Complain about 6456 * pt.c (maybe_process_partial_specialization): Complain about 7010 * cvt.c (convert_to_reference): Complain when caller has indicated 7107 * pt.c (lookup_template_class): Complain about using non-template here. 7110 * pt.c (check_explicit_specialization): Complain about specialization 7132 * decl2.c (validate_nonmember_using_decl): Complain about using [all …]
|
| H A D | ChangeLog.1 | 961 * decl.c (duplicate_decls): Complain about virtual functions 1006 * decl.c (start_function): Complain about redefinition of a function 1995 * pt.c (push_tinst_level): Complain if template instantiation depth 2375 * typeck.c (build_modify_expr): Complain if 2439 * decl.c (start_function): Complain about abstract return type. 2440 (grokdeclarator): Complain about declaring constructors and 2441 destructors to be const or volatile. Complain about declaring 2786 * init.c (build_new): Complain about new of const type without 3259 (define_label): Complain about a label named wchar_t. 3260 (grokdeclarator): Complain about declarations of [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4114 bool Complain = false, 4128 bool Complain, 4140 bool Complain = false, 4145 bool Complain = false, SourceRange OpRangeForComplaining = SourceRange(), 8063 bool Complain = true); 8434 const NamedDecl *OldInstFrom, TemplateParameterList *Old, bool Complain, 8440 TemplateParameterList *New, TemplateParameterList *Old, bool Complain, 8444 return TemplateParameterListsAreEqual(nullptr, New, nullptr, Old, Complain, 9135 bool Complain = true, QualType TargetType = QualType()); 10043 bool Complain = true); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | ChangeLog-9103 | 392 print_stack_level. Complain at end if stack contains more than
|
| H A D | reloc.texi | 239 /* Complain if the bitfield overflows, whether it is considered 243 /* Complain if the value overflows when considered as signed 247 /* Complain if the value overflows when considered as an
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | ChangeLog-9103 | 392 print_stack_level. Complain at end if stack contains more than
|
| H A D | reloc.texi | 239 /* Complain if the value overflows when considered as a signed 244 /* Complain if the value overflows when considered as a signed 248 /* Complain if the value overflows when considered as an
|