OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TakeRef
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
microsoft-abi-exceptions.cpp
30
void
TakeRef
(const A &a);
32
return TakesTwo((
TakeRef
(A()), A()), (
TakeRef
(A()), A()));
38
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
42
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
81
return (cond ? TakesTwo((
TakeRef
(A()), A()), (
TakeRef
(A()), A())) : CouldThrow());
97
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
102
// WIN32: invoke void @"\01?
TakeRef
@@YAXABUA@@@Z"
109
// Two normal cleanups for
TakeRef
args
[
all
...]
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
355
void
TakeRef
(int &) {}
361
TakeRef
(V);
Completed in 3898 milliseconds