Searched refs:resize (Results 201 - 225 of 323) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp794 BBInfo.resize(NBlocks);
795 BlockMap.resize(NBlocks, nullptr);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp907 // getFileInfo could resize the vector and we don't want to rely on order
953 FileInfo.resize(FE->getUID() + 1);
983 FileInfo.resize(FE->getUID() + 1);
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2146 A.resize(NParameters);
2147 FALocs.resize(NParameters);
2204 A.resize(PI + 1);
2208 FALocs.resize(PI + 1);
4780 OpDecls.resize(NumExprs);
4781 Constraints.resize(NumExprs);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3145 AddrModeInsts.resize(OldSize);
3155 AddrModeInsts.resize(OldSize);
3230 AddrModeInsts.resize(OldSize);
3243 AddrModeInsts.resize(OldSize);
3253 AddrModeInsts.resize(OldSize);
3308 AddrModeInsts.resize(OldSize);
3366 AddrModeInsts.resize(OldSize);
H A DSplitKit.cpp167 ThroughBlocks.resize(MF.getNumBlockIDs());
1097 LRMap->resize(Edit->size(), i);
H A DLiveVariables.cpp629 PHIVarInfo.resize(MF->getNumBlockIDs());
H A DMachineFunction.cpp208 MBBNumbering.resize(BlockNo);
H A DPrologEpilogInserter.cpp815 SPState.resize(Fn.getNumBlockIDs());
H A DRegAllocFast.cpp1089 StackSlotForVirtReg.resize(MRI->getNumVirtRegs());
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1409 FuncInfo.PHINodesToUpdate.resize(FuncInfo.OrigNumPHINodesToUpdate);
2038 FuncInfo.PHINodesToUpdate.resize(FuncInfo.OrigNumPHINodesToUpdate);
2053 FuncInfo.PHINodesToUpdate.resize(FuncInfo.OrigNumPHINodesToUpdate);
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.qtip.js729 (event && (event.type === 'resize' || event.type === 'scroll') ? cache.event :
754 if(target === 'event' && event && event.target && event.type !== 'scroll' && event.type !== 'resize') {
1508 // Adjust positions of the tooltip on window resize if enabled
1509 if(posOptions.adjust.resize || viewportTarget.length) {
1510 this._bind( $.event.special.resize ? viewportTarget : windowTarget, 'resize', repositionMethod );
1878 resize: TRUE,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp486 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries);
487 SLocEntryLoaded.resize(LoadedSLocEntryTable.size());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp808 Elts.resize(NumElements, fillC);
969 Str.resize(CAT->getSize().getZExtValue(), '\0');
H A DCodeGenModule.cpp1081 UsedArray.resize(List.size());
3140 Str.resize(CAT->getSize().getZExtValue());
3155 Elements.resize(NumElements);
3165 Elements.resize(NumElements);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp243 PPLevelBranchIndex.resize(PPLevelBranchIndex.size() - 1);
244 PPLevelBranchCount.resize(PPLevelBranchCount.size() - 1);
H A DUnwrappedLineFormatter.cpp61 IndentForLevel.resize(Line.Level + 1);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp149 resize(std::max(Idx+1, 32U));
257 CVect.resize(std::max(RInd+16, 32U), 0);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp616 summary.GetString().resize(summary.GetSize()-1);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1270 program_headers.resize(header.e_phnum);
1289 program_headers.resize(idx);
1570 section_headers.resize(header.e_shnum);
1588 section_headers.resize(idx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp64 m_packets.resize(size);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp58 m_symbols.resize (count);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp384 getopt_table.resize (num_options + 1);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp727 ParamVarDocs.resize(ParamVars.size(), nullptr);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp914 NodeValueMap.resize(Map.size());
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp141 Str.resize(BOut-Buffer);

Completed in 407 milliseconds

1234567891011>>