Searched refs:isWebAssemblyTableType (Results 1 – 12 of 12) sorted by relevance
49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
78 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType()
2828 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()3058 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
4306 E->getType()->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()4641 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()4958 if (base->getType()->isWebAssemblyTableType()) { in ActOnArraySubscriptExpr()6982 if (Arg && Arg->getType()->isWebAssemblyTableType()) { in BuildResolvedCallExpr()8560 if (LHSTy->isWebAssemblyTableType() || RHSTy->isWebAssemblyTableType()) { in CheckConditionalOperands()12036 if (LHSType->isWebAssemblyTableType() || RHSType->isWebAssemblyTableType()) in diagnoseTautologicalComparison()13964 if (RHSType->isWebAssemblyTableType()) { in CheckAssignmentOperands()14621 if (OpTy->isWebAssemblyTableType()) { in CheckAddressOfOperand()
1851 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()1925 if (T->isWebAssemblyTableType()) { in BuildReferenceType()2664 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
5919 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
8189 if (NewVD->getType()->isWebAssemblyTableType() && NewVD->isInvalidDecl()) in ActOnVariableDeclarator()8850 if (T->isWebAssemblyTableType()) { in CheckVariableDeclarationType()11018 if (PT->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in ActOnFunctionDeclarator()13648 if (!Init->getType().isNull() && Init->getType()->isWebAssemblyTableType()) { in AddInitializerToDecl()
10335 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()14212 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
13258 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
2556 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
2007 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
2408 bool isWebAssemblyTableType() const;