Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDAArch64.cpp880 IsArmStreamingFunction(Caller, /*IncludeLocallyStreaming=*/true); in checkFunctionCallABIStreaming()
882 IsArmStreamingFunction(Callee, /*IncludeLocallyStreaming=*/true); in checkFunctionCallABIStreaming()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp2110 else if (!IsArmStreamingFunction(FD, in checkTypeSupport()
HDSemaDecl.cpp8785 } else if (!IsArmStreamingFunction(FD, in CheckVariableDeclarationType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h5033 bool IsArmStreamingFunction(const FunctionDecl *FD,
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp5752 bool clang::IsArmStreamingFunction(const FunctionDecl *FD, in IsArmStreamingFunction() function in clang