/llvm-project/clang/test/SemaCUDA/ |
H A D | function-template-overload.cu | 22 template __device__ DType overload_h_d(int a); // OK. instantiates D 23 template __host__ HType overload_h_d(int a); // OK. instantiates H 30 template <> __device__ DType overload_h_d(long a); // OK. instantiates D 31 template <> __host__ HType overload_h_d(long a); // OK. instantiates H
|
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | ConstructExpr.cpp | 41 // Note: Clang lazily instantiates implicit declarations, so we need 57 // Note: Clang lazily instantiates implicit declarations, so we need in TEST()
|
H A D | ImplicitCtor.cpp | 31 // Note: Clang lazily instantiates implicit declarations, so we need in TEST()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | cxx1z-using-declaration.cpp | 26 …void f(int n, int m) { h(n, m); } // expected-error {{member using declaration 'h' instantiates to… in f() 108 …void f() { type value; } // expected-error {{member using declaration 'type' instantiates to an em… in f() 132 return e; // expected-error {{using declaration 'e' instantiates to an empty pack}} in fn1()
|
H A D | instantiate-anonymous-union.cpp | 52 // instantiates implicit initializers.
|
H A D | instantiate-overload-candidates.cpp | 15 // Provide a bad class and an overload that instantiates templates with it.
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/ |
H A D | transform_error.mandates.verify.cpp | 64 // expected-error-re@*:* {{static assertion failed {{.*}}A program that instantiates expected<T, E> with a E that is not a valid argument for unexpected<E> is ill-formed}} in test() 70 // expected-error-re@*:* {{static assertion failed {{.*}}A program that instantiates expected<T, E> with a E that is not a valid argument for unexpected<E> is ill-formed}} in test()
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/ |
H A D | transform_error.mandates.verify.cpp | 63 // expected-error-re@*:* {{static assertion failed {{.*}}[expected.object.general] A program that instantiates the definition of template expected<T, E> for {{.*}} is ill-formed.}} in test() 68 // expected-error-re@*:* {{static assertion failed {{.*}}[expected.object.general] A program that instantiates the definition of template expected<T, E> for {{.*}} is ill-formed.}} in test()
|
/llvm-project/libcxx/test/std/time/time.duration/ |
H A D | duration.compile.fail.cpp | 13 // If a program instantiates duration with a duration type for the template
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 259 // This instantiates tests from test suite StringTest 265 // This instantiates tests from test suite StlStringTest 321 // For example, this instantiates tests from test suite BarTest each 328 // This instantiates tests from test suite BazTest each with values 1, 2, 3.5.
|
/llvm-project/libcxx/include/__type_traits/ |
H A D | is_same.h | 29 // _IsSame<T,U> has the same effect as is_same<T,U> but instantiates fewer types:
|
/llvm-project/libcxx/test/std/numerics/numbers/ |
H A D | illformed.verify.cpp | 14 …cted-error-re@numbers:* {{static assertion failed{{.*}}A program that instantiates a primary templ…
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.unexpected/ |
H A D | class.mandates.verify.cpp | 11 // A program that instantiates the definition of unexpected for a non-object type, an array type, a…
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | ParallelSnippetGenerator.h | 34 // Instantiates memory operands within a snippet.
|
/llvm-project/clang/test/SemaCXX/ |
H A D | implicit-member-functions.cpp | 75 // resolution to occur for A's copying constructor, which instantiates
|
H A D | warn-infinite-recursion.cpp | 128 return sum<x - y>(); // This instantiates sum<0>() even if never called. in calculate_value()
|
/llvm-project/llvm/include/llvm-c/ |
H A D | lto.h | 361 * Instantiates a code generator. 375 * Instantiates a code generator in its own context. Modules added via \a 676 * Instantiates a ThinLTO code generator.
|
/llvm-project/libcxx/include/__expected/ |
H A D | unexpected.h | 62 "[expected.un.general] states a program that instantiates std::unexpected for a non-object type, an "
|
/llvm-project/mlir/test/lib/Dialect/Func/ |
H A D | TestDecomposeCallGraphTypes.cpp | 102 /// This instantiates the patterns with a TypeConverter that splits tuple types in runOnOperation()
|
/llvm-project/libcxx/include/ |
H A D | numbers | 85 "A program that instantiates a primary template of a mathematical constant variable template is ill-formed.");
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h |
|
/llvm-project/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h |
|
/llvm-project/llvm/test/TableGen/ |
H A D | JSON.td | 145 // *non*-anonymous output record, even if the defm that instantiates
|
/llvm-project/libcxx/include/__format/ |
H A D | range_default_formatter.h | 60 // A program that instantiates the primary template of format_kind is ill-formed.
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | GDBRegistrationListener.cpp | 104 /// Instantiates the JIT service.
|