/llvm-project/clang/test/Analysis/ |
H A D | live-variables.m | 9 int *getPtr(void); function
|
H A D | NewDelete-atomics.cpp | 74 T *getPtr() const { return Ptr; } // no-warning in getPtr() function in IntrusivePtr 97 T *getPtr() const { return Ptr; } // no-warning in getPtr() function in DifferentlyNamed [all...] |
H A D | objc-for.m | 171 int* getPtr(void); function
|
H A D | NSContainers.m | 219 - (int *)getPtr; method
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ExternalPreprocessorSource.h | 90 IdentifierInfo *getPtr() const { in getPtr() function
|
/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/ |
H A D | main.cpp | 17 virtual Base* getPtr() { return this; } in getPtr() function 25 Derived* getPtr() override { return this; } in getPtr() function
|
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 53 Value *getPtr() { return PtrUse->get(); } in getPtr() function
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | false-positive-suppression.m | 13 - (int *)getPtr; method
|
H A D | path-notes.m | 127 - (int *)getPtr; method
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | GlobalHandler.h | 52 void *getPtr() const { return Ptr; } getPtr() function
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 229 void *Value::getPtr() const { in getPtr() function in clang::Value
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | error.h | 106 template <typename ErrT = ErrorInfoBase> ErrT *getPtr() const { in getPtr() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 356 void **getPtr(unsigned Idx) const { getPtr() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclarationName.h | 269 void *getPtr() const { return reinterpret_cast<void *>(Ptr & ~PtrMask); } in getPtr() function
|
H A D | Expr.h | 6632 Expr *getPtr() const { getPtr() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 276 ErrorInfoBase *getPtr() cons function [all...] |
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | PerfReader.h | 147 T *getPtr() const { return Data.get(); } in getPtr() function
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 111 static const char *getPtr(const MachOObjectFile &O, size_t Offset, in getPtr() function [all...] |