Home
last modified time | relevance | path

Searched defs:Alt (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DSparseSetTest.cpp161 struct Alt { struct
162 unsigned Value;
163 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
164 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
H A DSparseMultiSetTest.cpp208 struct Alt { struct
209 unsigned Value;
210 explicit Alt(unsigned x) : Value(x) {} in Alt() function
211 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
H A DBitVectorTest.cpp90 TypeParam Alt(3, false); in TYPED_TEST() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt(); argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { in Alt() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2988 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local
2992 SDValue &LHS, SDValue &RHS) { in combineToCMPB()