HomeSort by relevance Sort by last modified time
    Searched refs:NRVO (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Initialization.h 122 /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Initialization.h 122 /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Initialization.h 122 /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Initialization.h 122 /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Initialization.h 122 /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 117 /// named return value optimization (NRVO).
118 bool NRVO;
172 bool NRVO = false)
176 LocAndNRVO.NRVO = NRVO;
242 QualType Type, bool NRVO) {
243 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
247 QualType Type, bool NRVO) {
248 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
253 QualType Type, bool NRVO) {
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 453 bool NRVO = flags.isForNormalCleanup() && NRVOFlag;
456 if (NRVO) {
457 // If we exited via NRVO, we skip the destructor call.
458 llvm::BasicBlock *RunDtorBB = CGF.createBasicBlock("nrvo.unused");
459 SkipDtorBB = CGF.createBasicBlock("nrvo.skipdtor");
461 CGF.Builder.CreateFlagLoad(NRVOFlag, "nrvo.val");
471 if (NRVO) CGF.EmitBlock(SkipDtorBB);
    [all...]
  /external/clang/include/clang/AST/
Decl.h 874 /// (NRVO).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h 870 /// (NRVO).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h 870 /// (NRVO).
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h 870 /// (NRVO).
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h 870 /// (NRVO).
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 512 milliseconds

12