Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp880 IsArmStreamingFunction(Caller, /*IncludeLocallyStreaming=*/true); in checkFunctionCallABIStreaming()
882 IsArmStreamingFunction(Callee, /*IncludeLocallyStreaming=*/true); in checkFunctionCallABIStreaming()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2110 else if (!IsArmStreamingFunction(FD, in checkTypeSupport()
H A DSemaDecl.cpp8785 } else if (!IsArmStreamingFunction(FD, in CheckVariableDeclarationType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h5033 bool IsArmStreamingFunction(const FunctionDecl *FD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5752 bool clang::IsArmStreamingFunction(const FunctionDecl *FD, in IsArmStreamingFunction() function in clang