Home
last modified time | relevance | path

Searched defs:ty2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Sema/
Daarch64-sve-explicit-casts-fixed-size.c27 #define TESTCASE(ty1, ty2) \ argument
/external/llvm-project/clang/test/SemaCXX/
Daarch64-sve-explicit-casts-fixed-size.cpp27 #define TESTCASE(ty1, ty2) \ argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-const-return-type.cpp211 typedef const int ty2; typedef
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DStore.cpp397 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) { in hasSameUnqualifiedPointeeType()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
/external/libabigail/src/
Dabg-ir.cc23760 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local
23769 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local
23779 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local
23789 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local
23800 const class_decl* ty2 = is_class_type(second); in types_have_similar_structure() local
23833 const union_decl* ty2 = is_union_type(second); in types_have_similar_structure() local
23846 const array_type_def* ty2 = is_array_type(second); in types_have_similar_structure() local
23860 const array_type_def::subrange_type *ty2 = is_subrange_type(second); in types_have_similar_structure() local
23874 const function_type* ty2 = is_function_type(second); in types_have_similar_structure() local
/external/llvm-project/flang/lib/Lower/
DIO.cpp465 mlir::Type ty2 = {}) { in lowerStringLit()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local