| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 155 if (TPR != TPResult::Ambiguous) in isCXXSimpleDeclaration() 184 if (TPR == TPResult::Ambiguous) in isCXXSimpleDeclaration() 256 return TPResult::Ambiguous; in TryConsumeDeclarationSpecifier() 276 if (TPR == TPResult::Ambiguous) in TryParseSimpleDeclaration() 284 if (TPR != TPResult::Ambiguous) in TryParseSimpleDeclaration() 290 return TPResult::Ambiguous; in TryParseSimpleDeclaration() 324 if (TPR != TPResult::Ambiguous) in TryParseInitDeclaratorList() 365 return TPResult::Ambiguous; in TryParseInitDeclaratorList() 446 case TPResult::Ambiguous: in update() 487 if (R == TPResult::Ambiguous) { in isEnumBase() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 1212 if (Result == TPResult::Ambiguous && Tok.isNot(tok::semi)) in ConsumeAndStoreInitializer() 1222 if (Result == TPResult::Ambiguous && InvalidAsDeclaration) in ConsumeAndStoreInitializer()
|
| H A D | ParseTemplate.cpp | 690 case TPResult::Ambiguous: in ParseTemplateParameter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.h | 69 Ambiguous, enumerator 76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64() 82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32() 88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
|
| H A D | MipsRegisterBankInfo.cpp | 280 if (AmbiguousTy == InstType::Ambiguous && in visit() 384 InstType DefaultAmbiguousType = InstType::Ambiguous; in determineInstType()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 62 Ambiguous use of %c{%s%s} resolved to %c%s%s 67 Ambiguous use of %c{%s} resolved to %c%s 78 Ambiguous call resolved as CORE::%s(), qualify as such or use & 121 Ambiguous use of -%s resolved as -&%s() [yylex] 128 Ambiguous use of %c resolved as operator %c 473 Ambiguous use of ${time[...]} resolved to $time[...] at - line 3. 479 Ambiguous use of ${time{...}} resolved to $time{...} at - line 3. 490 Ambiguous use of ${time{...}} resolved to $time{...} at - line 5. 508 Ambiguous use of ${time[...]} resolved to $time[...] at - line 5. 509 Ambiguous us [all...] |
| /openbsd-src/usr.bin/telnet/ |
| H A D | commands.c | 271 } else if (Ambiguous(s)) { in sendcmd() 272 printf("Ambiguous send argument '%s'\r\n'send ?' for help.\r\n", in sendcmd() 386 if (Ambiguous(cpp)) { in send_tncmd() 683 if (Ambiguous(c)) { in toggle() 800 } else if (Ambiguous(c)) { in setcmd() 829 } else if (Ambiguous(ct)) { in setcmd() 881 } else if (Ambiguous(c)) { in unsetcmd() 895 } else if (Ambiguous(ct)) { in unsetcmd() 1055 } else if (Ambiguous(mt)) { in modecmd() 1056 fprintf(stderr, "Ambiguous mod in modecmd() [all...] |
| H A D | genget.c | 93 Ambiguous(void *s) in Ambiguous() function
|
| H A D | externs.h | 244 int Ambiguous(void *s);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 73 Ambiguous enumerator 302 return getResultKind() == Ambiguous; in isAmbiguous() 512 if (ResultKind == Ambiguous) { in resolveKindAfterFilter() 521 if (ResultKind == Ambiguous) { in resolveKindAfterFilter() 728 ResultKind = Ambiguous; in setAmbiguous()
|
| H A D | Overload.h | 559 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct(); in destruct() 574 AmbiguousConversionSequence Ambiguous; member 598 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break; in ImplicitConversionSequence() 684 Ambiguous.construct(); in setAmbiguous()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/feature/ |
| H A D | switch | 140 Ambiguous use of ${break} resolved to $break at - line 5. 141 Ambiguous use of ${break[...]} resolved to $break[...] at - line 5.
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 338 assert(ResultKind != Ambiguous || Decls.size() > 1 || in checkDebugAssumptions() 341 assert((Paths != nullptr) == (ResultKind == Ambiguous && in checkDebugAssumptions() 504 if (ResultKind == Ambiguous) return; in resolveKind() 509 bool Ambiguous = false; in resolveKind() local 572 Ambiguous = true; in resolveKind() 593 Ambiguous = true; in resolveKind() 609 if (N > 1 && HideTags && HasTag && !Ambiguous && in resolveKind() 618 Ambiguous = true; in resolveKind() 623 if (!EquivalentNonFunctions.empty() && !Ambiguous) in resolveKind() 630 Ambiguous = true; in resolveKind() [all …]
|
| H A D | Sema.cpp | 2448 bool Ambiguous = false; in tryExprAsCall() local 2463 if (!ZeroArgCallReturnTy.isNull() && !Ambiguous && in tryExprAsCall() 2467 Ambiguous = true; in tryExprAsCall()
|
| H A D | SemaTemplateVariadic.cpp | 1040 case LookupResult::Ambiguous: in ActOnSizeofParameterPackExpr()
|
| H A D | SemaTemplateInstantiate.cpp | 3556 bool Ambiguous = false; in getPatternForClassTemplateSpecialization() local 3563 Ambiguous = true; in getPatternForClassTemplateSpecialization() 3568 if (Ambiguous) { in getPatternForClassTemplateSpecialization()
|
| H A D | SemaOverload.cpp | 1485 ICS.Ambiguous.setFromType(From->getType()); in TryUserDefinedConversion() 1486 ICS.Ambiguous.setToType(ToType); in TryUserDefinedConversion() 1490 ICS.Ambiguous.addConversion(Cand->FoundDecl, Cand->Function); in TryUserDefinedConversion() 4817 ICS.Ambiguous.addConversion(Cand->FoundDecl, Cand->Function); in FindConversionForRefInit() 10672 << Ambiguous.getFromType() << Ambiguous.getToType(); in DiagnoseAmbiguousConversion() 10675 for (I = Ambiguous.begin(), E = Ambiguous.end(); I != E; ++I) { in DiagnoseAmbiguousConversion()
|
| H A D | SemaTemplateDeduction.cpp | 5386 bool Ambiguous = false; in getMostSpecialized() local 5394 Ambiguous = true; in getMostSpecialized() 5399 if (!Ambiguous) { in getMostSpecialized()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | PropValueAliases.txt | 639 ea ; A ; Ambiguous 1076 lb ; AI ; Ambiguous
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5140delta.pod | 2341 L<Ambiguous use of %c resolved as operator %c|perldiag/"Ambiguous use of %c resolved as operator %c"> 2345 L<Ambiguous use of %c{%s} resolved to %c%s|perldiag/"Ambiguous use of %c{%s} resolved to %c%s"> 2349 L<Ambiguous use of %c{%s[...]} resolved to %c%s[...]|perldiag/"Ambiguous use of %c{%s[...]} resolved to %c%s[...]"> 2353 L<Ambiguous use of %c{%s{...}} resolved to %c%s{...}|perldiag/"Ambiguous use of %c{%s{...}} resolved to %c%s{...}"> 2357 L<Ambiguous use of -%s resolved as -&%s()|perldiag/"Ambiguous us [all...] |
| H A D | perl5005delta.pod | 711 =item Ambiguous call resolved as CORE::%s(), qualify as such or use &
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | TransformMetadata.rst | 383 Ambiguous Transformation Order
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx17Issues.csv | 75 "`2224 <https://wg21.link/LWG2224>`__","Ambiguous status of access to non-live objects","Kona","|Co…
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | StandardCPlusPlusModules.rst | 616 Ambiguous deduction guide
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | tr.t | 714 like($@, qr/^Ambiguous range in transliteration operator/, 'tr/a-z-9//');
|