HomeSort by relevance Sort by last modified time
    Searched full:make_unique (Results 301 - 325 of 368) sorted by null

<<1112131415

  /external/libcxx/include/
memory 355 template<class T, class... Args> unique_ptr<T> make_unique(Args&&... args); // C++14
356 template<class T> unique_ptr<T> make_unique(size_t n); // C++14
357 template<class T, class... Args> unspecified make_unique(Args&&...) = delete; // C++14, T == U[N]
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 664 llvm::make_unique<RecordMemberExprValidatorCCC>(RTy),
    [all...]
SemaDeclObjC.cpp 485 nullptr, llvm::make_unique<ObjCInterfaceValidatorCCC>(IDecl),
    [all...]
SemaTemplateVariadic.cpp 846 llvm::make_unique<ParameterPackValidatorCCC>(),
    [all...]
SemaCXXScopeSpec.cpp 595 llvm::make_unique<NestedNameSpecifierValidatorCCC>(*this),
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 126 llvm::make_unique<DyldELFObject<ELFT>>(Buffer, ec);
223 return llvm::make_unique<LoadedELFObjectInfo>(*this, loadObjectImpl(O));
    [all...]
RuntimeDyldChecker.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 90 Sets.addOperator("instrs", llvm::make_unique<InstrsOp>());
91 Sets.addOperator("instregex", llvm::make_unique<InstRegexOp>(Target));
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 663 return llvm::make_unique<ConstantArrayExpansion>(
709 return llvm::make_unique<RecordExpansion>(std::move(Bases),
713 return llvm::make_unique<ComplexExpansion>(CT->getElementType());
715 return llvm::make_unique<NoExpansion>();
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 727 return llvm::make_unique<PTHStatCache>(*FileLookup);
Preprocessor.cpp 193 PragmaHandlers = llvm::make_unique<PragmaNamespace>(StringRef());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 185 R->addVisitor(llvm::make_unique<NullabilityBugVisitor>(Region));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 364 return llvm::make_unique<RangeConstraintManager>(Eng, StMgr.getSValBuilder());
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 223 : segmentSet(UseSegmentSet ? llvm::make_unique<SegmentSet>()
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 515 Funcs.push_back(make_unique<GCOVFunction>(SP, F, &out, FunctionIdent++,
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 618 llvm::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::F_None);
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 731 *outCapabilities = std::make_unique<HdrCapabilities>(std::move(types),
    [all...]
  /system/core/adb/
shell_service.cpp 752 auto subprocess = std::make_unique<Subprocess>(name, terminal_type, type, protocol);
  /system/netd/tests/
netd_test.cpp 236 d = std::make_unique<test::DNSResponder>(server, listen_srv, 250,
  /external/llvm/unittests/IR/
MetadataTest.cpp 38 ContextAndReplaceableUses CRU(make_unique<ReplaceableMetadataImpl>(Context));
47 CRU.makeReplaceable(make_unique<ReplaceableMetadataImpl>(Context));
55 auto ReplaceableUses = make_unique<ReplaceableMetadataImpl>(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1102 milliseconds

<<1112131415