Searched defs:TInt (Results 1 – 5 of 5) sorted by relevance
6 typedef int TInt; typedef
69 template<template<int> typename T> struct TInt {}; global() struct [all...]
3 typedef int TInt; typedef
19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}} in func() typedef
55 Template<int> TInt; in instantiate() local