OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:islifetimeextended
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/AST/
ExprConstant.cpp
325
APValue &createTemporary(const void *Key, bool
IsLifetimeExtended
);
383
Cleanup(APValue *Val, bool
IsLifetimeExtended
)
384
: Value(Val,
IsLifetimeExtended
) {}
386
bool
isLifetimeExtended
() const { return Value.getInt(); }
648
if (IsFullExpression && Info.CleanupStack[I].
isLifetimeExtended
()) {
707
bool
IsLifetimeExtended
) {
710
Info.CleanupStack.push_back(Cleanup(&Result,
IsLifetimeExtended
));
[
all
...]
Completed in 438 milliseconds