Searched defs:cip (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | misplaced-const.c | 5 typedef const int *cip; typedef
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | conditional.c | 23 const int* cip; in test5() local
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | conditional-expr.c | 22 const int *cip; in foo() local
|
| H A D | format-strings-scanf.c | 175 void test_qualifiers(const int *cip, volatile int* vip, in test_qualifiers()
|
| H A D | format-strings.c | 706 void test_qualifiers(volatile int *vip, const int *cip, in test_qualifiers() 724 void test_qualifiers(volatile int *vip, const int *cip, in test_qualifiers()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | address-space-conversion.cpp | 27 const int *cip, in test_const_cast()
|
| H A D | overloaded-builtin-operators.cpp | 143 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-method.cpp | 71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { in test_converts_to()
|