Home
last modified time | relevance | path

Searched defs:vip (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp70 void test_f3(int ***ip, volatile int ***vip) { in test_f3()
/llvm-project/clang/test/Sema/
H A Dformat-strings-scanf.c183 void test_qualifiers(const int *cip, volatile int* vip, in test_qualifiers()
H A Dformat-strings.c709 void test_qualifiers(volatile int *vip, const int *cip, in test_qualifiers()
727 void test_qualifiers(volatile int *vip, const int *cip, in test_qualifiers()
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp143 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs()