/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemDepPrinter.cpp | 138 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 D | ImportedFunctionsInliningStatistics.cpp | 53 auto It = NodesMap.find(Caller.getName()); in recordInline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceStringPool.h | 46 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 D | RDFLiveness.h | 87 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 D | PPCRegisterInfo.h | 70 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 D | WebAssemblyExceptionInfo.cpp | 121 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 D | X86PadShortFunction.cpp | 192 = VisitedBBs.find(MBB); in cyclesUntilReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 173 E.Name = E.Name.substr(0, E.Name.find('@', 1)); in dlltoolDriverMain()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | simplify_pointers.cc | 139 auto it = saved_vars.find(expr); in Run()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_posix.cc | 112 if (name.find("/") == std::string::npos) { in FindExecutable()
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 40 auto result = fMap.find(key); in load()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | available_instructions.cpp | 128 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 D | PriorityWorklist.h | 164 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 D | CFGPrinter.h | 99 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 D | LiveVariables.h | 95 std::vector<MachineInstr *>::iterator I = find(Kills, &MI); in removeKill()
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | correctly-handles-changes-in-lib-section-of-config-file.js | 31 [96msrc/app.ts[0m:[93m1[0m:[93m8[0m - [91merror[0m[90m TS2583: [0mCannot 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 D | debugger-aarch64.h | 216 return (breakpoints_.find(addr) != breakpoints_.end()); in IsBreakpoint()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | StackContainerTests.cpp | 91 auto itr = std::find(vect->begin(), vect->end(), dummy_unref); in TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 88 auto it = files_.find(virtual_filename); in ExpectFileMatches()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_bootstrap_unittest.cc | 82 auto it = files_.find(virtual_filename); in ExpectFileMatches()
|
/third_party/python/Lib/distutils/ |
H A D | extension.py | 202 equals = value.find("=")
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | genericsimd.rs | 44 pub(crate) unsafe fn find<V: Vector>(
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | mocking_bit_gen.h | 219 auto it = mocks_.find(type); in InvokeMock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | algorithm.h | 133 return std::find(first, last, value) != last; in linear_search()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_set.h | 59 // * Supports heterogeneous lookup, through `find()` and `insert()`, provided 390 // flat_hash_set::find() 393 using Base::find;
|