Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.css29 .node.ambiguous::before, .ancestors.ambiguous::after, .tree-node.ambiguous > header::after {
50 #info.ambiguous header { background-color: #803; }
85 .tree-node.ambiguous > header .name { color: #803; font-weight: bold; }
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp83 void ambiguous(int, double); // expected-note {{candidate}} in overloaded_call()
84 void ambiguous(double, int); // expected-note {{candidate}} in overloaded_call()
85 ambiguous({0}, {0}); // expected-error {{ambiguous}} in overloaded_call()
H A Dcxx0x-initializer-stdinitializerlist.cpp89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}} in overloaded_call()
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}} in overloaded_call()
91 ambiguous({ {1, 2}, {2, 3}, {3, 4} }); // expected-error {{ambiguous}} in overloaded_call()
H A Dcxx2b-overloaded-operator.cpp45 void ambiguous() { in ambiguous() function
H A Dcxx1y-variable-templates_top_level.cpp202 namespace ambiguous { namespace
/llvm-project-15.0.7/clang/test/Modules/
H A Dredecl-merge.m29 eventually_noreturn2(); // expected-error{{call to 'eventually_noreturn2' is ambiguous}}
84 T2 *dp = &d; // expected-error{{reference to 'T2' is ambiguous}}
92 func2(i); // expected-error{{call to 'func2' is ambiguous}}
99 var2 = i; // expected-error{{reference to 'var2' is ambiguous}}
102 var3 = i; // expected-error{{reference to 'var3' is ambiguous}}
H A Dnon-ambiguous-enum.m2 …fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-on…
H A Dconcept_differ.cppm33 template <class T> void foo() requires A<T> {} // expected-error 1+{{reference to 'A' is ambiguous
/llvm-project-15.0.7/llvm/test/tools/llvm-cxxmap/
H A Dambiguous.test1 RUN: llvm-cxxmap %S/Inputs/before.sym %S/Inputs/ambiguous.sym -r %S/Inputs/remap.map -o /dev/null -…
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dambiguous-composition.td29 // A situation that previously caused the warning about ambiguous
38 // would be enough to trigger the warning about ambiguous composition.
H A Ddag-isel-complexpattern.td18 // Without using ComplexPattern's type, this pattern would be ambiguous as to
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp294 bool ambiguous = false; in FindInterveningFrames() member
307 if (!ambiguous) in FindInterveningFrames()
317 ambiguous = true; in FindInterveningFrames()
326 ambiguous = true; in FindInterveningFrames()
341 if (ambiguous) in FindInterveningFrames()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dduplicate-ivar-in-class-extension.m30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
H A Dparameterized_classes.m43 // Parse multiple type parameters--grammatically ambiguous with protocol refs.
209 // Type arguments with only identifiers; one is ambiguous (resolved as
213 // Type arguments with only identifiers; one is ambiguous (resolved as
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr38763.ll4 ; information becomes ambiguous. It causes the debugger to display wrong
30 ; branches, as they becomes ambiguous.
H A Dpr38762.ll6 ; information becomes ambiguous. It causes the debugger to display unreached
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dmemcpy_annotations.ll4 ; @llvm.memcpy takes two pointers, it is ambiguous to which the
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Doverload.mm42 float& f2 = f(val); // expected-error {{ambiguous}}
200 overload2(m1); // expected-error {{call to 'overload2' is ambiguous}}
/llvm-project-15.0.7/clang/test/SemaHLSL/BuiltIns/
H A Dvector-errors.hlsl28 vector<int,2> VecInt2; // expected-error {{reference to 'vector' is ambiguous}}
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td160 // Some encodings are ambiguous except by comparing field values.
377 // This class is ambiguous with other branches:
392 // This class is ambiguous with other branches:
407 // This class is ambiguous with other branches:
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td209 // ambiguous with the collective params build method).
221 // ambiguous with the collective params build method).
233 // ambiguous with the collective params build method). Note that "separate arg,
235 // ambiguous with the collective params build method.
H A Dop-format-verify.td129 // Test two attributes, where the second one is ambiguous.
135 // Test two attributes, where the second one is ambiguous.
/llvm-project-15.0.7/clang/test/Sema/
H A Doverloadable.c112 …void (*ambiguous)(int *) = &foo; // expected-error{{initializing 'void (*)(int *)' with an express… in fn_type_conversions() local
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dlto-comp-dir.ll27 ; comp_dir is ambiguous and relying on it would lead to different path
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dpr39187-g.ll8 ; to become ambiguous. It causes the debugger to display unreached lines.

123