Home
last modified time | relevance | path

Searched refs:getIntPtr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dqualified-auto.cpp60 int *getIntPtr();
66 int *TypedPtr = getIntPtr(); in foo()
68 int &TypedRef = *getIntPtr(); in foo()
74 auto NakedPtr = getIntPtr(); in foo()
81 const auto ConstPtr = getIntPtr(); in foo()
88 volatile auto VolatilePtr = getIntPtr(); in foo()
95 auto *QualPtr = getIntPtr(); in foo()
107 auto &Ref = *getIntPtr(); in foo()
122 _AUTO AutoMACROPtr = getIntPtr(); in macroTest()
123 const _AUTO ConstAutoMacroPtr = getIntPtr(); in macroTest()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/llvm/
H A Dqualified-auto.cpp7 int *getIntPtr();
11 auto NakedPtr = getIntPtr(); in foo()
17 auto *Ptr = getIntPtr(); in foo()
19 auto &NakedRef = *getIntPtr(); in foo()
/llvm-project-15.0.7/clang/test/Modules/
H A Dredundant-template-default-arg3.cpp58 consteval int *getIntPtr() { in getIntPtr() function
61 template <typename T, int *i = getIntPtr()>
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunknown-anytype.m7 - (int*)getIntPtr; method
17 int *ip = [test0 getIntPtr];
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtrack-control-dependency-conditions.cpp185 int *getIntPtr();
188 *i = getIntPtr(); in storeValue()
212 int *getIntPtr();
215 int *i = getIntPtr(); in conjurePointer()