Home
last modified time | relevance | path

Searched refs:isWebAssemblyTableType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
H A DWebAssemblyTypeUtilities.cpp78 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2828 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()
3058 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
H A DSemaExpr.cpp4306 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()
H A DSemaType.cpp1851 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()
1925 if (T->isWebAssemblyTableType()) { in BuildReferenceType()
2664 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
H A DSemaExprCXX.cpp5919 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
H A DSemaDecl.cpp8189 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()
H A DSemaChecking.cpp10335 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()
14212 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
H A DSemaOverload.cpp13258 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2556 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2007 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2408 bool isWebAssemblyTableType() const;