Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp1367 RecTy *GivenEltTy = nullptr; in ParseSimpleValue() local
1372 GivenEltTy = ParseType(); in ParseSimpleValue()
1373 if (!GivenEltTy) { in ParseSimpleValue()
1406 if (GivenEltTy) { in ParseSimpleValue()
1409 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1414 EltTy = GivenEltTy; in ParseSimpleValue()