Searched refs:take (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCSymbolizer.cpp16 : Ctx(Ctx), RelInfo(RelInfo.take()) {
H A DMCDisassembler.cpp55 Symbolizer.reset(Symzer.take());
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DOwningPtr.h26 /// pointee object can be taken away from OwningPtr by using the take method.
36 OwningPtr(OwningPtr &&Other) : Ptr(Other.take()) {}
39 reset(Other.take());
58 /// take - Reset the owning pointer to null and return its pointer. This does
60 T *take() { function in class:llvm::OwningPtr
100 OwningArrayPtr(OwningArrayPtr &&Other) : Ptr(Other.take()) {}
103 reset(Other.take());
122 /// take - Reset the owning pointer to null and return its pointer. This does
124 T *take() { function in class:llvm::OwningArrayPtr
H A Dpolymorphic_ptr.h44 polymorphic_ptr(polymorphic_ptr &&arg) : ptr(arg.take()) {}
67 T *take() { function in class:llvm::polymorphic_ptr
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DBinary.cpp54 OwningPtr<Binary> ret(new Archive(scopedSource.take(), ec));
64 ObjectFile::createELFObjectFile(scopedSource.take()));
81 ObjectFile::createMachOObjectFile(scopedSource.take()));
88 OwningPtr<Binary> ret(new MachOUniversalBinary(scopedSource.take(), ec));
97 ObjectFile::createCOFFObjectFile(scopedSource.take()));
117 return createBinary(File.take(), Result);
H A DObjectFile.cpp83 return createObjectFile(File.take());
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DParser.cpp40 return M2.take();
52 return ParseAssembly(File.take(), 0, Err, Context);
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Descape.exp79 echo take one\\
80 take one\
81 echo take two\\
82 take two\
83 echo take three\\
84 take three\
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp47 return Reader.take();
100 Clang->setInvocation(CInvok.take());
118 Clang->setASTConsumer(consumer.take());
159 source->CIs.push_back(Clang.take());
170 source->FinalReader.reset(Reader.take());
171 return source.take();
H A DCreateInvocationFromCommandLine.cpp88 return CI.take();
/freebsd-10-stable/contrib/llvm/lib/IRReader/
H A DIRReader.cpp43 // ParseBitcodeFile does not take ownership of the Buffer in the
62 return getLazyIRModule(File.take(), Err, Context);
76 // ParseBitcodeFile does not take ownership of the Buffer.
93 return ParseIR(File.take(), Err, Context);
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp36 Scope->resetChild(i, Child.take());
61 New->setNext(MatcherPtr.take());
84 Matcher *EmitNode = MatcherPtr.take();
164 Matcher *CheckType = MatcherPtr.take();
198 Scope->resetChild(i, Child.take());
217 MatcherPtr.take(); // Don't delete CPPM.
272 if (Matcher *N = Child.take())
516 return MatcherPtr.take();
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h77 FileSystemStatCache *takeNextStatCache() { return NextStatCache.take(); }
/freebsd-10-stable/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp115 Clang.take();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp368 E = result.take();
389 E = Result.take();
405 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).take();
601 Ex = ExRes.take();
619 E->getValueKind()).take();
624 E = Res.take();
672 E = Res.take();
933 CK_NoOp, Result.take(), /*Path=*/ 0, LParenLoc, RParenLoc));
1057 .take();
1062 .take();
[all...]
H A DSemaExpr.cpp441 E = result.take();
449 CK_FunctionToPointerDecay).take();
464 CK_ArrayToPointerDecay).take();
549 E = result.take();
640 Res = DefaultLvalueConversion(Res.take());
657 E = Res.take();
664 return ImpCastExprToType(Res.take(), Context.FloatTy, CK_FloatingCast);
685 E = ImpCastExprToType(E, PTy, CK_IntegralCast).take();
690 E = ImpCastExprToType(E, PT, CK_IntegralCast).take();
708 E = Res.take();
[all...]
H A DSemaExprMember.cpp698 Base = BaseResult.take();
754 baseObjectExpr = result.take();
810 memberNameInfo).take();
832 fakeFoundDecl, memberNameInfo).take();
1141 base = S.ImpCastExprToType(base.take(), redef, CK_BitCast);
1167 /// the provided structure. It will take over from there.
1181 BaseExpr = PerformMemberExprBaseConversion(BaseExpr.take(), IsArrow);
1259 return Owned(new (Context) ObjCIsaExpr(BaseExpr.take(), IsArrow, MemberLoc,
1377 BaseExpr.take(),
1404 BaseExpr = DefaultLvalueConversion(BaseExpr.take());
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp129 return Database.take();
155 new JSONCompilationDatabase(DatabaseBuffer.take()));
158 return Database.take();
167 new JSONCompilationDatabase(DatabaseBuffer.take()));
170 return Database.take();
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp85 MappedFile.take();
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DMain.cpp91 MemoryBuffer *F = File.take();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp158 AssociatedStmt = Actions.ActOnCapturedRegionEnd(AssociatedStmt.take());
164 AssociatedStmt.take(),
235 VarList.push_back(Res.take());
357 Vars.push_back(VarExpr.take());
H A DParseStmt.cpp438 TryBlock.take(),
439 Handler.take());
481 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take());
498 return Actions.ActOnSEHFinallyBlock(FinallyBlock,Block.take());
1585 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.take());
1598 ForRangeStmt = Actions.ActOnCXXForRangeStmt(ForLoc, FirstPart.take(),
1609 FirstPart.take(),
1610 Collection.take(),
1641 return Actions.FinishObjCForCollectionStmt(ForEachStmt.take(),
[all...]
H A DParseExpr.cpp150 LHS.take());
397 OpToken.getKind(), LHS.take(), RHS.take());
400 LHS.take(), TernaryMiddle.take(),
401 RHS.take());
817 // appropriately. Also take this path if we're performing code
1167 Result.take(), T.getCloseLocation());
1361 LHS = Actions.ActOnArraySubscriptExpr(getCurScope(), LHS.take(), Loc,
1362 Idx.take(), RLo
[all...]
/freebsd-10-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh29 echo Running commands. This should not take more than 30s.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp76 llvm::Module *takeModule() { return TheModule.take(); }
77 llvm::Module *takeLinkModule() { return LinkModule.take(); }
135 TheModule.take();
314 return TheModule.take();
378 LinkModuleToUse, OS.take(), *VMContext);
398 // FIXME: This is stupid, IRReader shouldn't take ownership.

Completed in 175 milliseconds

123456