HomeSort by relevance Sort by last modified time
    Searched defs:int_t (Results 1 - 8 of 8) 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/mesa3d/src/compiler/glsl/
lower_vertex_id.cpp 84 const glsl_type *const int_t = glsl_type::int_type; local
87 VertexID = new(mem_ctx) ir_variable(int_t, "__VertexID",
91 gl_VertexID = new(mem_ctx) ir_variable(int_t, "gl_VertexIDMESA",
101 gl_BaseVertex = new(mem_ctx) ir_variable(int_t, "gl_BaseVertex",
builtin_variables.cpp 428 const glsl_type * const int_t; member in class:__anon29173::builtin_variable_generator
447 bool_t(glsl_type::bool_type), int_t(glsl_type::int_type),
    [all...]
  /bionic/tools/relocation_packer/src/
sleb128.cc 21 typedef int64_t int_t; typedef in class:__anon1507::uint_traits
27 typedef int32_t int_t; typedef in class:__anon1507::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
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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:__anon16578
323 void f0(int_t x) { printf("%d\n", x); }
    [all...]

Completed in 1199 milliseconds