Home
last modified time | relevance | path

Searched refs:NonExistent (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/imports/
H A Dissue-55457.stderr1 error[E0432]: unresolved import `NonExistent`
4 LL | use NonExistent;
7 | no `NonExistent` in the root
16 error: cannot determine resolution for the derive macro `NonExistent`
19 LL | #[derive(NonExistent)]
32 error: cannot determine resolution for the derive macro `NonExistent`
35 LL | #[derive(NonExistent)]
40 error: cannot determine resolution for the derive macro `NonExistent`
43 LL | #[derive(NonExistent)]
H A Dissue-55457.rs1 use NonExistent; //~ ERROR unresolved import `NonExistent`
5 #[derive(NonExistent)] //~ ERROR cannot determine resolution for the derive macro `NonExistent`
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DKeyPath.h44 KeyPath() : mType(KeyPathType::NonExistent) { MOZ_COUNT_CTOR(KeyPath); } in KeyPath()
47 enum class KeyPathType { NonExistent, String, Array, EndGuard }; enumerator
53 explicit KeyPath(int aDummy) : mType(KeyPathType::NonExistent) { in KeyPath()
90 inline bool IsValid() const { return mType != KeyPathType::NonExistent; } in IsValid()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DKeyPath.h44 KeyPath() : mType(KeyPathType::NonExistent) { MOZ_COUNT_CTOR(KeyPath); } in KeyPath()
47 enum class KeyPathType { NonExistent, String, Array, EndGuard }; enumerator
53 explicit KeyPath(int aDummy) : mType(KeyPathType::NonExistent) { in KeyPath()
89 inline bool IsValid() const { return mType != KeyPathType::NonExistent; } in IsValid()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DKeyPath.h44 KeyPath() : mType(KeyPathType::NonExistent) { MOZ_COUNT_CTOR(KeyPath); } in KeyPath()
47 enum class KeyPathType { NonExistent, String, Array, EndGuard }; enumerator
53 explicit KeyPath(int aDummy) : mType(KeyPathType::NonExistent) { in KeyPath()
90 inline bool IsValid() const { return mType != KeyPathType::NonExistent; } in IsValid()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Parser/
H A Dcxx-class.cpp160 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
163 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
167 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
170 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Parser/
H A Dcxx-class.cpp160 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
163 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
167 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
170 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Parser/
H A Dcxx-class.cpp160 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
163 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
167 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
170 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Parser/
H A Dcxx-class.cpp160 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
163 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
167 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
170 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Parser/
H A Dcxx-class.cpp160 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
163 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
167 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
170 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dcxx-class.cpp162 A(NonExistent); // expected-error {{unknown type name 'NonExistent'}}
165 B(NonExistent) : n(0) {} // expected-error {{unknown type name 'NonExistent'}} in B()
169 C(NonExistent) try {} catch (...) {} // expected-error {{unknown type name 'NonExistent'}} in C()
172 D(NonExistent) {} // expected-error {{unknown type name 'NonExistent'}} in D()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DLambdaConv18.java18 NonExistent s2 = new NonExistent() { public void m() {} };
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DLambdaConv18.java18 NonExistent s2 = new NonExistent() { public void m() {} };
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DLambdaConv18.java18 NonExistent s2 = new NonExistent() { public void m() {} };
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DLambdaConv18.java18 NonExistent s2 = new NonExistent() { public void m() {} };

12345678910>>...13