Lines Matching refs:annotate
32 [[clang::annotate("test", fail_on_int(v))]] void t() {} in t()
34 …[[clang::annotate("test", (typename enable_if<!is_same<long, T>::value, int>::type)v)]] void t1() … in t1()
45 [[clang::annotate("test", ((void)T{}, 9))]] void t() {} in t()
56 [[clang::annotate("test", "arg")]] void t3() {} in t3()
66 …int v __attribute__((annotate("v_ann_0", str(), 90, V, g_i))) __attribute__((annotate("v_ann_1", V…
69 [[clang::annotate("qdwqwd", cf, cb)]] void t() {} in t()
70 [[clang::annotate("qdwqwd", f, cb)]] void t1() {} in t1()
73 [[clang::annotate("jui", b, cf)]] void t2() {} in t2()
76 …[[clang::annotate("jui", ((void)b, 0), cf)]] [[clang::annotate("jui", &b, cf, &foo::t2, str())]] v… in t3()
89 [[clang::annotate("test", I)]] int v = 0; // expected-note {{declared here}} in f()
90 [[clang::annotate("test", v)]] int v2 = 0; in f()
93 [[clang::annotate("test", rtyui)]] int v3 = 0; in f()
106 …[[clang::annotate("vlas are awful", sizeof(vla))]] int i = 0; // reject, the sizeof is not unevalu… in f()
109 …[[clang::annotate("_Generic selection expression should be fine", _Generic(n, int : 0, default : 1… in f()
113 [[clang::annotate("function designators?", designator)]] int k = 0; // Should work?
116 [[clang::annotate("function designators?", self)]] int k = 0; in self()
128 [[clang::annotate("", foldable_but_invalid())]] void f1() {} in f1()
131 [[clang::annotate()]] void f2() {} in f2()
134 template <typename T> [[clang::annotate()]] void f2() {} in f2()