Home
last modified time | relevance | path

Searched refs:SemaRISCV (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaRISCV.h29 class SemaRISCV : public SemaBase {
31 SemaRISCV(Sema &S);
H A DSema.h192 class SemaRISCV; variable
1234 SemaRISCV &RISCV() { in RISCV()
1313 std::unique_ptr<SemaRISCV> RISCVPtr;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp509 bool SemaRISCV::CheckLMUL(CallExpr *TheCall, unsigned ArgNum) { in CheckLMUL()
559 bool SemaRISCV::CheckBuiltinFunctionCall(const TargetInfo &TI, in CheckBuiltinFunctionCall()
1374 void SemaRISCV::checkRVVTypeSupport(QualType Ty, SourceLocation Loc, Decl *D, in checkRVVTypeSupport()
1411 bool SemaRISCV::isValidRVVBitcast(QualType srcTy, QualType destTy) { in isValidRVVBitcast()
1426 void SemaRISCV::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr()
1484 bool SemaRISCV::isAliasValid(unsigned BuiltinID, StringRef AliasName) { in isAliasValid()
1489 SemaRISCV::SemaRISCV(Sema &S) : SemaBase(S) {} in SemaRISCV() function in clang::SemaRISCV
H A DSema.cpp244 RISCVPtr(std::make_unique<SemaRISCV>(*this)), in Sema()
/freebsd/lib/clang/libclang/
H A DMakefile601 SRCS_MIN+= Sema/SemaRISCV.cpp