OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsDereference
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
12617
static bool IsTypeModifiable(QualType Ty, bool
IsDereference
) {
12619
if (
IsDereference
&& Ty->isPointerType())
12649
bool
IsDereference
= false;
12654
IsDereference
= NextIsDereference;
12667
if (!IsTypeModifiable(Field->getType(),
IsDereference
)) {
12711
if (FD && !IsTypeModifiable(FD->getReturnType(),
IsDereference
)) {
12725
if (!IsTypeModifiable(VD->getType(),
IsDereference
)) {
13670
S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*
IsDereference
*/true,
Completed in 35 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026