Searched refs:GivenEltTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp1295 RecTy *GivenEltTy = 0; local
1300 GivenEltTy = ParseType();
1301 if (GivenEltTy == 0) {
1334 if (GivenEltTy != 0) {
1337 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) {
1342 EltTy = GivenEltTy;

Completed in 45 milliseconds