Searched refs:ExprType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL.h205 enum ExprType { enum in class:GrGLSLExpr
210 ExprType fType;
/external/skia/src/gpu/gl/
H A DGrGLSL.h205 enum ExprType { enum in class:GrGLSLExpr
210 ExprType fType;
/external/clang/lib/Parse/
H A DParseExpr.cpp1597 ParenParseOption ExprType = CastExpr; local
1600 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1606 if (ExprType == CastExpr) {
1932 /// based on what is allowed by ExprType. The actual thing parsed is returned
1933 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1953 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, argument
1968 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1996 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
2001 ExprType = CompoundStmt;
2009 } else if (ExprType >
[all...]
H A DParseExprCXX.cpp2897 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, argument
2901 assert(ExprType == CastExpr && "Compound literals are not ambiguous!");
2981 ExprType = CompoundLiteral;
3005 ExprType = SimpleExpr;
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp138 QualType ExprType = VD->getType().getNonReferenceType(); local
139 ExprResult DE = BuildDeclRefExpr(VD, ExprType, VK_RValue, Id.getLoc());
H A DSemaExpr.cpp3307 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, argument
3311 if (ExprType->isDependentType())
3318 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>())
3319 ExprType = Ref->getPointeeType();
3322 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3325 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3329 if (RequireCompleteType(OpLoc, ExprType,
3334 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,
H A DSemaStmt.cpp2337 QualType ExprType = E->getType(); local
2344 if (!Context.hasSameUnqualifiedType(ReturnType, ExprType))
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc824 template<typename ExprType>
825 ExprEffect VisitArguments(ExprType* call, const Environment& env) {
832 template<typename ExprType>
833 void VisitArguments(ExprType* call,
/external/v8/tools/gcmole/
H A Dgcmole.cc826 template<typename ExprType>
827 ExprEffect VisitArguments(ExprType* call, const Environment& env) {
834 template<typename ExprType>
835 void VisitArguments(ExprType* call,
/external/clang/include/clang/Parse/
H A DParser.h1293 ExprResult ParseParenExpression(ParenParseOption &ExprType,
1299 ExprResult ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
/external/clang/include/clang/Sema/
H A DSema.h3274 bool CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc,
7312 QualType ExprType);

Completed in 308 milliseconds