Home
last modified time | relevance | path

Searched refs:uc1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/expr/
Dp9.cpp21 __typeof__(uc0 + uc0) uc1; variable
22 int &ucr = uc1;
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp24 unsigned_c<1> uc1 = f<int>(); in test_f() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp15 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
Dp7-0x.cpp14 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
/external/llvm/lib/Support/
Dregcomp.c1245 unsigned uc1 = (uch)c1; in samesets() local
1249 if (col[uc1] != col[uc2]) in samesets()