OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPointerToConst
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp
404
static bool
isPointerToConst
(const QualType &QT) {
436
} else if (
isPointerToConst
((*I)->getType())) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
226
static bool
isPointerToConst
(QualType Ty) {
246
if (
isPointerToConst
(*I))
BugReporterVisitors.cpp
502
static bool
isPointerToConst
(QualType Ty) {
616
if (RegionOfInterest->isSubRegionOf(MR) && !
isPointerToConst
(T))
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026