Home
last modified time | relevance | path

Searched defs:tp2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/src/time/
H A Dclock_gettime_test.cpp24 struct timespec tp1, tp2; TEST() local
/llvm-project/flang/test/Semantics/
H A Dstructconst08.f9026 type(parent1) :: tp2 = parent1(j) local
46 type(parent2) :: tp2 local
/llvm-project/clang/test/Analysis/
H A Duninit-const.c40 int *tp2 = tp1; // expected-note {{'tp2' initialized to the value of 'tp1'}} in f_1_1() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1367 if (auto tp2 = llvm::dyn_cast<RankedTensorType>(getDest().getType())) { verify() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp123 isSameTypeWithoutEncoding(Type tp1,Type tp2) isSameTypeWithoutEncoding() argument