Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dtaint-generic-config.yaml17 # int x = myAnotherNamespace::mySource3(); // x is tainted
19 Scope: "myAnotherNamespace::"
67 # myAnotherNamespace::isOutOfRange(&x); // x is not tainted anymore
69 Scope: "myAnotherNamespace::"
88 # myAnotherNamespace::mySink(x); // It will warn
90 Scope: "myAnotherNamespace::"
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.cpp27 namespace myAnotherNamespace { namespace
55 int x = myAnotherNamespace::mySource3(); in testConfigurationNamespacePropagation3()
80 if (myAnotherNamespace::isOutOfRange2(&x)) in testConfigurationNamespaceFilter2()
103 myAnotherNamespace::mySink2(x); in testConfigurationNamespaceSink2()