HomeSort by relevance Sort by last modified time
    Searched refs:UO_Deref (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 330 UO_AddrOf, UO_Deref, // [C99 6.5.3.2] Address and indirection
StmtVisitor.h 87 case UO_Deref: DISPATCH(UnaryDeref, UnaryOperator);
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 141 if (UO->getOpcode() == UO_Deref) {
SemaExprMember.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 441 if (UO->getOpcode() == UO_Deref &&
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 123 return new (C) UnaryOperator(const_cast<Expr*>(Arg), UO_Deref, Ty,
ThreadSafety.cpp 396 if (UOE->getOpcode() == UO_Deref) {
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 215 case UO_Deref:
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 777 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/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 130 milliseconds