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

/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp9 struct Alt { struct
13 constexpr short s = Alt();
17 case Alt():
23 switch (Alt a = Alt()) {
24 case Alt():
31 case Alt():
/external/llvm/unittests/ADT/
H A DSparseSetTest.cpp161 struct Alt { struct in namespace:__anon9242
163 explicit Alt(unsigned x) : Value(x) {} function in struct:__anon9242::Alt
168 typedef SparseSet<Alt> ASet;
171 Set.insert(Alt(1005));
177 Set.insert(Alt(1006));
178 Set.insert(Alt(1006));
/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { function
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js42 Alt: 4,
113 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Alt;
161 if (modifiers & WebInspector.KeyboardShortcut.Modifiers.Alt)
162 res += isMac ? optKey : "<Alt> + ";
/external/regex-re2/re2/
H A Dprefilter.cc199 static Info* Alt(Info* a, Info* b);
338 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { function in class:re2::Prefilter::Info
566 info = Alt(info, child_args[i]);
567 VLOG(10) << "Alt: " << info->ToString();
H A Dcompile.cc161 Frag Alt(Frag a, Frag b);
329 Frag Compiler::Alt(Frag a, Frag b) { function in class:re2::Compiler
749 f = Alt(f, child_frags[i]);

Completed in 1412 milliseconds