Home
last modified time | relevance | path

Searched refs:int_t (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Index/
Dblocks.c3 typedef int int_t; typedef
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
/external/clang/test/SemaCXX/
Dms-interface.cpp20 using int_t = int;
/external/clang/test/FixIt/
Dfixit.c51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
/external/clang/test/Sema/
Dformat-strings.c287 typedef enum { A } int_t; typedef
288 void f0(int_t x) { printf("%d\n", x); } in f0()
/external/eigen/Eigen/
DSuperLUSupport12 typedef int int_t;