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/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStructureElementDictionary_autogen.cpp 163 SkString SkPdfStructureElementDictionary::Alt(SkPdfNativeDoc* doc) {
164 SkPdfNativeObject* ret = get("Alt", "");
172 return get("Alt", "") != NULL;
  /external/v8/src/
effects.h 54 static Effect Alt(Effect e1, Effect e2, Zone* zone) {
110 void Alt(Var var, Effect effect) {
113 effect = Effect::Alt(locator.value(), effect, Base::zone());
118 void Alt(Effects that) {
144 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/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 906 milliseconds