Searched defs:Choices (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
D | SnippetGeneratorTest.cpp | 20 const std::vector<std::vector<int>> Choices{{0, 1}, {2, 3}}; in TEST() local 41 const std::vector<std::vector<int>> Choices{{0}, {1, 2}, {3}}; in TEST() local 60 const std::vector<std::vector<int>> Choices{{0, 1}, {2}, {3, 4}}; in TEST() local 81 const std::vector<std::vector<int>> Choices{{0, 1}, {2}}; in TEST() local 100 const std::vector<std::vector<int>> Choices{{0}, {1, 2}}; in TEST() local 119 const std::vector<std::vector<int>> Choices{{0, 1}}; in TEST() local 138 const std::vector<std::vector<int>> Choices{{0}, {1}}; in TEST() local 156 const std::vector<std::vector<int>> Choices{{0}}; in TEST() local
|
/external/clang/test/Sema/ |
D | warn-overlap.c | 5 enum Choices { enum
|
/external/llvm-project/clang/test/Sema/ |
D | warn-overlap.c | 6 enum Choices { enum
|
/external/apache-http/src/org/apache/http/impl/ |
D | EnglishReasonPhraseCatalog.java | 184 "Multiple Choices"); in setReason()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 883 SmallVectorImpl<MCOperand> &Choices = std::get<1>(I); in generateInstructionVariants() local
|