Home
last modified time | relevance | path

Searched refs:ExprType (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp208 switch (WebAssembly::ExprType(Imm)) { in printWebAssemblySignatureOperand()
209 case WebAssembly::ExprType::Void: break; in printWebAssemblySignatureOperand()
210 case WebAssembly::ExprType::I32: O << "i32"; break; in printWebAssemblySignatureOperand()
211 case WebAssembly::ExprType::I64: O << "i64"; break; in printWebAssemblySignatureOperand()
212 case WebAssembly::ExprType::F32: O << "f32"; break; in printWebAssemblySignatureOperand()
213 case WebAssembly::ExprType::F64: O << "f64"; break; in printWebAssemblySignatureOperand()
214 case WebAssembly::ExprType::I8x16: O << "i8x16"; break; in printWebAssemblySignatureOperand()
215 case WebAssembly::ExprType::I16x8: O << "i16x8"; break; in printWebAssemblySignatureOperand()
216 case WebAssembly::ExprType::I32x4: O << "i32x4"; break; in printWebAssemblySignatureOperand()
217 case WebAssembly::ExprType::F32x4: O << "f32x4"; break; in printWebAssemblySignatureOperand()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp154 .addImm(int64_t(WebAssembly::ExprType::Void)); in PlaceBlockMarker()
204 .addImm(int64_t(WebAssembly::ExprType::Void)); in PlaceLoopMarker()
250 WebAssembly::ExprType retType; in FixEndsAtEndOfFunction()
252 case MVT::i32: retType = WebAssembly::ExprType::I32; break; in FixEndsAtEndOfFunction()
253 case MVT::i64: retType = WebAssembly::ExprType::I64; break; in FixEndsAtEndOfFunction()
254 case MVT::f32: retType = WebAssembly::ExprType::F32; break; in FixEndsAtEndOfFunction()
255 case MVT::f64: retType = WebAssembly::ExprType::F64; break; in FixEndsAtEndOfFunction()
256 case MVT::v16i8: retType = WebAssembly::ExprType::I8x16; break; in FixEndsAtEndOfFunction()
257 case MVT::v8i16: retType = WebAssembly::ExprType::I16x8; break; in FixEndsAtEndOfFunction()
258 case MVT::v4i32: retType = WebAssembly::ExprType::I32x4; break; in FixEndsAtEndOfFunction()
[all …]
/external/clang/lib/Parse/
DParseExpr.cpp1782 ParenParseOption ExprType = CastExpr; in ParseExprAfterUnaryExprOrTypeTrait() local
1785 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/, in ParseExprAfterUnaryExprOrTypeTrait()
1791 if (ExprType == CastExpr) { in ParseExprAfterUnaryExprOrTypeTrait()
2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression() argument
2200 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()
2226 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) { in ParseParenExpression()
2246 ExprType = CompoundStmt; in ParseParenExpression()
2255 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()
2290 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()
2301 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T, in ParseParenExpression()
[all …]
DParseExprCXX.cpp3099 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression() argument
3104 assert(ExprType == CastExpr && "Compound literals are not ambiguous!"); in ParseCXXAmbiguousParenExpression()
3199 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
3226 ExprType = SimpleExpr; in ParseCXXAmbiguousParenExpression()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp856 QualType ExprType = Updater->getType(); in EmitDesignatedInitUpdater() local
858 if (ExprType->isArrayType()) { in EmitDesignatedInitUpdater()
859 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType)); in EmitDesignatedInitUpdater()
917 if (ExprType->isRecordType()) in EmitDesignatedInitUpdater()
1132 QualType ExprType = Updater->getType(); in Build() local
1133 RecordDecl *RD = ExprType->getAs<RecordType>()->getDecl(); in Build()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h284 enum class ExprType : unsigned { enum
/external/rust/crates/syn/0.15.42/src/
Dlib.rs325 ExprStruct, ExprTry, ExprTryBlock, ExprTuple, ExprType, ExprUnary, ExprUnsafe, ExprVerbatim,
Dexpr.rs192 pub Type(ExprType #full {
544 | Expr::Type(ExprType { ref mut attrs, .. }) in replace_attrs()
1154 lhs = Expr::Type(ExprType { in parse_expr()
1926 ExprType, Type, "expected type ascription expression",
3198 impl ToTokens for ExprType { implementation
/external/rust/crates/syn/1.0.7/src/
Dlib.rs336 ExprTryBlock, ExprTuple, ExprType, ExprUnary, ExprUnsafe, ExprWhile, ExprYield, Index, Member,
Dexpr.rs206 Type(ExprType),
665 pub struct ExprType #full {
959 | Expr::Type(ExprType { attrs, .. }) in replace_attrs()
1353 lhs = Expr::Type(ExprType { in parse_expr()
2155 ExprType, Type, "expected type ascription expression",
2810 impl ToTokens for ExprType { implementation
/external/clang/include/clang/Parse/
DParser.h1476 ExprResult ParseParenExpression(ParenParseOption &ExprType,
1483 ParenParseOption &ExprType, ParsedType &CastTy,
/external/rust/crates/syn/1.0.7/src/gen/
Dfold.rs243 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type() argument
1513 pub fn fold_expr_type<F>(f: &mut F, node: ExprType) -> ExprType in fold_expr_type()
1517 ExprType { in fold_expr_type()
Dvisit_mut.rs248 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut() argument
1713 pub fn visit_expr_type_mut<V>(v: &mut V, node: &mut ExprType) in visit_expr_type_mut()
Dvisit.rs244 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type() argument
1709 pub fn visit_expr_type<'ast, V>(v: &mut V, node: &'ast ExprType) in visit_expr_type()
/external/rust/crates/syn/0.15.42/src/gen/
Dfold.rs259 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type() argument
1476 pub fn fold_expr_type<V: Fold + ?Sized>(_visitor: &mut V, _i: ExprType) -> ExprType { in fold_expr_type() argument
1477 ExprType { in fold_expr_type()
Dvisit_mut.rs263 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut() argument
1607 pub fn visit_expr_type_mut<V: VisitMut + ?Sized>(_visitor: &mut V, _i: &mut ExprType) { in visit_expr_type_mut() argument
Dvisit.rs260 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type() argument
1625 pub fn visit_expr_type<'ast, V: Visit<'ast> + ?Sized>(_visitor: &mut V, _i: &'ast ExprType) { in visit_expr_type() argument
/external/clang/lib/Sema/
DSemaExpr.cpp3711 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, in CheckUnaryExprOrTypeTraitOperand() argument
3715 if (ExprType->isDependentType()) in CheckUnaryExprOrTypeTraitOperand()
3724 if (const ReferenceType *Ref = ExprType->getAs<ReferenceType>()) in CheckUnaryExprOrTypeTraitOperand()
3725 ExprType = Ref->getPointeeType(); in CheckUnaryExprOrTypeTraitOperand()
3731 ExprType = Context.getBaseElementType(ExprType); in CheckUnaryExprOrTypeTraitOperand()
3734 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange); in CheckUnaryExprOrTypeTraitOperand()
3737 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand()
3741 if (RequireCompleteType(OpLoc, ExprType, in CheckUnaryExprOrTypeTraitOperand()
3746 if (ExprType->isFunctionType()) { in CheckUnaryExprOrTypeTraitOperand()
3752 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand()
DSemaOpenMP.cpp1270 QualType ExprType = VD->getType().getNonReferenceType(); in ActOnOpenMPIdExpression() local
1274 Id.getLoc(), ExprType, VK_LValue); in ActOnOpenMPIdExpression()
/external/clang/include/clang/Sema/
DSema.h3916 bool CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc,
8926 QualType ExprType);
/external/rust/crates/syn/1.0.7/tests/debug/
Dgen.rs1784 impl Debug for Lite<syn::ExprType> {
/external/rust/crates/syn/0.15.42/tests/debug/
Dgen.rs1879 impl Debug for Lite<syn::ExprType> {