OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numConstructorCalls
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/ADT/
SmallVectorTest.cpp
28
static int
numConstructorCalls
;
36
++
numConstructorCalls
;
40
++
numConstructorCalls
;
45
++
numConstructorCalls
;
63
numConstructorCalls
= 0;
69
return
numConstructorCalls
;
86
int Constructable::
numConstructorCalls
;
/external/llvm/unittests/ADT/
SmallVectorTest.cpp
29
static int
numConstructorCalls
;
42
++
numConstructorCalls
;
46
++
numConstructorCalls
;
51
++
numConstructorCalls
;
57
++
numConstructorCalls
;
88
numConstructorCalls
= 0;
98
return
numConstructorCalls
;
135
int Constructable::
numConstructorCalls
;
Completed in 54 milliseconds