OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_t
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Index/
blocks.c
3
typedef int
int_t
;
typedef
9
^
int_t
(struct foo *foo) { return (
int_t
) foo->x + i; }(&_foo);
function
21
// CHECK: blocks.c:9:5: TypeRef=
int_t
:3:13 Extent=[9:5 - 9:10]
28
// CHECK: blocks.c:9:38: TypeRef=
int_t
:3:13 Extent=[9:38 - 9:43]
/external/clang/test/FixIt/
fixit.c
47
// CHECK: typedef int
int_t
;
48
typedef typedef int
int_t
;
typedef
/external/clang/test/Sema/
format-strings.c
220
typedef enum { A }
int_t
;
typedef in typeref:enum:__anon4879
221
void f0(
int_t
x) { printf("%d\n", x); }
Completed in 76 milliseconds