Searched refs:myAnotherNamespace (Results 1 – 2 of 2) sorted by relevance
17 # int x = myAnotherNamespace::mySource3(); // x is tainted19 Scope: "myAnotherNamespace::"67 # myAnotherNamespace::isOutOfRange(&x); // x is not tainted anymore69 Scope: "myAnotherNamespace::"88 # myAnotherNamespace::mySink(x); // It will warn90 Scope: "myAnotherNamespace::"
27 namespace myAnotherNamespace { namespace55 int x = myAnotherNamespace::mySource3(); in testConfigurationNamespacePropagation3()80 if (myAnotherNamespace::isOutOfRange2(&x)) in testConfigurationNamespaceFilter2()103 myAnotherNamespace::mySink2(x); in testConfigurationNamespaceSink2()