Searched refs:push_back (Results 401 - 425 of 2299) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp104 U->push_back(Str[Pos + 1]);
114 U->push_back(strtol(Hex, nullptr, 16));
121 U->push_back(V);
144 Units->push_back(U);
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc64 array_.push_back(result);
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc103 zpl->push_back(pool);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp208 Values.push_back(IsStrong ? CCR::Equal : CCR::Equivalent);
209 Values.push_back(CCR::Less);
210 Values.push_back(CCR::Greater);
212 Values.push_back(CCR::Unordered);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp20 VirtualBases.push_back({ V.Decl, V.Offset + BaseSize, V.Desc, V.R });
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPostOrderCFGView.cpp28 Blocks.push_back(*I);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp295 Values.push_back(Info.Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h69 PendingGCRelocateCalls.push_back(&RelocCall);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp78 indexList.push_back(createEntry(nullptr, index));
90 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist));
98 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist));
103 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, &MBB));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 Frames.push_back(Frame);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp136 CuList.push_back({CuOffset, CuLength});
156 AddressArea.push_back({LowAddress, HighAddress, CuIndex});
173 SymbolTable.push_back({NameOffset, CuVecOffset});
188 Vec.second.push_back(Data.getU32(&Offset));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFCommon.cpp72 FL.Blocks.push_back(support::ulittle32_t(FpmBlock));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp32 MatchOffsets.push_back(Off);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp75 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size));
116 MemGroup.AllocatedMem.push_back(MB);
124 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size));
133 MemGroup.FreeMem.push_back(FreeMB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h88 PHIList.push_back(&P);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp64 Blocks.push_back(&BB);
H A DLowerGuardIntrinsic.cpp54 ToLower.push_back(cast<CallInst>(&I));
H A DLowerWidenableCondition.cpp55 ToLower.push_back(cast<CallInst>(&I));
H A DMakeGuardsExplicit.cpp79 GuardIntrinsics.push_back(cast<CallInst>(&I));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp58 Ops.push_back(canonicalizeAlias(cast<Constant>(U), Changed));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffLog.h48 Arguments.push_back(V);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h48 FunctionLatencies[FuncId].push_back(Latency);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h102 Operands.push_back(AsmWriterOperand(Str));
H A DX86EVEX2VEXTablesEmitter.cpp187 VEXInsts[Opcode].push_back(Inst);
195 EVEXInsts.push_back(Inst);
222 EVEX2VEX256.push_back(std::make_pair(EVEXInst, VEXInst)); // {0,1}
224 EVEX2VEX128.push_back(std::make_pair(EVEXInst, VEXInst)); // {0,0}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp72 ToRemove.push_back(&MI);

Completed in 126 milliseconds

<<11121314151617181920>>