HomeSort by: relevance | last modified time | path
    Searched refs:Elidable (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 987 Cons, /* Elidable=*/false, Args, HadMultipleCandidates,
1032 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args,
1040 CXXConstructExprClass, Ty, Loc, Ctor, Elidable, Args,
1056 bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates,
1062 CXXConstructExprBits.Elidable = Elidable;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1504 CXXConstructorDecl *Ctor, bool Elidable,
1523 CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args,
1537 /// Whether this construction is elidable.
1538 bool isElidable() const { return CXXConstructExprBits.Elidable; }
1539 void setElidable(bool E) { CXXConstructExprBits.Elidable = E; }
Stmt.h 805 unsigned Elidable : 1;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 15056 bool Elidable = false;
15071 Elidable = SubExpr->isTemporaryObject(
15077 Elidable, ExprArgs, HadMultipleCandidates,
15087 bool Elidable,
15102 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs,
15112 bool Elidable,
15133 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs,
SemaInit.cpp 6208 /// Make a (potentially elidable) temporary copy of the object
6309 // elidable copy.
6355 bool Elidable =
6363 Elidable,
6378 /// Check whether elidable copy construction for binding a reference to
6585 // If the entity allows NRVO, mark the construction as elidable
6590 Constructor, /*Elidable=*/true,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1696 E->CXXConstructExprBits.Elidable = Record.readInt();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5741 CXXConstructorDecl *Constructor, bool Elidable,
5749 // the constructor can be elidable?
5753 CXXConstructorDecl *Constructor, bool Elidable,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 9832 enum StaticAllocaInfo { Unknown, Clobbered, Elidable };
9909 *Info = StaticAllocaInfo::Elidable;

Completed in 52 milliseconds