Home
last modified time | relevance | path

Searched defs:Choices (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DCombinationGeneratorTest.cpp25 const std::vector<std::vector<int>> Choices{{0, 1}, {2, 3}}; in TEST() local
46 const std::vector<std::vector<int>> Choices{{0}, {1, 2}, {3}}; in TEST() local
65 const std::vector<std::vector<int>> Choices{{0, 1}, {2}, {3, 4}}; in TEST() local
86 const std::vector<std::vector<int>> Choices{{0, 1}, {2}}; in TEST() local
105 const std::vector<std::vector<int>> Choices{{0}, {1, 2}}; in TEST() local
124 const std::vector<std::vector<int>> Choices{{0, 1}}; in TEST() local
143 const std::vector<std::vector<int>> Choices{{0}, {1}}; in TEST() local
161 const std::vector<std::vector<int>> Choices{{0}}; in TEST() local
/llvm-project/clang/test/Sema/
H A Dwarn-overlap.c6 enum Choices { enum
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp1305 SmallVectorImpl<MCOperand> &Choices = std::get<1>(I); generateInstructionVariants() local