HomeSort by relevance Sort by last modified time
    Searched defs:int_t (Results 1 - 5 of 5) 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]
  /bionic/tools/relocation_packer/src/
sleb128.cc 21 typedef int64_t int_t; typedef in class:__anon1392::uint_traits
27 typedef int32_t int_t; typedef in class:__anon1392::uint_traits
49 typedef typename uint_traits<uint_t>::int_t int_t; typedef
53 const bool negative = static_cast<int_t>(value) < 0;
  /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/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 145 typedef mediump_int int_t; typedef in namespace:glm
147 typedef highp_int int_t; typedef in namespace:glm
149 typedef mediump_int int_t; typedef in namespace:glm
151 typedef lowp_int int_t; typedef in namespace:glm
  /external/clang/test/Sema/
format-strings.c 322 typedef enum { A } int_t; typedef in typeref:enum:__anon15492
323 void f0(int_t x) { printf("%d\n", x); }
    [all...]

Completed in 304 milliseconds