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

  /external/clang/test/CodeGen/
global-with-initialiser.c 3 const int globalInt = 1;
blocksignature.c 19 int globalInt;
20 void (^global)(void) = ^{ ++globalInt; };
  /external/clang/test/Analysis/
idempotent-operations.c 167 int globalInt = 1;
171 localInt /= globalInt;
  /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 216 milliseconds