HomeSort by relevance Sort by last modified time
    Searched refs:thelist (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
arm64-arguments.c 628 // CHECK: [[THELIST:%.*]] = alloca i8*
629 // CHECK: [[CURLIST:%.*]] = load i8*, i8** [[THELIST]]
633 // CHECK: store i8* [[NEXTLIST]], i8** [[THELIST]]
636 __builtin_va_list thelist; local
637 __builtin_va_start(thelist, n);
638 struct HFA h = __builtin_va_arg(thelist, struct HFA);
654 // CHECK: [[THELIST:%.*]] = alloca i8*
655 // CHECK: [[CURLIST:%.*]] = load i8*, i8** [[THELIST]]
660 // CHECK: store i8* [[NEXTLIST]], i8** [[THELIST]]
664 __builtin_va_list thelist; local
690 __builtin_va_list thelist; local
712 __builtin_va_list thelist; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]

Completed in 3107 milliseconds