Searched refs:ExpectedCallingConv (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1182 CallingConv ExpectedCallingConv = Context.getDefaultCallingConvention( local
1186 return ExpectedCallingConv == ActualCallingConv;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9481 CallingConv ExpectedCallingConv = S.Context.getDefaultCallingConvention(
9502 if (ExpectedCallingConv == ActualCallingConv && NumParams == 0)

Completed in 313 milliseconds