Searched refs:Ambiguous (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/lib/libtelnet/
H A Dmisc.h43 int Ambiguous(void *);
H A Dgenget.c99 * Function call version of Ambiguous()
102 Ambiguous(void *s) function
H A Dencrypt.c248 } else if (Ambiguous(ep)) {
249 printf("Ambiguous type '%s'\n", type);
281 } else if (Ambiguous(ep)) {
282 printf("Ambiguous type '%s'\n", type);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp110 // isCXXDeclarationSpecifier will return TPResult::Ambiguous only in such
116 if (TPR != TPResult::Ambiguous)
145 if (TPR == TPResult::Ambiguous)
215 return TPResult::Ambiguous;
235 if (TPR == TPResult::Ambiguous)
243 if (TPR != TPResult::Ambiguous)
249 return TPResult::Ambiguous;
283 if (TPR != TPResult::Ambiguous)
324 return TPResult::Ambiguous;
405 case TPResult::Ambiguous
[all...]
H A DParseCXXInlineMethods.cpp1192 if (Result == TPResult::Ambiguous && Tok.isNot(tok::semi))
1202 if (Result == TPResult::Ambiguous && InvalidAsDeclaration)
H A DParseTemplate.cpp660 case TPResult::Ambiguous:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h58 /// the remaining types: Integer, FloatingPoint or Ambiguous.
68 /// gprb for s32 Ambiguous operands.
69 Ambiguous, enumerator in enum:llvm::final::InstType
70 /// Only used for s64. Unlike Ambiguous s64, AmbiguousWithMergeOrUnmerge s64
76 if (InstTy == InstType::Ambiguous && OpSize == 64)
82 if (InstTy == InstType::Ambiguous && OpSize == 32)
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64))
H A DMipsRegisterBankInfo.cpp233 "Not implemented for non Ambiguous opcode.\n");
270 assert(isAmbiguous(MI->getOpcode()) && "Visiting non-Ambiguous opcode.\n");
282 if (AmbiguousTy == InstType::Ambiguous &&
386 InstType DefaultAmbiguousType = InstType::Ambiguous;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-regprefix-1.s5 ; Ambiguous. Depends on default.
/netbsd-current/usr.bin/telnet/
H A Dcommands.c378 } else if (Ambiguous(s)) {
379 printf("Ambiguous send argument '%s'\n'send ?' for help.\n",
489 if (Ambiguous(cpp)) {
844 if (Ambiguous(c)) {
964 } else if (Ambiguous(c)) {
988 } else if (Ambiguous(ct)) {
1040 } else if (Ambiguous(c)) {
1054 } else if (Ambiguous(ct)) {
1217 } else if (Ambiguous(mt)) {
1218 fprintf(stderr, "Ambiguous mod
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h58 /// Ambiguous candidates found.
548 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
563 AmbiguousConversionSequence Ambiguous; member in union:clang::ImplicitConversionSequence::__anon191
582 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
663 Ambiguous.construct();
H A DLookup.h73 Ambiguous enumerator in enum:clang::LookupResult::LookupResultKind
302 return getResultKind() == Ambiguous;
486 if (ResultKind == Ambiguous) {
495 if (ResultKind == Ambiguous) {
702 ResultKind = Ambiguous;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp335 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
338 assert((Paths != nullptr) == (ResultKind == Ambiguous &&
501 if (ResultKind == Ambiguous) return;
506 bool Ambiguous = false; local
568 Ambiguous = true;
589 Ambiguous = true;
605 if (N > 1 && HideTags && HasTag && !Ambiguous &&
614 Ambiguous = true;
619 if (!EquivalentNonFunctions.empty() && !Ambiguous)
626 Ambiguous
[all...]
H A DSema.cpp2234 bool Ambiguous = false; local
2249 if (!ZeroArgCallReturnTy.isNull() && !Ambiguous &&
2253 Ambiguous = true;
H A DSemaTemplateVariadic.cpp1037 case LookupResult::Ambiguous:
H A DSemaTemplateInstantiate.cpp3122 bool Ambiguous = false;
3129 Ambiguous = true;
3134 if (Ambiguous) {
H A DSemaTemplateDeduction.cpp5390 bool Ambiguous = false; local
5398 Ambiguous = true;
5403 if (!Ambiguous) {
H A DSemaOverload.cpp559 OS << "Ambiguous conversion";
1380 ICS.Ambiguous.setFromType(From->getType());
1381 ICS.Ambiguous.setToType(ToType);
1385 ICS.Ambiguous.addConversion(Cand->FoundDecl, Cand->Function);
4712 ICS.Ambiguous.addConversion(Cand->FoundDecl, Cand->Function);
10354 << Ambiguous.getFromType() << Ambiguous.getToType();
10357 for (I = Ambiguous.begin(), E = Ambiguous.end(); I != E; ++I) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1252 fputs( " Ambiguous", dumpfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1279 fputs( " Ambiguous", dumpfile);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2491 True, False, Ambiguous, Error member in class:clang::TPResult
2505 /// TPResult::Ambiguous if it could be either a decl-specifier or a
2515 /// \c TPResult::Ambiguous, determine whether the decl-specifier would be
2537 // resolved and tentative parsing may stop. TPResult::Ambiguous indicates
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d823 alias Ambiguous = const(QualifiedNameTests.Inner);
824 static assert(fqn!Ambiguous == fqnType!(Ambiguous, false, false, false, false));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d915 alias Ambiguous = const(QualifiedNameTests.Inner);
916 static assert(fqn!Ambiguous == fqnType!(Ambiguous, false, false, false, false));
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm899 Ambiguous use of package => resolved to "package"
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1034 Ambiguous use of package => resolved to "package"

Completed in 682 milliseconds

12