Searched refs:isWebAssemblyTableType (Results 1 – 12 of 12) sorted by relevance
49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
74 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType()
2778 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()2960 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
4494 E->getType()->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()4799 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()5115 if (base->getType()->isWebAssemblyTableType()) { in ActOnArraySubscriptExpr()7640 if (Arg && Arg->getType()->isWebAssemblyTableType()) { in BuildResolvedCallExpr()9240 if (LHSTy->isWebAssemblyTableType() || RHSTy->isWebAssemblyTableType()) { in CheckConditionalOperands()12726 if (LHSType->isWebAssemblyTableType() || RHSType->isWebAssemblyTableType()) in diagnoseTautologicalComparison()14592 if (RHSType->isWebAssemblyTableType()) { in CheckAssignmentOperands()15223 if (OpTy->isWebAssemblyTableType()) { in CheckAddressOfOperand()
2227 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()2314 if (T->isWebAssemblyTableType()) { in BuildReferenceType()3081 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
6684 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
8172 if (NewVD->getType()->isWebAssemblyTableType() && NewVD->isInvalidDecl()) in ActOnVariableDeclarator()8808 if (T->isWebAssemblyTableType()) { in CheckVariableDeclarationType()10908 if (PT->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in ActOnFunctionDeclarator()13475 Init->getType()->isWebAssemblyTableType()) { in AddInitializerToDecl()
13936 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()17681 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
12441 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
1731 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
2393 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
2133 bool isWebAssemblyTableType() const;