Home
last modified time | relevance | path

Searched defs:ucv (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/OpenMP/
H A Datomic_compare_codegen.cpp2203 unsigned char ucx, ucv, ucr, uce, ucd; in bar() local
11698 unsigned char ucx, ucv, uce, ucd; in ucxevd() local
H A Datomic_capture_codegen.cpp24 unsigned char ucv, ucx; variable
H A Datomic_read_codegen.c16 unsigned char ucv, ucx; variable
H A Datomic_write_codegen.c16 unsigned char ucv, ucx; variable
H A Datomic_update_codegen.cpp15 unsigned char ucv, ucx; variable
/llvm-project/clang/test/SemaCXX/
H A Doverload-call.cpp41 void test_i(short sv, int iv, long lv, unsigned char ucv) { in test_i()