Home
last modified time | relevance | path

Searched refs:typeof (Results 1 – 25 of 32) sorted by path

12

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c3287 sizeof (typeof (**upp)) == in cb_add_child()
3288 sizeof (typeof (**child))) { in cb_add_child()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.key34 typeof GROUP __,__.__ gnu
H A Dprobe.win32175 …e __inline __inline__ __restrict __restrict__ signed __signed __signed__ typeof=GROUP __typeof=GRO…
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test477 # Test for the "typeof" function.
492 SELECT typeof(a), typeof(b), typeof(c), typeof(d),
493 typeof(e), typeof(f), typeof(g), typeof(h)
499 SELECT typeof(a+b), typeof(a||b), typeof(c+d), typeof(c||d)
/illumos-gate/usr/src/tools/smatch/src/
H A Ddissect.c33 typeof(l__->list[0]) p__; \
41 typeof(l1__->list[0]) p1__; \
42 typeof(l2__->list[0]) p2__; \
H A Dparse.dtd5 …processor|basetype|node|pointer|function|array|struct|union|enum|typedef|typeof|member|bitfield|la…
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dalternate-keywords.c10 extern typeof (funcs[0]) f0;
H A Dbad-typeof.c3 typeof() a; in fun()
H A Dbadtype5.c6 return *(*((typeof(addr) __force *) addr)); in foo()
H A Dbuiltin-arith.c6 typedef typeof(__builtin_trap) t; // OK in test()
H A Dc11-atomic.c10 void f01(typeof(&qo) dst) { } /* check-should-pass */ in f01()
12 void f03(typeof(&uo) dst) { } /* check-should-fail */ in f03()
54 extern typeof(&qo) pqo; in baz()
55 extern typeof(&uo) puo; in baz()
H A Dcast-bad-01.c4 return (int) (typeof(fundecl(0))) l; in foo()
H A Dcomma.c6 typeof((void)0,c) d; in f()
H A Denum-bitwise.c12 _Static_assert([typeof(RZ)] == [bits], "RZ");
13 _Static_assert([typeof(RO)] == [bits], "RO");
14 _Static_assert([typeof(RM)] == [bits], "RM");
H A Denum-bounds.c4 _Static_assert([typeof(IMAX)] == [int], "");
9 _Static_assert([typeof(IMP1)] == [unsigned int], "");
14 _Static_assert([typeof(IMM1)] == [int], "");
19 _Static_assert([typeof(IMM2)] == [long], "");
H A Denum-same-type.c8 _Static_assert([typeof(NIL)] == [typeof(NEG)], "enum same type");
9 _Static_assert([typeof(ONE)] == [typeof(NEG)], "enum same type");
10 _Static_assert([typeof(DUO)] == [typeof(NEG)], "enum same type");
H A Denum-sign-gcc.c13 #define is_unsigned(X) ((typeof(X))-1 > 0)
H A Deval-typeof-vla.c6 int (*p)[1] = (typeof(++i, (int (*)[n])a)) &a; in foo()
H A Dinteger-const-expr.c25 (__builtin_types_compatible_p(typeof(0?((void*)((long)(x)*0l)):(int*)1),int*))
H A Dmember_of_typeof.c2 static typeof(v) *p; in typeof() function
H A Dreserved.c69 static int (typeof); variable
H A Drestrict.c10 void f01(typeof(&rp) dst) { } /* check-should-pass */ in f01()
12 void f03(typeof(&up) dst) { } /* check-should-fail */ in f03()
54 extern typeof(&rp) prp; in baz()
55 extern typeof(&up) pup; in baz()
H A Dtype-compare.c19 if ([typeof(int)] != [int]) return 1; in test()
20 if ([int] != [typeof(int)]) return 1; in test()
21 if ([typeof(int)] != [typeof(int)]) return 1; in test()
H A Dtypeof-addresspace.c6 typeof(obj) var = obj; in test_as()
7 typeof(ptr) ptr2 = ptr; in test_as()
8 typeof(*ptr) var2 = obj; in test_as()
9 typeof(*ptr) *ptr3 = ptr; /* check-should-pass */ in test_as()
10 typeof(obj) *ptr4 = ptr; /* check-should-pass */ in test_as()
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dunexamined-base-type.c9 return (*((typeof(s->a) __force *) &s->a)) & 1; in foo()

12