HomeSort by relevance Sort by last modified time
    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 187 milliseconds