Searched defs:xv (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp8 void test_copycon(X x, X const xc, X volatile xv) { argument
11 copycon(xv); // expected-error{{no matching constructor}}
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { argument
44 xv.f(0); // expected-error{{no matching member function for call to 'f'}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp23 X<void> xv; // expected-note{{in instantiation of template class 'X<void>' requested here}} local
H A Dinstantiate-member-template.cpp20 X0<void> xv; local
21 double *&dpr2 = xv.f1(ip, dp);
/external/libxml2/
H A Dxmlschemastypes.c4447 * The xv character would have been replaced to 0x20.
4762 const xmlChar *xv, *yv; local
4765 xv = xvalue;
4767 xv = x->value.str;
4798 if (xmlStrEqual(xv, yv))
4803 return (xmlSchemaComparePreserveReplaceStrings(xv, yv, 0));
4805 return (xmlSchemaComparePreserveCollapseStrings(xv, yv, 0));
4810 return (xmlSchemaComparePreserveReplaceStrings(yv, xv, 1));
4812 return (xmlSchemaCompareReplacedStrings(xv, yv));
4814 return (xmlSchemaCompareReplaceCollapseStrings(xv, y
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 2432 milliseconds