Home
last modified time | relevance | path

Searched refs:Overloading (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp27 class Overloading { class
33 void test_ovl(Overloading<int, long> *oil, int i, long l) { in test_ovl()
39Overloading<float, float> off; // expected-note{{in instantiation of template class 'Overloading<f… in test_ovl_bad()
/llvm-project/llvm/docs/
H A DCompileCudaWithLLVM.rst294 Overloading Based on ``__host__`` and ``__device__`` Attributes
/llvm-project/clang/docs/
H A DClangFormatStyleOptions.rst4870 * Overloading by arity is supported: for example, given the macro
/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td4819 // C++ Overloading Semantic Analysis.