Home
last modified time | relevance | path

Searched refs:hasArmZT0State (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp663 if ((getSMEState(BuiltinID) & ArmZT0Mask) && !hasArmZT0State(FD)) in CheckSMEBuiltinFunctionCall()
H A DSemaStmt.cpp4608 if (hasArmZT0State(FD)) in isOpenMPCapturedRegionInArmSMEFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5304 bool hasArmZT0State(const FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp6004 bool clang::hasArmZT0State(const FunctionDecl *FD) { in hasArmZT0State() function in clang