Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Daltivec-init.c41 vector int vAltiVec; in test() local
43 f(vAltiVec); in test()
44 vGCC = vAltiVec; in test()
45 int res = vGCC > vAltiVec; in test()
46 vAltiVec = 0 ? vGCC : vGCC; in test()
/external/clang/test/SemaCXX/
Daltivec.cpp42 vector int vAltiVec; in test1() local
44 f(vAltiVec); in test1()
45 vGCC = vAltiVec; in test1()
46 bool res = vGCC > vAltiVec; in test1()
47 vAltiVec = 0 ? vGCC : vGCC; in test1()