Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DSnippetGeneratorTest.cpp20 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/
Dwarn-overlap.c5 enum Choices { enum
/external/llvm-project/clang/test/Sema/
Dwarn-overlap.c6 enum Choices { enum
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java184 "Multiple Choices"); in setReason()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp883 SmallVectorImpl<MCOperand> &Choices = std::get<1>(I); in generateInstructionVariants() local