Home
last modified time | relevance | path

Searched refs:supportsVariadicCall (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DSpecifiers.h252 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h276 inline bool supportsVariadicCall(CallingConv CC) { in supportsVariadicCall() function
/external/clang/lib/Sema/
DSemaType.cpp3137 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
6204 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
DSemaDecl.cpp8235 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3808 (!FTI.isVariadic || supportsVariadicCall(CC))) { in getCCForDeclaratorChunk()
7550 if (!supportsVariadicCall(CC)) { in handleFunctionTypeAttr()
DSemaDecl.cpp9435 if (!supportsVariadicCall(CC)) { in ActOnFunctionDeclarator()