Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp226 bool diffCallSites(CallSite L, CallSite R, bool Complain) { in diffCallSites() argument
229 if (Complain) Engine.log("called functions differ"); in diffCallSites()
233 if (Complain) Engine.log("argument counts differ"); in diffCallSites()
238 if (Complain) in diffCallSites()
251 if (Complain) Engine.log("different instruction types"); in diff()
258 if (Complain) Engine.log("different predicates"); in diff()
269 if (Complain) Engine.log("different phi types"); in diff()
330 if (Complain) Engine.log("switch conditions differ"); in diff()
348 } else if (Complain || !Difference) { in diff()
349 if (Complain) in diff()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTStructuralEquivalence.h69 bool Complain; member
78 bool StrictTypeSpelling = false, bool Complain = true,
82 ErrorOnTagTypeMismatch(ErrorOnTagTypeMismatch), Complain(Complain) {} in FromCtx()
H A DASTImporter.h441 bool Complain = true);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp836 if (Context.Complain) { in IsStructurallyEquivalent()
852 if (Context.Complain) { in IsStructurallyEquivalent()
867 if (Context.Complain) { in IsStructurallyEquivalent()
968 if (Context.Complain) { in IsStructurallyEquivalent()
1168 if (Context.Complain) { in IsStructurallyEquivalent()
1234 if (Context.Complain) { in IsStructurallyEquivalent()
1254 if (Context.Complain) { in IsStructurallyEquivalent()
1287 if (Context.Complain) { in IsStructurallyEquivalent()
1303 if (Context.Complain) { in IsStructurallyEquivalent()
1314 if (Context.Complain) { in IsStructurallyEquivalent()
[all …]
H A DASTImporter.cpp441 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain);
443 bool Complain = true);
445 bool Complain = true);
1977 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() argument
1981 false, Complain); in IsStructuralMatch()
1986 RecordDecl *ToRecord, bool Complain) { in IsStructuralMatch() argument
2000 false, Complain); in IsStructuralMatch()
2005 bool Complain) { in IsStructuralMatch() argument
2009 false, Complain); in IsStructuralMatch()
8503 bool Complain) { in IsStructurallyEquivalent() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h146 bool Complain, in ReadLanguageOptions() argument
166 bool Complain) { in ReadDiagnosticOptions() argument
175 bool Complain) { in ReadFileSystemOptions() argument
185 bool Complain) { in ReadHeaderSearchOptions() argument
198 bool Complain, in ReadPreprocessorOptions() argument
265 bool Complain) override;
267 bool Complain) override;
271 bool Complain) override;
273 bool Complain,
302 bool Complain) override;
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h292 bool Complain) const;
305 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
612 bool resolveExports(Module *Mod, bool Complain);
622 bool resolveUses(Module *Mod, bool Complain);
632 bool resolveConflicts(Module *Mod, bool Complain);
H A DLiteralSupport.h223 Preprocessor &PP, bool Complain = true);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp194 bool Complain) { in ReadHeaderSearchOptions() argument
431 bool Complain, in ReadLanguageOptions() argument
475 if (Complain) in checkDiagnosticGroupMappings()
502 if (Complain) in checkDiagnosticMappings()
509 if (Complain) in checkDiagnosticMappings()
516 if (Complain) in checkDiagnosticMappings()
523 if (Complain) in checkDiagnosticMappings()
575 Complain); in ReadDiagnosticOptions()
2138 if (Complain) { in getInputFile()
2158 if (Complain) in getInputFile()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp512 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument
535 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
554 bool Complain) override { in ReadDiagnosticOptions() argument
574 bool Complain) override { in ReadHeaderSearchOptions() argument
591 bool Complain, in ReadPreprocessorOptions() argument
H A DASTUnit.cpp537 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, in ReadLanguageOptions() argument
551 bool Complain) override { in ReadHeaderSearchOptions() argument
556 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() argument
562 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, in ReadTargetOptions() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp111 bool Complain) const { in resolveExport()
119 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport()
127 bool Complain) const { in resolveModuleId()
131 if (Complain) in resolveModuleId()
142 if (Complain) in resolveModuleId()
1249 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports() argument
1253 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); in resolveExports()
1262 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses() argument
1266 Module *DirectUse = resolveModuleId(UDU, Mod, Complain); in resolveUses()
1275 bool ModuleMap::resolveConflicts(Module *Mod, bool Complain) { in resolveConflicts() argument
[all …]
H A DLiteralSupport.cpp1453 Preprocessor &PP, bool Complain) in StringLiteralParser() argument
1455 Target(PP.getTargetInfo()), Diags(Complain ? &PP.getDiagnostics() :nullptr), in StringLiteralParser()
/freebsd-12.1/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-12.1/contrib/gcc/cp/
H A DChangeLog-1998344 * 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
588 * class.c (finish_struct_anon): Complain about non-fields.
680 * init.c (build_new): Complain about non-integral size.
686 * rtti.c (build_x_typeid): Complain about typeid without
715 * cvt.c (ocp_convert): Complain about converting an overloaded
1038 * decl.c (grokdeclarator): Complain about a variable using
1041 * friend.c (make_friend_class): Complain about trying to make
3243 * class.c (push_nested_class): Complain about namespaces.
[all …]
H A DChangeLog-19951312 * decl.c (duplicate_decls): Complain about virtual functions
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
3681 * decl.c (duplicate_decls): Complain about repeated default
3684 (pushdecl): Complain about missing default arguments here.
[all …]
H A DChangeLog-19941611 * 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
4659 * class.c (finish_base_struct): Complain about base with only
4684 * decl.c (grokdeclarator): Complain about virtual op new and op
4800 (datadef): Complain about `int;'.
4914 * class.c (finish_struct): Complain about needing a constructor
[all …]
H A DChangeLog-1997240 * 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.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2005 bool Complain) { in InstantiateClass() argument
2010 Pattern, PatternDef, TSK, Complain)) in InstantiateClass()
2397 TemplateSpecializationKind TSK, bool Complain) { in getPatternForClassTemplateSpecialization() argument
2541 TemplateSpecializationKind TSK, bool Complain) { in InstantiateClassTemplateSpecialization() argument
2549 *this, PointOfInstantiation, ClassTemplateSpec, TSK, Complain); in InstantiateClassTemplateSpecialization()
2555 Complain); in InstantiateClassTemplateSpecialization()
H A DSemaOverload.cpp9565 if (Complain) { in checkAddressOfFunctionIsAvailable()
9581 if (Complain) { in checkAddressOfFunctionIsAvailable()
10950 S.DeduceReturnType(FD, Loc, Complain)) in completeFunctionType()
10971 bool Complain; member in __anon832832a01811::AddressOfFunctionResolver
10990 Complain(Complain), Context(S.getASTContext()), in AddressOfFunctionResolver()
11176 Complain)) { in AddMatchingNonTemplateFunction()
11177 HasComplained |= Complain; in AddMatchingNonTemplateFunction()
11256 Complain, TargetFunctionType); in EliminateAllExceptMostSpecializedTemplate()
11264 HasComplained |= Complain; in EliminateAllExceptMostSpecializedTemplate()
11403 if (Complain) { in ResolveAddressOfOverloadedFunction()
[all …]
H A DSemaTemplate.cpp677 bool Recover = Complain && !isSFINAEContext(); in DiagnoseUninstantiableTemplate()
678 if (Complain) in DiagnoseUninstantiableTemplate()
6924 bool Complain, in MatchTemplateParameterKind() argument
6929 if (Complain) { in MatchTemplateParameterKind()
6951 if (Complain) { in MatchTemplateParameterKind()
6986 if (Complain) { in MatchTemplateParameterKind()
7015 Complain, in MatchTemplateParameterKind()
7073 bool Complain, in TemplateParameterListsAreEqual() argument
7077 if (Complain) in TemplateParameterListsAreEqual()
7098 if (Complain) in TemplateParameterListsAreEqual()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1226 bool Complain = true; in VisitClassTemplateDecl() local
1244 Complain = false; in VisitClassTemplateDecl()
1253 Complain, in VisitClassTemplateDecl()
1255 if (Complain) in VisitClassTemplateDecl()
H A DSemaTemplateDeduction.cpp4932 bool Complain, QualType TargetType) { in getMostSpecialized() argument
4934 if (Complain) { in getMostSpecialized()
4983 if (Complain) { in getMostSpecialized()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2900 bool Complain = false,
2914 bool Complain,
2927 bool Complain = false,
2933 bool Complain = false,
6184 bool Complain = true);
6510 bool Complain,
7122 bool Complain = true, QualType TargetType = QualType());
7832 bool Complain = true);
7873 bool Complain = true);
/freebsd-12.1/contrib/binutils/bfd/doc/
H A DChangeLog-9103392 print_stack_level. Complain at end if stack contains more than

123