Home
last modified time | relevance | path

Searched full:untracked (Results 1 – 25 of 39) sorted by relevance

12

/third_party/python/Include/internal/
Dpycore_gc.h79 which objects may be untracked is not free, and the costs must be
95 can be untracked. A tuple can be untracked if all of its contents are
100 tracked. Dictionaries are untracked when created. If a tracked item is
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.h205 …// generate a code to call graph, unsupported operations, and untracked operations that will be co…
227 // make function of untracked bytecode, build restore frame operations of untracked bytecode
232 // make call operations of untracked bytecode
240 // make call operations of untracked bytecode for each branch
Dcode_generator.cc825 …std::vector<std::unique_ptr<Instr>> untracked = CodeGenerator::CopyInstr(GetCFG()->instr_pool(), u… in MakeUntrackedCode() local
826 int first_line = untracked[0]->bci(); in MakeUntrackedCode()
827 std::move(untracked.begin(), untracked.end(), std::back_inserter(list)); in MakeUntrackedCode()
1024 // call untracked nodes in MakeReturn()
Dbytecode_inliner.cc223 * eliminate untracked bytecode side effect after graph break in EliminateSideEffect()
/third_party/protobuf/csharp/
D.gitignore18 # Untracked files
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
101 /// is empty for lattice values in the undefined, overdefined, and untracked
121 CVPLatticeVal(CVPLatticeVal::Untracked)) {} in CVPLatticeFunc()
199 OS << "Untracked "; in PrintLatticeVal()
/third_party/fsverity-utils/scripts/
Drun-tests.sh96 log "Check that build doesn't produce untracked files"
100 fail "Build produced untracked files (check 'git status'). Missing gitignore entry?"
/third_party/python/Lib/test/
Dtest_enumerate.py153 # assumptions about what can be untracked. Make sure we re-track result
157 # That GC collection probably untracked the recycled internal result
Dtest_ordered_dict.py722 # assumptions about what can be untracked. Make sure we re-track result
726 # That GC collection probably untracked the recycled internal result
Dtest_dict.py1448 # assumptions about what can be untracked. Make sure we re-track result
1452 # That GC collection probably untracked the recycled internal result
/third_party/python/Objects/
Denumobject.c203 // bpo-42536: The GC may have untracked this result tuple. Since we're in enum_next_long()
253 // bpo-42536: The GC may have untracked this result tuple. Since we're in enum_next()
/third_party/skia/third_party/externals/icu/scripts/
Dupdate.sh66 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h211 OS << "untracked"; in PrintLatticeVal()
237 // If this value is untracked, don't add it to the map. in getValueState()
/third_party/mesa3d/
D.gitlab-ci.yml211 untracked: false
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.h153 // deleted or untracked.
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_lds.cpp317 * might have been an (untracked) indirect access, so don't replace in replace_source()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs243 // Delete any untracked generated files from previous versions. in git_checkout()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_encoder_references_manager_h264.cpp240 …// Verify that resource was untracked since this class is using the pool completely for allocations in update_fifo_dpb_push_front_cur_recon_pic()
/third_party/ffmpeg/doc/
Dgit-howto.texi184 to make sure you don't have untracked files or deletions.
/third_party/skia/third_party/externals/harfbuzz/
Dgit.mk38 # by this script (that is, if "git status" shows untracked files still), send
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp487 assert(EHFrameRange.Addr && "Untracked eh-frame range must not be null"); in notifyRemovingAllModules()
/third_party/python/Modules/
Ditertoolsmodule.c2382 // bpo-42536: The GC may have untracked this result tuple. Since we're in product_next()
2710 // bpo-42536: The GC may have untracked this result tuple. Since we're in combinations_next()
3049 // bpo-42536: The GC may have untracked this result tuple. Since we're in cwr_next()
3398 // bpo-42536: The GC may have untracked this result tuple. Since we're in permutations_next()
4672 // bpo-42536: The GC may have untracked this result tuple. Since we're in zip_longest_next()
Dgcmodule.c503 // an untracked object. in visit_reachable()
2352 … "gc", NULL, "Object of type %s is not untracked before destruction", in PyObject_GC_Del()
D_functoolsmodule.c703 // bpo-42536: The GC may have untracked this args tuple. Since we're in functools_reduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp440 // outline region. If there are not other untracked uses of the address, return
464 // Find untracked uses of the address, bail. in getLifetimeMarkers()

12