Home
last modified time | relevance | path

Searched defs:TInt (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dms-class-specialization-duplicate.cpp6 typedef int TInt; typedef
H A Dtemp_arg_template_p0522.cpp69 template<template<int> typename T> struct TInt {}; global() struct
[all...]
/llvm-project/clang/test/Parser/
H A Dtypeof.c3 typedef int TInt; typedef
/llvm-project/clang/test/Sema/
H A Darray-init.c19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} in func() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-member-init.cpp55 Template<int> TInt; in instantiate() local