Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Daltivec-init.c40 v4 vGCC; in test() local
44 vGCC = vAltiVec; in test()
45 int res = vGCC > vAltiVec; in test()
46 vAltiVec = 0 ? vGCC : vGCC; in test()
/external/clang/test/SemaCXX/
Daltivec.cpp41 V4i vGCC; in test1() local
45 vGCC = vAltiVec; in test1()
46 bool res = vGCC > vAltiVec; in test1()
47 vAltiVec = 0 ? vGCC : vGCC; in test1()