OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:takeref
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
microsoft-abi-exceptions.cpp
34
void
TakeRef
(const A &a);
36
return TakesTwo((
TakeRef
(A()), A()), (
TakeRef
(A()), A()));
45
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
52
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
95
return (cond ? TakesTwo((
TakeRef
(A()), A()), (
TakeRef
(A()), A())) : CouldThrow());
110
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
115
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
122
// Two normal cleanups for
TakeRef
args
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp
112
SparseNameRange*
takeRef
() {
160
return this->
takeRef
();
218
return this->
takeRef
();
253
(newRoot->*Short).reset(this->
takeRef
());
285
return this->
takeRef
();
309
return this->
takeRef
();
314
return (fEnd == fFirst) ? NULL : this->
takeRef
();
319
return this->
takeRef
();
323
SparseNameRange* right = this->
takeRef
();
/external/skia/src/gpu/gl/
GrGLNameAllocator.cpp
112
SparseNameRange*
takeRef
() {
160
return this->
takeRef
();
218
return this->
takeRef
();
253
(newRoot->*Short).reset(this->
takeRef
());
285
return this->
takeRef
();
309
return this->
takeRef
();
314
return (fEnd == fFirst) ? NULL : this->
takeRef
();
319
return this->
takeRef
();
323
SparseNameRange* right = this->
takeRef
();
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
355
void
TakeRef
(int &) {}
361
TakeRef
(V);
Completed in 343 milliseconds