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

  /external/clang/test/Sema/
align-x86.c 6 short chk1[__alignof__(g1) == 8 ? 1 : -1]; variable
10 short chk1[__alignof__(g2) == 8 ? 1 : -1]; variable
14 short chk1[__alignof__(g5) == 8 ? 1 : -1]; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1]; variable
23 short chk1[__alignof__(g4) == 1 ? 1 : -1]; variable
27 short chk1[__alignof__(g6) == 8 ? 1 : -1]; variable
31 short chk1[__alignof__(g7) == 8 ? 1 : -1]; variable
41 short chk1[sizeof(T) == 3 ? 1 : -1]; variable
51 short chk1[sizeof(T2) == 4 ? 1 : -1]; variable
align-systemz.c 15 int chk1[__alignof__(c) == 1 ? 1 : -1]; variable
align-x86-64.c 16 short chk1[sizeof(ten2mk192M) == 80 ? 1 : -1]; variable
  /system/extras/tests/workloads/
defs.sh 64 chk1=$(functions 2>/dev/null)
67 if echo $chk1 $chk2 | grep -q processLocalOption; then

Completed in 324 milliseconds