OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UO_Deref
(Results
1 - 24
of
24
) sorted by null
/external/clang/include/clang/AST/
OperationKinds.h
333
UO_AddrOf,
UO_Deref
, // [C99 6.5.3.2] Address and indirection
StmtVisitor.h
89
case
UO_Deref
: DISPATCH(UnaryDeref, UnaryOperator);
/external/clang/lib/Sema/
SemaFixItUtils.cpp
141
if (UO->getOpcode() ==
UO_Deref
) {
SemaExprMember.cpp
[
all
...]
SemaStmt.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaExpr.cpp
550
if (UO->getOpcode() ==
UO_Deref
&&
[
all
...]
SemaChecking.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
/external/clang/lib/Analysis/
BodyFarm.cpp
123
return new (C) UnaryOperator(const_cast<Expr*>(Arg),
UO_Deref
, Ty,
ThreadSafetyCommon.cpp
430
case
UO_Deref
:
[
all
...]
ThreadSafety.cpp
[
all
...]
/external/clang/lib/AST/
ExprClassification.cpp
222
case
UO_Deref
:
Expr.cpp
[
all
...]
StmtProfile.cpp
920
UnaryOp =
UO_Deref
;
[
all
...]
ExprConstant.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
837
case
UO_Deref
:
[
all
...]
BugReporterVisitors.cpp
58
if (U->getOpcode() ==
UO_Deref
)
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
CGExprCXX.cpp
[
all
...]
CGExpr.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
[
all
...]
RewriteObjC.cpp
[
all
...]
Completed in 244 milliseconds