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

/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DTGParser.cpp1296 RecTy *GivenEltTy = 0; local
1301 GivenEltTy = ParseType();
1302 if (GivenEltTy == 0) {
1335 if (GivenEltTy != 0) {
1338 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) {
1343 EltTy = GivenEltTy;

Completed in 67 milliseconds