HomeSort by relevance Sort by last modified time
    Searched defs:Alt (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/ADT/
SparseSetTest.cpp 161 struct Alt {
163 explicit Alt(unsigned x) : Value(x) {}
168 typedef SparseSet<Alt> ASet;
171 Set.insert(Alt(1005));
177 Set.insert(Alt(1006));
178 Set.insert(Alt(1006));
SparseMultiSetTest.cpp 208 struct Alt {
210 explicit Alt(unsigned x) : Value(x) {}
215 typedef SparseMultiSet<Alt> ASet;
218 Set.insert(Alt(1005));
224 Set.insert(Alt(1006));
225 Set.insert(Alt(1006));
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 10 struct Alt {
14 constexpr short s = Alt();
18 case Alt():
24 switch (Alt a = Alt()) {
25 case Alt():
32 case Alt():
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 38 void Alt() {
  /external/v8/src/
effects.h 52 static Effect Alt(Effect e1, Effect e2, Zone* zone) {
108 void Alt(Var var, Effect effect) {
111 effect = Effect::Alt(locator.value(), effect, Base::zone());
116 void Alt(Effects that) {
142 void Call(Var var, Effect effect) { self.Alt(var, effect); }
  /external/regex-re2/re2/
prefilter.cc 205 static Info* Alt(Info* a, Info* b);
345 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
610 info = Alt(info, child_args[i]);
611 VLOG(10) << "Alt: " << info->ToString();
compile.cc 162 Frag Alt(Frag a, Frag b);
330 Frag Compiler::Alt(Frag a, Frag b) {
520 int alt = AllocInst(1); local
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
750 f = Alt(f, child_frags[i]);
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISKeyboard.h 89 KC_LMENU = 0x38, // left Alt
151 KC_RMENU = 0xB8, // right Alt
281 Alt = 0x0000100
302 //! Bit field that holds status of Alt, Ctrl, Shift
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 748 milliseconds