Home
last modified time | relevance | path

Searched defs:int_t (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Index/
H A Dblocks.c3 typedef int int_t; typedef
/llvm-project/clang/test/Frontend/
H A Dfixed_point_unknown_conversions.c18 typedef int int_t; in func() typedef
/llvm-project/clang/test/FixIt/
H A Dfixit.c50 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
/llvm-project/clang/test/Analysis/
H A Dstd-variant-checker.cpp45 using int_t = int; typedef
/llvm-project/clang/test/Sema/
H A Dformat-strings.c368 typedef enum { A } int_t; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-template.cpp384 template<typename T> using int_t = int; typedef