Searched defs:Choices (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/unittests/ADT/ |
H A D | CombinationGeneratorTest.cpp | 25 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 D | warn-overlap.c | 6 enum Choices { enum
|
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 1305 SmallVectorImpl<MCOperand> &Choices = std::get<1>(I); generateInstructionVariants() local
|