| /llvm-project-15.0.7/clang-tools-extra/pseudo/tool/ |
| H A D | HTMLForest.css | 29 .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 D | cxx0x-initializer-scalars.cpp | 83 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 D | cxx0x-initializer-stdinitializerlist.cpp | 89 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 D | cxx2b-overloaded-operator.cpp | 45 void ambiguous() { in ambiguous() function
|
| H A D | cxx1y-variable-templates_top_level.cpp | 202 namespace ambiguous { namespace
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | redecl-merge.m | 29 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 D | non-ambiguous-enum.m | 2 …fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/non-ambiguous-enum -fsyntax-on…
|
| H A D | concept_differ.cppm | 33 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 D | ambiguous.test | 1 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 D | ambiguous-composition.td | 29 // A situation that previously caused the warning about ambiguous 38 // would be enough to trigger the warning about ambiguous composition.
|
| H A D | dag-isel-complexpattern.td | 18 // Without using ComplexPattern's type, this pattern would be ambiguous as to
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 294 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 D | duplicate-ivar-in-class-extension.m | 30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
|
| H A D | parameterized_classes.m | 43 // 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 D | pr38763.ll | 4 ; information becomes ambiguous. It causes the debugger to display wrong 30 ; branches, as they becomes ambiguous.
|
| H A D | pr38762.ll | 6 ; information becomes ambiguous. It causes the debugger to display unreached
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | memcpy_annotations.ll | 4 ; @llvm.memcpy takes two pointers, it is ambiguous to which the
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | overload.mm | 42 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 D | vector-errors.hlsl | 28 vector<int,2> VecInt2; // expected-error {{reference to 'vector' is ambiguous}}
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 160 // 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 D | op-decl-and-defs.td | 209 // 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 D | op-format-verify.td | 129 // 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 D | overloadable.c | 112 …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 D | lto-comp-dir.ll | 27 ; 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 D | pr39187-g.ll | 8 ; to become ambiguous. It causes the debugger to display unreached lines.
|