| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 225 bool diffCallSites(CallBase &L, CallBase &R, bool Complain) { in diffCallSites() argument 228 if (Complain) Engine.log("called functions differ"); in diffCallSites() 232 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 237 if (Complain) in diffCallSites() 245 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { in diff() argument 250 if (Complain) Engine.log("different instruction types"); in diff() 257 if (Complain) Engine.log("different predicates"); in diff() 261 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); in diff() 268 if (Complain) Engine.log("different phi types"); in diff() 278 if (diffCallSites(LI, RI, Complain)) in diff() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 133 bool Complain, in ReadLanguageOptions() argument 142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() 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 247 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, 249 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, 252 bool Complain) override; 254 bool Complain) override; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1249 if (Context.Complain) { in IsStructurallyEquivalent() 1264 if (Context.Complain) { in IsStructurallyEquivalent() 1364 if (Context.Complain) { in IsStructurallyEquivalent() 1449 if (Context.Complain) { in IsStructurallyEquivalent() 1469 if (Context.Complain) { in IsStructurallyEquivalent() 1484 if (Context.Complain) { in IsStructurallyEquivalent() 1505 if (Context.Complain) { in IsStructurallyEquivalent() 1517 if (Context.Complain) { in IsStructurallyEquivalent() 1530 if (Context.Complain) { in IsStructurallyEquivalent() 1541 if (Context.Complain) { in IsStructurallyEquivalent() [all …]
|
| H A D | ASTImporter.cpp | 466 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain); 468 bool Complain = true); 470 bool Complain = true); 2142 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() argument 2146 false, Complain); in IsStructuralMatch() 2151 RecordDecl *ToRecord, bool Complain) { in IsStructuralMatch() argument 2165 false, Complain); in IsStructuralMatch() 2170 bool Complain) { in IsStructuralMatch() argument 2174 false, Complain); in IsStructuralMatch() 9390 bool Complain) { in IsStructurallyEquivalent() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 168 bool Complain, in ReadLanguageOptions() argument 170 return First->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 172 Second->ReadLanguageOptions(LangOpts, Complain, in ReadLanguageOptions() 177 const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 179 return First->ReadTargetOptions(TargetOpts, Complain, in ReadTargetOptions() 181 Second->ReadTargetOptions(TargetOpts, Complain, in ReadTargetOptions() 186 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) { in ReadDiagnosticOptions() argument 187 return First->ReadDiagnosticOptions(DiagOpts, Complain) || in ReadDiagnosticOptions() 188 Second->ReadDiagnosticOptions(DiagOpts, Complain); in ReadDiagnosticOptions() 193 bool Complain) { in ReadFileSystemOptions() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 540 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument 583 bool Complain) override { in ReadDiagnosticOptions() argument 603 bool Complain) override { in ReadHeaderSearchOptions() argument 620 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
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/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-2008 | 240 * parser.c (cp_parser_type_id): Complain about auto. 241 * decl.c (grokdeclarator): Complain about parameters and 1268 (duplicate_decls): Complain about redeclaring a function as deleted. 1273 Complain about using a deleted fn. 2565 (cp_parser_decl_specifier_seq): Complain about `auto' as a storage 3152 (cp_parser_template_parameter): Complain about default 3155 (cp_parser_parameter_declaration): Complain about parameter packs
|
| H A D | ChangeLog-2011 | 314 * decl.c (reshape_init_class): Complain if d->cur->index is 1843 * class.c (finish_struct_1): Complain if the first field is 2500 * semantics.c (finish_offsetof): Complain about incomplete type. 2722 * parser.c (cp_parser_lambda_introducer): Complain about redundant 3077 * typeck2.c (build_functional_cast): Complain early for invalid uses 3130 * decl.c (create_array_type_for_decl): Complain about array of auto. 3151 * decl.c (grokdeclarator): Complain about auto typedef. 3154 * decl.c (grokdeclarator): Complain later for auto parameter. 4300 Complain about non-body compound-stmt in constexpr fn. 4728 * semantics.c (cxx_eval_constant_expression): Complain about
|
| 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-2010 | 221 * decl.c (cp_finish_decl): Complain about an implicitly deleted 849 * init.c (perform_member_init): Complain about uninitialized 866 (grokdeclarator): Complain about typedef and volatile with constexpr. 3127 * typeck.c (cp_build_modify_expr): Complain about assignment to 3314 * semantics.c (lambda_return_type): Complain about 3394 * parser.c (cp_parser_lambda_expression): Complain about lambda in 3883 (maybe_clone_body): Complain if multiple clones aren't safe.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 789 bool Complain /*= true*/) { in DiagnoseUninstantiableTemplate() argument 802 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate() 803 if (Complain) in DiagnoseUninstantiableTemplate() 811 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) in DiagnoseUninstantiableTemplate() 7646 bool Complain, in MatchTemplateParameterKind() argument 7651 if (Complain) { in MatchTemplateParameterKind() 7673 if (Complain) { in MatchTemplateParameterKind() 7706 if (Complain) { in MatchTemplateParameterKind() 7732 Complain, in MatchTemplateParameterKind() 7753 if (Complain) in MatchTemplateParameterKind() [all …]
|
| H A D | SemaOverload.cpp | 10162 bool Complain, in checkAddressOfFunctionIsAvailable() argument 10166 if (Complain) { in checkAddressOfFunctionIsAvailable() 10181 if (Complain) { in checkAddressOfFunctionIsAvailable() 10200 if (Complain) { in checkAddressOfFunctionIsAvailable() 10222 bool Complain, in checkAddressOfFunctionIsAvailable() argument 10224 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable() 11830 bool Complain = true) { in completeFunctionType() argument 11832 S.DeduceReturnType(FD, Loc, Complain)) in completeFunctionType() 11853 bool Complain; member in __anon8501439c1b11::AddressOfFunctionResolver 11870 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 2630 bool Complain) { in InstantiateClass() argument 2635 Pattern, PatternDef, TSK, Complain)) in InstantiateClass() 3194 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization() argument 3209 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); in InstantiateClassTemplateSpecialization()
|
| /netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
| H A D | gitlog-to-changelog | 366 # Complain about any unused entry in the --amend=F specified file.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3744 bool Complain = false, 3758 bool Complain, 3770 bool Complain = false, 3776 bool Complain = false, 7443 bool Complain = true); 7815 bool Complain, 8506 bool Complain = true, QualType TargetType = QualType()); 9319 bool Complain = true); 9362 bool Complain = true);
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | ChangeLog-9103 | 392 print_stack_level. Complain at end if stack contains more than
|