Searched refs:ShuffleVectorExpr (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc580 VISIT(ShuffleVectorExpr);
625 IGNORE_EXPR(ShuffleVectorExpr);
/external/clang/lib/AST/
H A DStmtProfile.cpp554 void StmtProfiler::VisitShuffleVectorExpr(const ShuffleVectorExpr *S) {
H A DExpr.cpp3634 ShuffleVectorExpr::ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, function in class:ShuffleVectorExpr
3658 void ShuffleVectorExpr::setExprs(const ASTContext &C, ArrayRef<Expr *> Exprs) {
/external/clang/include/clang/AST/
H A DExpr.h3427 /// ShuffleVectorExpr - clang-specific builtin-in function
3433 class ShuffleVectorExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3444 ShuffleVectorExpr(const ASTContext &C, ArrayRef<Expr*> args, QualType Type,
3448 explicit ShuffleVectorExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
H A DDataRecursiveASTVisitor.h2213 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
H A DRecursiveASTVisitor.h2235 DEF_TRAVERSE_STMT(ShuffleVectorExpr, {})
H A DStmt.h156 friend class ShuffleVectorExpr; // ctor
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp261 Value *VisitShuffleVectorExpr(ShuffleVectorExpr *E);
897 Value *ScalarExprEmitter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp844 void ASTStmtReader::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
2314 S = new (Context) ShuffleVectorExpr(Empty);
H A DASTWriterStmt.cpp782 void ASTStmtWriter::VisitShuffleVectorExpr(ShuffleVectorExpr *E) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp1889 return new (Context) ShuffleVectorExpr(Context, exprs, resType,
H A DTreeTransform.h9626 TreeTransform<Derived>::TransformShuffleVectorExpr(ShuffleVectorExpr *E) {

Completed in 276 milliseconds