Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDListReducer.h163 std::vector<ElTy> EmptyList; in reduceList() local
186 Expected<TestResult> Result = doTest(EmptyList, TestList); in reduceList()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.cpp2942 ListInit *EmptyList = ListInit::get({}, BitRecTy::get()); in ParseIf() local
2949 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
2973 TernOpInit::get(TernOpInit::IF, Condition, EmptyList, SingletonList, in ParseIf()