Home
last modified time | relevance | path

Searched refs:nocf (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-guard_nocf.c5 __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()
/external/llvm-project/clang/test/CodeGenCXX/
Dguard_nocf.cpp7 __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();
/external/llvm-project/clang/test/CodeGen/
Dguard_nocf.c7 __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()
/external/e2fsprogs/util/
Dmkutf8data.c1746 int nocf; in verify() local
1750 nocf = strcmp(tree->type, "nfkdicf"); in verify()
1776 } else if (nocf) { in verify()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td3173 // Currently only the __declspec(guard(nocf)) modifier is supported. In future
3177 let Args = [EnumArgument<"Guard", "GuardArg", ["nocf"], ["nocf"]>];
DAttrDocs.td5251 Code can indicate CFG checks are not wanted with the ``__declspec(guard(nocf))``
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp4965 if (A->getGuard() == CFGuardAttr::GuardArg::nocf && !CI->getCalledFunction()) in EmitCall()
/external/llvm-project/clang/docs/
DDiagnosticsReference.rst5901 |:warning:`warning:` |nbsp| :diagtext:`'nocf\_check' attribute ignored; use -fcf-protection to enab…