HomeSort by relevance Sort by last modified time
    Searched defs:globalInt (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
blocksignature.c 19 int globalInt;
20 void (^global)(void) = ^{ ++globalInt; };
global-with-initialiser.c 3 const int globalInt = 1;
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 269 int globalInt;
270 Foo<int> f = foo(&globalInt);
275 Foo<int> s(&globalInt, false); // expected-error {{calling a private constructor}}

Completed in 84 milliseconds