Searched defs:Complain (Results 1 - 9 of 9) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp230 bool diffCallSites(CallSite L, CallSite R, bool Complain) { argument
233 if (Complain) Engine.log("called functions differ");
237 if (Complain) Engine.log("argument counts differ");
242 if (Complain)
250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { argument
251 // FIXME: metadata (if Complain is set)
255 if (Complain) Engine.log("different instruction types");
262 if (Complain) Engine.log("different predicates");
266 return diffCallSites(CallSite(L), CallSite(R), Complain);
273 if (Complain) Engin
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h290 enum InvalidSourceAction { DoNothing, Complain }; enumerator in enum:WebCore::HTMLMediaElement::InvalidSourceAction
/external/clang/lib/Lex/
H A DModuleMap.cpp34 bool Complain) {
44 if (Complain)
57 if (Complain)
400 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { argument
404 Complain);
32 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved, bool Complain) argument
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1774 bool Complain = true) {
1778 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) {
1828 /// \param Complain whether to complain if the class cannot be instantiated due
1837 bool Complain) {
1842 Pattern, PatternDef, TSK, Complain))
2062 Pattern, PatternDef, TSK,/*Complain*/true))
2111 bool Complain) {
2221 // Partial ordering did not produce a clear winner. Complain.
2272 Complain);
1833 InstantiateClass(SourceLocation PointOfInstantiation, CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs, TemplateSpecializationKind TSK, bool Complain) argument
2107 InstantiateClassTemplateSpecialization( SourceLocation PointOfInstantiation, ClassTemplateSpecializationDecl *ClassTemplateSpec, TemplateSpecializationKind TSK, bool Complain) argument
H A DSemaTemplateInstantiateDecl.cpp777 bool Complain = true; local
799 Complain = false;
808 Complain,
810 if (Complain)
2657 /// instantiation where the body of the function is required. Complain if
2843 /// is required. Complain if there is no such definition.
H A DSemaTemplateDeduction.cpp4014 bool Complain,
4017 if (Complain)
4064 if (Complain)
4067 if (Complain)
4006 getMostSpecialized(UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SourceLocation Loc, const PartialDiagnostic &NoneDiag, const PartialDiagnostic &AmbigDiag, const PartialDiagnostic &CandidateDiag, bool Complain, QualType TargetType) argument
H A DSemaTemplate.cpp984 /*Complain=*/true,
1803 // The header has template parameters when it shouldn't. Complain.
3288 // Complain and fail.
4276 // Complain if an unsigned parameter received a negative value.
4285 // Complain if we overflowed the template parameter's type.
4660 bool Complain,
4665 if (Complain) {
4687 if (Complain) {
4722 if (Complain) {
4751 Complain,
4659 MatchTemplateParameterKind(Sema &S, NamedDecl *New, NamedDecl *Old, bool Complain, Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
4807 TemplateParameterListsAreEqual(TemplateParameterList *New, TemplateParameterList *Old, bool Complain, TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) argument
[all...]
H A DSemaOverload.cpp8882 bool Complain; member in class:AddressOfFunctionResolver
8896 const QualType& TargetType, bool Complain)
8898 Complain(Complain), Context(S.getASTContext()),
9092 Complain, TargetFunctionType);
9178 /// resolved, and NULL otherwise. When @p Complain is true, this
9183 bool Complain,
9189 Complain);
9192 if (NumMatches == 0 && Complain) {
9198 else if (NumMatches > 1 && Complain)
8895 AddressOfFunctionResolver(Sema &S, Expr* SourceExpr, const QualType& TargetType, bool Complain) argument
9181 ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr, QualType TargetType, bool Complain, DeclAccessPair &FoundResult, bool *pHadMultipleCandidates) argument
9222 ResolveSingleFunctionTemplateSpecialization(OverloadExpr *ovl, bool Complain, DeclAccessPair *FoundResult) argument
[all...]
/external/clang/lib/AST/
H A DASTImporter.cpp123 bool Complain = true);
207 bool Complain; member in struct:__anon3471::StructuralEquivalenceContext
212 bool Complain = true)
214 StrictTypeSpelling(StrictTypeSpelling), Complain(Complain) { }
231 if (!Complain)
238 if (!Complain)
2022 RecordDecl *ToRecord, bool Complain) {
2026 false, Complain);
2469 // Complain abou
2021 IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord, bool Complain) argument
4649 IsStructurallyEquivalent(QualType From, QualType To, bool Complain) argument
[all...]

Completed in 182 milliseconds