Home
last modified time | relevance | path

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

/external/clang/test/SemaOpenCL/
Daccess-qualifier.cl18 void myRead(read_only image1d_t); // expected-note {{passing argument to parameter here}}
28myRead(img); // expected-error {{passing 'img1d_wo' (aka '__write_only image1d_t') to parameter of…
50 myRead(img);
/external/libxml2/
Dxmllint.c817 static int myRead(void *f, char *buf, int len) { in myRead() function
2308 doc = xmlReadIO(myRead, myClose, f, filename, NULL, in parseAndPrintFile()
2311 doc = xmlCtxtReadIO(rectxt, myRead, myClose, f, in parseAndPrintFile()