Searched defs:cip (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | misplaced-const.c | 5 typedef const int *cip; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | atomic-expr.c | 139 const int *cip = 0; in func_17() local 187 const int *cip = 0; variable
|
H A D | conditional-expr.c | 27 const int *cip; in foo() local
|
H A D | format-strings-scanf.c | 183 void test_qualifiers(const int *cip, volatile int* vip, in test_qualifiers()
|
H A D | format-strings.c | 709 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/CodeGen/ |
H A D | conditional.c | 23 const int* cip; in test5() local
|
/llvm-project/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/clang/test/SemaTemplate/ |
H A D | instantiate-method.cpp | 71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { in test_converts_to()
|