HomeSort by relevance Sort by last modified time
    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 50 // CHECK: const typedef int int_t;
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
  /external/clang/test/Sema/
format-strings.c 284 typedef enum { A } int_t; typedef in typeref:enum:__anon6100
285 void f0(int_t x) { printf("%d\n", x); }

Completed in 100 milliseconds