Searched refs:int_t (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Index/
H A Dblocks.c3 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/
H A Dlower_vertex_id.cpp84 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",
H A Dbuiltin_variables.cpp428 const glsl_type * const int_t; member in class:__anon14591::builtin_variable_generator
447 bool_t(glsl_type::bool_type), int_t(glsl_type::int_type),
915 add_uniform(int_t, "gl_NumSamples");
995 add_system_value(SYSTEM_VALUE_VERTEX_ID, int_t, "gl_VertexID");
997 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceIDARB");
999 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceID");
1001 add_system_value(SYSTEM_VALUE_BASE_VERTEX, int_t, "gl_BaseVertexARB");
1002 add_system_value(SYSTEM_VALUE_BASE_INSTANCE, int_t, "gl_BaseInstanceARB");
1003 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawIDARB");
1007 var = add_output(VARYING_SLOT_LAYER, int_t, "gl_Laye
[all...]
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp145 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/FixIt/
H A Dfixit.c50 // CHECK: const typedef int int_t;
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
/external/clang/test/SemaCXX/
H A Dms-interface.cpp20 using int_t = int;
/external/autotest/tko/
H A Dutils_unittest.py38 for int_t, str_t in itertools.izip(int_times, str_times):
39 date_int = utils.get_timestamp({"key": int_t}, "key")
/external/clang/test/Sema/
H A Dformat-strings.c322 typedef enum { A } int_t; typedef in typeref:enum:__anon2892
323 void f0(int_t x) { printf("%d\n", x); }

Completed in 340 milliseconds