/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 2292 text_.pop_back(); in AddQuantifierToAtom() 2297 terms_.pop_back(); in AddQuantifierToAtom()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | write.rs | 1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector() 1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | write.rs | 1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector() 1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | write.rs | 1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector() 1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 522 valnos.pop_back(); 1238 Spills.pop_back();
|
H A D | MachineOutliner.cpp | 327 ToVisit.pop_back(); in setSuffixIndices() 528 ToVisit.pop_back(); in advance()
|
H A D | TwoAddressInstructionPass.cpp | 802 VirtRegPairs.pop_back(); in scanUses() 805 VirtRegPairs.pop_back(); in scanUses()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 1670 buffersToUnmap.pop_back(); in allStages() 1700 buffersToUnmap.pop_back(); in allStages()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | def_use_test.cpp | 76 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 603 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 149 void pop_back() { MetadataPtrs.pop_back(); } in pop_back() function in __anon23961::BitcodeReaderMetadataList
|
H A D | BitcodeReader.cpp | 2256 GlobalInitWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits() 2272 IndirectSymbolInitWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits() 2285 FunctionPrefixWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits() 2298 FunctionPrologueWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits() 2311 FunctionPersonalityFnWorklist.pop_back(); in resolveGlobalAndIndirectSymbolInits() 2873 Record.pop_back(); in parseUseLists() 2947 FunctionsWithBodies.pop_back(); in rememberAndSkipFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 558 IGSrcs.pop_back(); 559 ValidSwizzle.pop_back();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 739 // swap/pop_back for efficiency, but do not use it if doing so would in inlineCallsImpl() 744 CallSites.pop_back(); in inlineCallsImpl()
|
H A D | PartialInlining.cpp | 478 DFS.pop_back(); in computeOutliningColdRegionsInfo() 1464 Worklist.pop_back(); in run()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | write.rs | 1922 "void cxxbridge1$std$vector${}$pop_back(::std::vector<{}> *v, {} *out) noexcept {{", in write_cxx_vector() 1926 writeln!(out, " v->pop_back();"); in write_cxx_vector()
|
/third_party/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 75 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleInst() 602 while (!text.empty() && text.back() == '\n') text.pop_back(); in DisassembleModule()
|
/third_party/node/tools/inspector_protocol/lib/ |
H A D | encoding_cpp.template | 546 envelopes_.pop_back(); 567 envelopes_.pop_back(); 1147 cbor->pop_back();
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 538 envelopes_.pop_back(); 559 envelopes_.pop_back(); 1139 cbor->pop_back(); in AppendString8EntryToCBORMapTmpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 320 worklist.pop_back(); in threadEdgeImpl() 536 StartingStack.pop_back(); in solve() 555 BlockValueStack.pop_back(); in solve()
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 6825 ref_stack.pop_back(); 6847 ref_stack.pop_back(); 7033 ref_stack.pop_back(); 7034 keep_stack.pop_back(); 7089 ref_stack.pop_back(); 7090 keep_stack.pop_back(); 7095 ref_stack.back()->m_value.array->pop_back(); 7187 key_keep_stack.pop_back(); 8697 token_string.pop_back(); 12493 states.pop_back(); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3322 GEPIndices.pop_back(); 3323 Indices.pop_back(); 3337 GEPIndices.pop_back(); 3338 Indices.pop_back(); 4240 PostPromotionWorklist.pop_back();
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 471 CmdBuffer.pop_back(); in _PopUnusedDrawCmd() 502 CmdBuffer.pop_back(); in _TryMergeDrawCmds() 523 CmdBuffer.pop_back(); in _OnChangedClipRect() 545 CmdBuffer.pop_back(); in _OnChangedTextureID() 604 _ClipRectStack.pop_back(); in PopClipRect() 618 _TextureIdStack.pop_back(); in PopTextureID() 1734 ch._CmdBuffer.pop_back(); in Merge()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 5937 ref_stack.pop_back(); 5956 ref_stack.pop_back(); 6142 ref_stack.pop_back(); 6143 keep_stack.pop_back(); 6198 ref_stack.pop_back(); 6199 keep_stack.pop_back(); 6204 ref_stack.back()->m_value.array->pop_back(); 6296 key_keep_stack.pop_back(); 7798 token_string.pop_back(); 11094 states.pop_back(); [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 684 table.pop_back(); in pop()
|