Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-mv-member-funcs.cpp56 struct templ { struct
64 templ<int> a; in templ_use() argument
H A Dattr-loader-uninitialized.cpp31 template<typename T> struct templ{T * t;}; struct
/llvm-project/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/clang/test/Misc/
H A Ddiag-unused-source-ranges.cpp28 template <typename T> void templ(T) {} in templ() function in __anond93826520111::A
32 template <> void templ<int>(int) {} in templ() function in __anond93826520111::A
36 template <> void templ(float) {} in templ() function in __anond93826520111::A
/llvm-project/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/clang/test/Modules/
H A Dtemplate_default_argument.cpp13 class templ {}; class
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17-crash.cpp9 template < typename T > class templ { class
/llvm-project/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/clang/test/ParserOpenACC/
H A Dparse-clauses.cpp4 void templ() { in templ() function
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operators-display-order-crash.cpp57 template <class> struct templ {}; struct
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h24 char *templ; member
H A Dsanitizer_libignore.h53 char *templ; global() member
H A Dsanitizer_common.cpp229 bool TemplateMatch(const char *templ, const char *str) { in TemplateMatch() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-raii.cpp40 void templ() { in templ() function
H A Dsuspicious-realloc-usage.cpp36 void templ(void *p) { in templ() function
H A Dthrow-keyword-missing.cpp98 void templ(int i) { in templ() function
/llvm-project/clang/test/PCH/
H A Dcxx-explicit-specifier.cpp65 namespace templ { namespace
/llvm-project/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/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp109 void templ() { in templ() function
H A Dpro-type-cstyle-cast.cpp131 void templ() { in templ() function
/llvm-project/clang/test/SemaTemplate/
H A Dcwg2398.cpp46 namespace templ { global() namespace
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-init.cpp140 void templ() { in templ() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DBytecodeDialectGen.cpp63 format(StringRef templ,std::map<std::string,std::string> && map) format() argument
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp485 void templ() { f(t<int>); f(u<int>); } templ() function