Searched refs:handleInterruptAttr (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaMSP430.h | 26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| H A D | SemaM68k.h | 26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| H A D | SemaAVR.h | 26 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| H A D | SemaMIPS.h | 32 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| H A D | SemaRISCV.h | 44 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| H A D | SemaARM.h | 81 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaM68k.cpp | 23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaM68k
|
| H A D | SemaAVR.cpp | 23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaAVR
|
| H A D | SemaMSP430.cpp | 25 void SemaMSP430::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMSP430
|
| H A D | SemaMIPS.cpp | 243 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMIPS
|
| H A D | SemaARM.cpp | 1302 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaARM 1339 SemaRef.ARM().handleInterruptAttr(D, AL); in handleInterruptSaveFPAttr()
|
| H A D | SemaDeclAttr.cpp | 6225 static void handleInterruptAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function 6229 S.MSP430().handleInterruptAttr(D, AL); in handleInterruptAttr() 6233 S.MIPS().handleInterruptAttr(D, AL); in handleInterruptAttr() 6236 S.M68k().handleInterruptAttr(D, AL); in handleInterruptAttr() 6243 S.AVR().handleInterruptAttr(D, AL); in handleInterruptAttr() 6247 S.RISCV().handleInterruptAttr(D, AL); in handleInterruptAttr() 6250 S.ARM().handleInterruptAttr(D, AL); in handleInterruptAttr() 7122 handleInterruptAttr(S, D, AL); in ProcessDeclAttribute()
|
| H A D | SemaRISCV.cpp | 1486 void SemaRISCV::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaRISCV
|