Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2864 const RecTy *GivenEltTy = nullptr; in ParseSimpleValue() local
2867 GivenEltTy = ParseType(); in ParseSimpleValue()
2868 if (!GivenEltTy) { in ParseSimpleValue()
2896 if (GivenEltTy) { in ParseSimpleValue()
2899 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
2904 EltTy = GivenEltTy; in ParseSimpleValue()