| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCAtom.cpp | 70 std::copy(I, Data.end(), std::back_inserter(RightAtom->Data)); in split() 110 std::copy(I, Insts.end(), std::back_inserter(RightAtom->Insts)); in split()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 305 std::back_inserter(ValLoc)); in getNoopInput() 596 copy(RetPath.rbegin(), RetPath.rend(), std::back_inserter(TmpRetPath)); in returnTypeIsEligibleForTailCall() 597 copy(CallPath.rbegin(), CallPath.rend(), std::back_inserter(TmpCallPath)); in returnTypeIsEligibleForTailCall()
|
| D | IfConversion.cpp | 1512 std::copy(Cond.begin(), Cond.end(), std::back_inserter(BBI.Predicate)); in PredicateBlock() 1578 std::back_inserter(ToBBI.Predicate)); in CopyAndPredicateBlock() 1579 std::copy(Cond.begin(), Cond.end(), std::back_inserter(ToBBI.Predicate)); in CopyAndPredicateBlock() 1619 std::back_inserter(ToBBI.Predicate)); in MergeBlocks()
|
| D | PeepholeOptimizer.cpp | 263 std::back_inserter(Uses)); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugLoc.cpp | 70 std::copy(str.begin(), str.end(), std::back_inserter(E.Loc)); in parse()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ValueObjectList.cpp | 59 back_inserter(m_value_objects)); // destination in Append()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | RegAllocPBQP.h | 63 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg])); in recordVReg()
|
| /freebsd-10-stable/contrib/libstdc++/include/backward/ |
| D | iterator.h | 155 using std::back_inserter;
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | VariableList.cpp | 59 back_inserter(m_variables)); // destination in AddVariables()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | IntervalIterator.h | 81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes)); in addNodeToInterval()
|
| D | BlockFrequencyImpl.h | 280 std::copy(po_begin(EntryBlock), po_end(EntryBlock), std::back_inserter(POT)); in doFunction()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | PostOrderIterator.h | 263 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
|
| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | stl_iterator.h | 446 back_inserter(_Container& __x) in back_inserter() function
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 283 std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes)); in getArgsFunctionType() 298 std::copy(T->param_begin(), T->param_end(), std::back_inserter(ArgTypes)); in getTrampolineFunctionType() 668 std::back_inserter(BBList)); in runOnModule()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 774 std::copy(B.pred_begin(), B.pred_end(), std::back_inserter(BlockQueue)); in checkFallThroughIntoBlock() 828 std::back_inserter(BlockQueue)); in checkFallThroughIntoBlock()
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenRegisters.cpp | 201 std::back_inserter(MergedRU)); in mergeRegUnits() 920 std::back_inserter(RegUnits)); in buildRegUnitSet()
|
| D | SubtargetEmitter.cpp | 1328 std::back_inserter(PI)); in EmitSchedModelHelpers()
|
| D | CodeGenSchedule.cpp | 661 std::back_inserter(PI)); in addSchedClass()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 923 std::remove_copy_if(Str.begin(), Str.end(), std::back_inserter(Buffer), in GetFloatValue()
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | iterator | 162 template <class Container> back_insert_iterator<Container> back_inserter(Container& x); 682 back_inserter(_Container& __x)
|
| D | regex | 5348 format(back_inserter(__r), __fmt.data(), __fmt.data() + __fmt.size(), 5358 format(back_inserter(__r), __fmt, 6541 _VSTD::regex_replace(back_inserter(__r), __s.begin(), __s.end(), __e, 6554 _VSTD::regex_replace(back_inserter(__r), __s.begin(), __s.end(), __e, 6568 _VSTD::regex_replace(back_inserter(__r), __s, 6583 _VSTD::regex_replace(back_inserter(__r), __s,
|
| D | locale | 3707 __narrow_to_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__ndflt), 3715 __widen_from_utf8<sizeof(char_type)*__CHAR_BIT__>()(back_inserter(__w),
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 4709 std::copy(AfterOps.begin(), AfterOps.end(), std::back_inserter(BeforeOps)); in unfoldMemoryOperand()
|