Home
last modified time | relevance | path

Searched refs:myNamespace (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.cpp15 namespace myNamespace { namespace
39 myNamespace::scanf("%d", &x); in testConfigurationNamespacePropagation1()
50 int y = myNamespace::mySource3(); in testConfigurationNamespacePropagation2()
62 myNamespace::myScanf("%d", &x); in testConfigurationNamespacePropagation4()
68 if (myNamespace::isOutOfRange2(&x)) in testConfigurationNamespaceFilter1()
87 if (myNamespace::isOutOfRange(&x)) in testConfigurationNamespaceFilter3()
97 myNamespace::mySink2(y); in testConfigurationNamespaceSink1()
109 myNamespace::mySink(x, 0, 1); in testConfigurationNamespaceSink3()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dtaint-generic-config.yaml12 # int x = myNamespace::mySource3(); // x is tainted
14 Scope: "myNamespace::"
61 # myNamespace::isOutOfRange(&x); // x is not tainted anymore
63 Scope: "myNamespace::"
82 # myNamespace::mySink(x); // It will warn
84 Scope: "myNamespace::"