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 | 33 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
H A D | SemaRISCV.h | 41 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
H A D | SemaARM.h | 70 void handleInterruptAttr(Decl *D, const ParsedAttr &AL);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAVR.cpp | 23 void SemaAVR::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaAVR
|
H A D | SemaM68k.cpp | 23 void SemaM68k::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaM68k
|
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 | 242 void SemaMIPS::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaMIPS
|
H A D | SemaDeclAttr.cpp | 5507 static void handleInterruptAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function 5511 S.MSP430().handleInterruptAttr(D, AL); in handleInterruptAttr() 5515 S.MIPS().handleInterruptAttr(D, AL); in handleInterruptAttr() 5518 S.M68k().handleInterruptAttr(D, AL); in handleInterruptAttr() 5525 S.AVR().handleInterruptAttr(D, AL); in handleInterruptAttr() 5529 S.RISCV().handleInterruptAttr(D, AL); in handleInterruptAttr() 5532 S.ARM().handleInterruptAttr(D, AL); in handleInterruptAttr() 6375 handleInterruptAttr(S, D, AL); in ProcessDeclAttribute()
|
H A D | SemaARM.cpp | 1310 void SemaARM::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaARM
|
H A D | SemaRISCV.cpp | 1426 void SemaRISCV::handleInterruptAttr(Decl *D, const ParsedAttr &AL) { in handleInterruptAttr() function in clang::SemaRISCV
|