OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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}}
/external/clang/test/Analysis/
string.c
282
extern int
globalInt
;
285
if (
globalInt
!= 42)
291
clang_analyzer_eval(
globalInt
== 42); // expected-warning{{TRUE}}
[
all
...]
Completed in 101 milliseconds