Home
last modified time | relevance | path

Searched full:instantiates (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project/clang/test/SemaCUDA/
H A Dfunction-template-overload.cu22 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 DConstructExpr.cpp41 // Note: Clang lazily instantiates implicit declarations, so we need
57 // Note: Clang lazily instantiates implicit declarations, so we need in TEST()
H A DImplicitCtor.cpp31 // Note: Clang lazily instantiates implicit declarations, so we need in TEST()
/llvm-project/clang/test/SemaTemplate/
H A Dcxx1z-using-declaration.cpp26 …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 Dinstantiate-anonymous-union.cpp52 // instantiates implicit initializers.
H A Dinstantiate-overload-candidates.cpp15 // Provide a bad class and an overload that instantiates templates with it.
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Dtransform_error.mandates.verify.cpp64 // 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 Dtransform_error.mandates.verify.cpp63 // 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 Dduration.compile.fail.cpp13 // If a program instantiates duration with a duration type for the template
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-param-test.h259 // 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 Dis_same.h29 // _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 Dillformed.verify.cpp14 …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 Dclass.mandates.verify.cpp11 // 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 DParallelSnippetGenerator.h34 // Instantiates memory operands within a snippet.
/llvm-project/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp75 // resolution to occur for A's copying constructor, which instantiates
H A Dwarn-infinite-recursion.cpp128 return sum<x - y>(); // This instantiates sum<0>() even if never called. in calculate_value()
/llvm-project/llvm/include/llvm-c/
H A Dlto.h361 * 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 Dunexpected.h62 "[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 DTestDecomposeCallGraphTypes.cpp102 /// This instantiates the patterns with a TypeConverter that splits tuple types in runOnOperation()
/llvm-project/libcxx/include/
H A Dnumbers85 "A program that instantiates a primary template of a mathematical constant variable template is ill-formed.");
/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h
/llvm-project/libcxx/benchmarks/
H A DCartesianBenchmarks.h
/llvm-project/llvm/test/TableGen/
H A DJSON.td145 // *non*-anonymous output record, even if the defm that instantiates
/llvm-project/libcxx/include/__format/
H A Drange_default_formatter.h60 // A program that instantiates the primary template of format_kind is ill-formed.
/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp104 /// Instantiates the JIT service.

123