Home
last modified time | relevance | path

Searched refs:a_type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate01.f9011 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 Dsanitizer_getauxval.h48 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 Dalias.c115 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 Dgtest-test-part.h67 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 Dtarget-and-abi.mlir167 // 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 DNVVMOps.td489 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 DSPIRVAttributes.td54 "mlir::Type":$a_type,
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_expr.c735 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 DIntrinsicsNVVM.td480 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 DPath.inc229 for (Elf_Auxinfo *aux = (Elf_Auxinfo *)p; aux->a_type != AT_NULL; aux++) {
230 if (aux->a_type == AT_EXECPATH) {