Home
last modified time | relevance | path

Searched refs:NRVOFlags (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp1024 NRVOFlags[&D] = NRVOFlag.getPointer(); in EmitAutoVarAlloca()
DCGStmt.cpp1024 if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()]) in EmitReturnStmt()
DCodeGenFunction.h297 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags; variable
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1502 NRVOFlags[&D] = NRVOFlag.getPointer(); in EmitAutoVarAlloca()
DCGStmt.cpp1201 if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()]) in EmitReturnStmt()
DCodeGenFunction.h533 llvm::DenseMap<const VarDecl *, llvm::Value *> NRVOFlags;