Home
last modified time | relevance | path

Searched refs:tqPos (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dexpr.h777 …NewExpr(int typeQual, const Type *type, Expr *initializer, Expr *count, SourcePos tqPos, SourcePos…
H A Dexpr.cpp8283 NewExpr::NewExpr(int typeQual, const Type *t, Expr *init, Expr *count, SourcePos tqPos, SourcePos p) in NewExpr() argument
8293 Error(tqPos, "Illegal type qualifiers in \"new\" expression (only " in NewExpr()
8297 Error(tqPos, "Illegal to provide both \"uniform\" and \"varying\" " in NewExpr()