Home
last modified time | relevance | path

Searched refs:cull (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcomplex-convert.c52 sc1 = cull; in foo()
74 uc1 = cull; in foo()
97 sll1 = cull; in foo()
119 ull1 = cull; in foo()
294 cull1 = sc + cull; in foo()
358 cull1 = uc + cull; in foo()
415 csll1 = sll + cull; in foo()
471 cull1 = ull + cull; in foo()
670 csll1 = cull + sc; in foo()
684 cull1 = cull + uc; in foo()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dglobals.cpp10 const unsigned long long cull = 0; variable
13 *(int*)cull = 0; // expected-warning{{Dereference of null pointer}} in const_int()