Searched refs:resize (Results 126 - 150 of 277) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp147 scratch.resize(decls);
151 vals.resize(n);
153 vals[i].resize(decls);
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp270 Data.resize(4);
367 coff_symbol->Aux.resize(1);
432 coff_symbol->Aux.resize(1);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h125 /// seq.resize(index+1);
1060 seq.resize(index+1); \
1079 seq.resize(index+1); \
1099 seq.resize(index+1); \
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp728 DFSResult->resize(SUnits.size());
730 ScheduledTrees.resize(DFSResult->getNumSubtrees());
1085 StoreChainDependents.resize(NumChains + 1);
1525 ExecutedResCounts.resize(1);
1685 RemainingCounts.resize(SchedModel->getNumProcResourceKinds());
1708 ExecutedResCounts.resize(SchedModel->getNumProcResourceKinds());
H A DScheduleDAGInstrs.cpp1136 R.DFSTreeData.resize(SubtreeClasses.getNumClasses());
1150 R.SubtreeConnections.resize(SubtreeClasses.getNumClasses());
1151 R.SubtreeConnectLevels.resize(SubtreeClasses.getNumClasses());
H A DShadowStackGC.cpp215 Metadata.resize(NumMeta);
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp541 Values.resize(((v/8)+1)*8); // Round up to the next byte.
658 Rows.resize(Found + 1);
659 Rows.back().resize(SubRegIndices.size());
H A DCodeGenDAGPatterns.h329 Types.resize(NumResults);
333 Types.resize(NumResults);
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h624 * This function will %resize the %string to the specified
630 resize(size_type __n, _CharT __c);
636 * This function will resize the %string to the specified length. If
643 resize(size_type __n) function in class:basic_string
644 { this->resize(__n, _CharT()); }
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dvstring.h354 * This function will %resize the %string to the specified
360 resize(size_type __n, _CharT __c);
366 * This function will resize the %string to the specified length. If
373 resize(size_type __n) function in class:__versa_string
374 { this->resize(__n, _CharT()); }
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCocoa.cpp463 summary.GetString().resize(summary.GetSize()-1);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp221 triple.resize(i);
H A DIRDynamicChecks.cpp105 s.resize(s.length() - 1);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2272 basename.resize(basename.length()-3);
2274 basename.resize(basename.length()-4);
2573 python_path.resize (orig_len);
2583 python_path.resize (orig_len);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp740 m_program_headers.resize(m_header.e_phnum);
759 m_program_headers.resize(idx);
812 section_headers.resize(header.e_shnum);
830 section_headers.resize(idx);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp141 m_compile_units.resize(m_sym_file_ap->GetNumCompileUnits());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp317 LoadedPreprocessedEntities.resize(LoadedPreprocessedEntities.size()
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTVector.h346 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp307 FixItLine.resize(LastColumnModified, ' ');
H A Draw_ostream.cpp376 V.resize(NextBufferSize);
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp257 BBInfo.resize(MF->getNumBlockIDs());
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp463 AQ.resize(AQ.size() - 1);
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp265 MBBs.resize(NumBlocks);
/freebsd-10.2-release/sys/geom/label/
H A Dg_label.c222 gp->resize = g_label_resize;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp684 line.resize (len-1);
753 line.resize (len-1);

Completed in 403 milliseconds

1234567891011>>