Home
last modified time | relevance | path

Searched defs:templ (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dattr-target-mv-member-funcs.cpp55 struct templ { struct
63 templ<int> a; in templ_use() argument
H A Dattr-loader-uninitialized.cpp31 template<typename T> struct templ{T * t;}; argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dbuild-explicit-make-pair.cpp16 void templ(T a, T b) { in templ() function
46 templ(i, i); in test() local
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp57 struct templ { struct
61 …template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<in… variable
62 template class templ<outer>; variable
/llvm-project-15.0.7/clang/test/Modules/
H A Dtemplate_default_argument.cpp10 class templ {}; class
/llvm-project-15.0.7/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17-crash.cpp9 template < typename T > class templ { class
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddebug-CallGraph.cpp56 void templ(T t) { in templ() function
61 void templ<double>(double t) { in templ() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h24 char *templ; member
H A Dsanitizer_libignore.h53 char *templ; member
H A Dsanitizer_common.cpp208 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-raii.cpp40 void templ() { in templ() function
H A Dthrow-keyword-missing.cpp98 void templ(int i) { in templ() function
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-explicit-specifier.cpp65 namespace templ { namespace
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cpp19 static bool MyMatch(const char *templ, const char *func) { in MyMatch()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp108 void templ() { in templ() function
H A Dpro-type-cstyle-cast.cpp131 void templ() { in templ() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-init.cpp140 void templ() { in templ() function
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr0xx.cpp420 void templ() { f(t<int>); f(u<int>); } in templ() function