Home
last modified time | relevance | path

Searched refs:find (Results 4076 - 4100 of 7555) sorted by relevance

1...<<161162163164165166167168169170>>...303

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemDepPrinter.cpp138 DepSetMap::const_iterator DI = Deps.find(Inst); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp53 auto It = NodesMap.find(Caller.getName()); in recordInline()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceStringPool.h46 auto Iter = StringToId.find(Value); in getOrAddString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h87 auto F = RealUseMap.find(P); in getRealUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h70 return ImmToIdxMap.find(ImmOpcode)->second; in getMappedIdxOpcForImmOpc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp121 for (auto &Frontier : MDF.find(SubE->getEHPad())->second) in discoverAndMapException()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp192 = VisitedBBs.find(MBB); in cyclesUntilReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp173 E.Name = E.Name.substr(0, E.Name.find('@', 1)); in dlltoolDriverMain()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dsimplify_pointers.cc139 auto it = saved_vars.find(expr); in Run()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc112 if (name.find("/") == std::string::npos) { in FindExecutable()
/third_party/skia/tools/gpu/
H A DMemoryCache.cpp40 auto result = fMap.find(key); in load()
/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp128 auto cached_result = index_cache.find(index); in operator []()
183 "By construction we should find a block associated with the index."); in operator []()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h164 auto I = M.find(X); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFGPrinter.h99 unsigned Idx = OutStr.find('\n', i+1); // Find end of line in getCompleteNodeLabel()
103 // Wrap very long names even though we can't find a space. in getCompleteNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveVariables.h95 std::vector<MachineInstr *>::iterator I = find(Kills, &MI); in removeKill()
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
H A Dcorrectly-handles-changes-in-lib-section-of-config-file.js31 src/app.ts:1:8 - error TS2583: Cannot find name 'Promise'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.h216 return (breakpoints_.find(addr) != breakpoints_.end()); in IsBreakpoint()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DStackContainerTests.cpp91 auto itr = std::find(vect->begin(), vect->end(), dummy_unref); in TEST()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc88 auto it = files_.find(virtual_filename); in ExpectFileMatches()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_bootstrap_unittest.cc82 auto it = files_.find(virtual_filename); in ExpectFileMatches()
/third_party/python/Lib/distutils/
H A Dextension.py202 equals = value.find("=")
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dgenericsimd.rs44 pub(crate) unsafe fn find<V: Vector>(
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen.h219 auto it = mocks_.find(type); in InvokeMock()
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm.h133 return std::find(first, last, value) != last; in linear_search()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h59 // * Supports heterogeneous lookup, through `find()` and `insert()`, provided
390 // flat_hash_set::find()
393 using Base::find;

Completed in 14 milliseconds

1...<<161162163164165166167168169170>>...303