Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dunique-internal-linkage-names.cpp31 static int fGlob; in retAnonM() local
32 return getM() + fGlob; in retAnonM()
/external/llvm-project/clang/test/SemaOpenCLCXX/
Daddress-space-of-this-class-scope.cl4 auto fGlob() __global -> decltype(this);
15 bar(Glob.fGlob()); // expected-error{{no matching function for call to 'bar'}}