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.cpp2787 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()
2970 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
H A DSemaExpr.cpp4242 E->getType()->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()
4551 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()
4862 if (base->getType()->isWebAssemblyTableType()) { in ActOnArraySubscriptExpr()
6844 if (Arg && Arg->getType()->isWebAssemblyTableType()) { in BuildResolvedCallExpr()
8389 if (LHSTy->isWebAssemblyTableType() || RHSTy->isWebAssemblyTableType()) { in CheckConditionalOperands()
11704 if (LHSType->isWebAssemblyTableType() || RHSType->isWebAssemblyTableType()) in diagnoseTautologicalComparison()
13564 if (RHSType->isWebAssemblyTableType()) { in CheckAssignmentOperands()
14225 if (OpTy->isWebAssemblyTableType()) { in CheckAddressOfOperand()
H A DSemaType.cpp1826 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()
1900 if (T->isWebAssemblyTableType()) { in BuildReferenceType()
2625 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
H A DSemaExprCXX.cpp6912 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
H A DSemaDecl.cpp7999 if (NewVD->getType()->isWebAssemblyTableType() && NewVD->isInvalidDecl()) in ActOnVariableDeclarator()
8650 if (T->isWebAssemblyTableType()) { in CheckVariableDeclarationType()
10801 if (PT->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in ActOnFunctionDeclarator()
13286 Init->getType()->isWebAssemblyTableType()) { in AddInitializerToDecl()
H A DSemaChecking.cpp9165 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()
12779 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
H A DSemaOverload.cpp12538 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1748 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2464 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2375 bool isWebAssemblyTableType() const;