| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTStructuralEquivalence.h | 66 /// Whether to complain about failures. 67 bool Complain; 76 bool StrictTypeSpelling = false, bool Complain = true, 80 ErrorOnTagTypeMismatch(ErrorOnTagTypeMismatch), Complain(Complain) {}
|
| ASTImporter.h | 600 bool Complain = true);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| DifferenceEngine.cpp | 225 bool diffCallSites(CallBase &L, CallBase &R, bool Complain) { 228 if (Complain) Engine.log("called functions differ"); 232 if (Complain) Engine.log("argument counts differ"); 237 if (Complain) 245 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { 246 // FIXME: metadata (if Complain is set) 250 if (Complain) Engine.log("different instruction types"); 257 if (Complain) Engine.log("different predicates"); 261 return diffCallSites(cast<CallInst>(*L), cast<CallInst>(*R), Complain); 268 if (Complain) Engine.log("different phi types") [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| ModuleMap.h | 289 /// \param Complain Whether this routine should complain about unresolvable 296 bool Complain) const; 304 /// \param Complain Whether this routine should complain about unresolvable 309 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const; 623 /// \param Complain Whether to emit diagnostics for failures. 627 bool resolveExports(Module *Mod, bool Complain); 633 /// \param Complain Whether to emit diagnostics for failures. 637 bool resolveUses(Module *Mod, bool Complain); [all...] |
| LiteralSupport.h | 227 Preprocessor &PP, bool Complain = true);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| ASTReader.h | 133 bool Complain, 142 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, 153 bool Complain) { 162 bool Complain) { 172 bool Complain) { 185 bool Complain, 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...] |
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Configure_ac.pm | 43 # directory. It may be absent. Complain if both files exist. 64 defaulting to the current directory. Complain if both files are present.
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTStructuralEquivalence.cpp | 1249 if (Context.Complain) { 1264 if (Context.Complain) { 1364 if (Context.Complain) { 1449 if (Context.Complain) { 1469 if (Context.Complain) { 1484 if (Context.Complain) { 1505 if (Context.Complain) { 1517 if (Context.Complain) { 1530 if (Context.Complain) { 1541 if (Context.Complain) { [all...] |
| 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) { 2146 false, Complain); 2151 RecordDecl *ToRecord, bool Complain) { 2165 false, Complain); 2170 bool Complain) { 2174 false, Complain); 3299 // Complain about inconsistent function types [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| FrontendActions.cpp | 540 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain, 583 bool Complain) override { 603 bool Complain) override { 620 bool Complain,
|
| ASTUnit.cpp | 538 bool ReadLanguageOptions(const LangOptions &LangOpts, bool Complain, 552 bool Complain) override { 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 563 bool ReadTargetOptions(const TargetOptions &TargetOpts, bool Complain,
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReader.cpp | 168 bool Complain, 170 return First->ReadLanguageOptions(LangOpts, Complain, 172 Second->ReadLanguageOptions(LangOpts, Complain, 177 const TargetOptions &TargetOpts, bool Complain, 179 return First->ReadTargetOptions(TargetOpts, Complain, 181 Second->ReadTargetOptions(TargetOpts, Complain, 186 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) { 187 return First->ReadDiagnosticOptions(DiagOpts, Complain) || 188 Second->ReadDiagnosticOptions(DiagOpts, Complain); 193 bool Complain) { [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| ModuleMap.cpp | 110 bool Complain) const { 118 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); 126 bool Complain) const { 130 if (Complain) 141 if (Complain) 484 resolveUses(RequestingModule, /*Complain=*/false); 1301 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { 1305 Module::ExportDecl Export = resolveExport(Mod, UE, Complain); 1314 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { 1318 Module *DirectUse = resolveModuleId(UDU, Mod, Complain); [all...] |
| LiteralSupport.cpp | 1496 Preprocessor &PP, bool Complain) 1498 Target(PP.getTargetInfo()), Diags(Complain ? &PP.getDiagnostics() :nullptr), 1787 // Complain if this string literal has too many characters.
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaTemplate.cpp | 789 bool Complain /*= true*/) { 802 bool Recover = Complain && !isSFINAEContext(); 803 if (Complain) 811 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) 1751 // class templates, so don't complain here. 1796 // Maybe we will complain about the shadowed template parameter. 1886 /*Complain=*/true, 3282 // The header has template parameters when it shouldn't. Complain. 3365 // If there were too many template parameter lists, complain about that now. 4623 // Partial ordering did not produce a clear winner. Complain [all...] |
| SemaOverload.cpp | 2544 // complain about it. 2591 // We always complain about this conversion. 2612 // complain about it). 2665 // conversion, but complain about it. 6188 // We'll complain below about a non-integral condition type. 6199 // We'll complain below about a non-integral condition type. 10156 /// \param Complain - If true, we'll emit a diagnostic 10162 bool Complain, 10166 if (Complain) { 10181 if (Complain) { [all...] |
| SemaTemplateInstantiate.cpp | 1290 // The resulting type is not a tag; complain. 2338 // itself is not a pack expansion type), so complain. This can occur when 2621 /// \param Complain whether to complain if the class cannot be instantiated due 2630 bool Complain) { 2635 Pattern, PatternDef, TSK, Complain)) 2891 Pattern, PatternDef, TSK,/*Complain*/true)) 3135 // Partial ordering did not produce a clear winner. Complain. 3194 TemplateSpecializationKind TSK, bool Complain) { 3209 getTemplateInstantiationArgs(ClassTemplateSpec), TSK, Complain); [all...] |
| SemaTemplateDeduction.cpp | 5358 bool Complain, QualType TargetType) { 5360 if (Complain) { 5409 if (Complain) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| 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);
|