Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h163 std::vector<ElTy> EmptyList; in reduceList() local
186 Expected<TestResult> Result = doTest(EmptyList, TestList); in reduceList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3204 ListInit *EmptyList = ListInit::get({}, BitRecTy::get()); in ParseIf() local
3211 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
3233 TernOpInit::get(TernOpInit::IF, Condition, EmptyList, SingletonList, in ParseIf()