Home
last modified time | relevance | path

Searched defs:cip (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dmisplaced-const.c5 typedef const int *cip; typedef
/llvm-project/clang/test/Sema/
H A Datomic-expr.c139 const int *cip = 0; in func_17() local
187 const int *cip = 0; variable
H A Dconditional-expr.c27 const int *cip; in foo() local
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/CodeGen/
H A Dconditional.c23 const int* cip; in test5() local
/llvm-project/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp27 const int *cip, in test_const_cast()
H A Doverloaded-builtin-operators.cpp143 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, in test_with_ptrs()
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { in test_converts_to()