Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3835 ListInit *EmptyList = ListInit::get({}, BitRecTy::get(Records)); in ParseIf() local
3843 TernOpInit::get(TernOpInit::IF, Condition, SingletonList, EmptyList, in ParseIf()
3865 TernOpInit::get(TernOpInit::IF, Condition, EmptyList, SingletonList, in ParseIf()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5404 InitListExpr EmptyList(S.Context, From->getEndLoc(), std::nullopt, in TryListConversion() local
5406 EmptyList.setType(S.Context.VoidTy); in TryListConversion()
5408 S, &EmptyList, InitTy, SuppressUserConversions, in TryListConversion()