Searched refs:a_type (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | allocate01.f90 | 11 type :: a_type type 20 class(a_type) :: x 21 class(a_type), allocatable :: foo 25 class(a_type) :: x 32 use :: m, only: a_type 58 class(a_type), allocatable :: a_var
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_getauxval.h | 48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() 50 aux->a_type != AT_NULL; ++aux) { in getauxval() 51 if (type == aux->a_type) in getauxval()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | alias.c | 115 enum a_type { test13_a }; enum 116 void test13(enum a_type y) {} in test13()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-test-part.h | 67 TestPartResult(Type a_type, const char* a_file_name, int a_line_number, in TestPartResult() argument 69 : type_(a_type), in TestPartResult()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | target-and-abi.mlir | 167 // CHECK-SAME: a_type = i8, b_type = i8, c_type = i32, 171 // CHECK-SAME: a_type = f16, b_type = f16, c_type = f16, 181 a_type = i8, 190 a_type = f16,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | NVVMOps.td | 489 string a_type = frags[0].ptx_elt_type; 502 !ne(a_type, "s8"), 503 !ne(a_type, "u8"), 504 !ne(a_type, "s4"), 505 !ne(a_type, "u4")): false, 513 !ne(a_type, "f16"))) : false, 518 !or(!ne(a_type, b_type),
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.td | 54 "mlir::Type":$a_type,
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_build_expr.c | 735 enum isl_dim_type a_type[2] = { isl_dim_param, isl_dim_in }; in check_parallel_or_opposite() enum 748 b = isl_aff_involves_dims(data->div, a_type[t], i, 1); in check_parallel_or_opposite() 772 a_type[t], i); in check_parallel_or_opposite()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 480 string a_type = frags[0].ptx_elt_type; 493 !ne(a_type, "s8"), 494 !ne(a_type, "u8"), 495 !ne(a_type, "s4"), 496 !ne(a_type, "u4")): false, 504 !ne(a_type, "f16"))) : false, 509 !or(!ne(a_type, b_type),
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 229 for (Elf_Auxinfo *aux = (Elf_Auxinfo *)p; aux->a_type != AT_NULL; aux++) { 230 if (aux->a_type == AT_EXECPATH) {
|