Searched refs:nocf (Results 1 – 8 of 8) sorted by relevance
5 __declspec(guard(nocf)) void testGuardNoCF() { // no warning in testGuardNoCF()9 int __declspec(guard(nocf)) i; // expected-warning {{'guard' a…10 void testGuardNoCFFuncParam(double __declspec(guard(nocf)) i) {} // expected-warning {{'guard' a… in testGuardNoCFFuncParam()11 __declspec(guard(nocf)) typedef void (*FuncPtrWithGuardNoCF)(void); // expected-warning {{'guard' a…22 __declspec(guard(nocf, nocf)) void testGuardNoCFTooManyParams() { // expected-error {{use of undecl… in testGuardNoCFTooManyParams()
7 __declspec(guard(nocf)) void nocf0() { in nocf0()22 __declspec(guard(nocf)) void nocf1();30 __declspec(guard(nocf)) void nocf2() { in nocf2()46 __declspec(guard(nocf)) void cf1() { in cf1()59 __declspec(guard(nocf)) void nocf4() override { in nocf4()71 __declspec(guard(nocf)) virtual void cf2();
7 __declspec(guard(nocf)) void nocf0() { in nocf0()22 __declspec(guard(nocf)) void nocf1();30 __declspec(guard(nocf)) void nocf2() { in nocf2()46 __declspec(guard(nocf)) void cf1() { in cf1()
1746 int nocf; in verify() local1750 nocf = strcmp(tree->type, "nfkdicf"); in verify()1776 } else if (nocf) { in verify()
3173 // Currently only the __declspec(guard(nocf)) modifier is supported. In future3177 let Args = [EnumArgument<"Guard", "GuardArg", ["nocf"], ["nocf"]>];
5251 Code can indicate CFG checks are not wanted with the ``__declspec(guard(nocf))``
4965 if (A->getGuard() == CFGuardAttr::GuardArg::nocf && !CI->getCalledFunction()) in EmitCall()
5901 |:warning:`warning:` |nbsp| :diagtext:`'nocf\_check' attribute ignored; use -fcf-protection to enab…