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

<<1112131415

  /external/llvm/docs/tutorial/
LangImpl7.rst 779 return llvm::make_unique<VarExprAST>(std::move(VarNames),
LangImpl6.rst 220 return llvm::make_unique<PrototypeAST>(FnName, std::move(ArgNames), Kind != 0,
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 237 DV = make_unique<DVEntry[]>(CommonLevels);
    [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 470 make_unique<UserValue>(Var, Expr, Offset, IsIndirect, DL, allocator));
    [all...]
MachineFunction.cpp 102 PSVManager = llvm::make_unique<PseudoSourceValueManager>();
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
Metadata.cpp 434 this->Context.makeReplaceable(make_unique<ReplaceableMetadataImpl>(Context));
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 260 List.push_back(make_unique<object_t>(Name));
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octrun.swg 929 // will call clone() via make_unique() if there is more than one outstanding
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 609 return llvm::make_unique<RegionStoreManager>(StMgr, F);
616 return llvm::make_unique<RegionStoreManager>(StMgr, F);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 554 std::make_pair(-1U, llvm::make_unique<FilterChooser>(
581 Inst.first, llvm::make_unique<FilterChooser>(
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 780 C = llvm::make_unique<PPChainedCallbacks>(std::move(C),
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 129 Parser.Line = llvm::make_unique<UnwrappedLine>();
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 186 llvm::make_unique<StatementFilterCCC>(Next)) ==
    [all...]
ParseTentative.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 331 llvm::make_unique<TypeNameValidatorCCC>(true, isClassName),
568 llvm::make_unique<TypeNameValidatorCCC>(
    [all...]
  /external/libcxx/www/
cxx1y_status.html 85 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3656.htm">3656</a></td><td>LWG</td><td>make_unique</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 2542 milliseconds

<<1112131415