Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/TableGen/
HDTGParser.cpp1335 RecTy *GivenEltTy = nullptr; in ParseSimpleValue() local
1340 GivenEltTy = ParseType(); in ParseSimpleValue()
1341 if (!GivenEltTy) { in ParseSimpleValue()
1372 if (GivenEltTy) { in ParseSimpleValue()
1375 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1380 EltTy = GivenEltTy; in ParseSimpleValue()