Searched defs:tp2 (Results 1 – 5 of 5) sorted by relevance
24 struct timespec tp1, tp2; TEST() local
26 type(parent1) :: tp2 = parent1(j) local46 type(parent2) :: tp2 local
40 int *tp2 = tp1; // expected-note {{'tp2' initialized to the value of 'tp1'}} in f_1_1() local
1367 if (auto tp2 = llvm::dyn_cast<RankedTensorType>(getDest().getType())) { verify() local
123 isSameTypeWithoutEncoding(Type tp1,Type tp2) isSameTypeWithoutEncoding() argument