Home
last modified time | relevance | path

Searched refs:find (Results 626 - 650 of 3278) sorted by relevance

1...<<21222324252627282930>>...132

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCFGDiff.h121 auto It = DeleteChildren.find(BB); in ignoreChild()
125 return llvm::find(EdgesForBB, EdgeEnd) != EdgesForBB.end(); in ignoreChild()
132 auto It = InsertChildren.find(BB); in getAddedChildren()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDDG.cpp242 if (PiBlockMap.find(&N) == PiBlockMap.end()) in getPiBlock()
244 auto *Pi = PiBlockMap.find(&N)->second; in getPiBlock()
245 assert(PiBlockMap.find(Pi) == PiBlockMap.end() && in getPiBlock()
H A DDivergenceAnalysis.cpp146 if (DivergentLoops.find(Loop) != DivergentLoops.end()) in isTemporalDivergent()
408 return UniformOverrides.find(&V) != UniformOverrides.end(); in isAlwaysUniform()
412 return DivergentValues.find(&V) != DivergentValues.end(); in isDivergent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp161 auto Mapped = VMap.find(ClonedValue); in addPHINodes()
235 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias()
244 auto NonAliasingScopeList = GroupToNonAliasingScopeList.find(Group->second); in annotateInstWithNoAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp38 auto I = FunctionIds.find(Addr); in getFunctionId()
45 auto I = FunctionAddresses.find(FuncId); in getFunctionAddr()
81 "Failed to find XRay instrumentation map.", in loadObj()
137 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp146 auto I = LocalSymbols.find(Name); in findSymbol()
149 I = GlobalSymbols.find(Name); in findSymbol()
197 StringToIndexType::const_iterator It = StringToIndexMap.find(Str); in getIndex()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc150 auto it = decomposed.find(access->Member()->Declaration()); in Run()
169 auto it = decomposed.find(access->Member()->Declaration()); in Run()
212 auto it = decomposed.find(access->Member()->Declaration()); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h207 MapTy::iterator find(DocNode Key) { return Map->find(Key); } in find() function in llvm::msgpack::MapDocNode
208 MapTy::iterator find(StringRef Key);
237 /// ability to find and create array and map elements. Does not currently cope
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc78 substitutions_.find(varname); in GetSubstitutionRange()
154 variables.find(varname); in Print()
375 auto it = vars.find(var_name); in WriteVariable()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h366 stringpiece_ssize_type find(StringPiece s, size_type pos = 0) const;
367 stringpiece_ssize_type find(char c, size_type pos = 0) const;
373 return find(c, pos); in find_first_of()
H A Dstringpiece.cc101 return find(s, 0) != npos; in contains()
104 stringpiece_ssize_type StringPiece::find(StringPiece s, size_type pos) const { in find() function in google::protobuf::StringPiece
114 stringpiece_ssize_type StringPiece::find(char c, size_type pos) const { in find() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse_test.cc54 std::string::size_type open_bracket_pos = s.find('['); in ExpectParsedFloat()
58 std::string::size_type close_bracket_pos = s.find(']'); in ExpectParsedFloat()
64 const std::string::size_type expected_characters_matched = s.find('$'); in ExpectParsedFloat()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc43 ABSL_RAW_CHECK(x.find(0) == x.end(), "x should not contain 0"); in BeforeMain()
44 auto it = x.find(1); in BeforeMain()
207 m.find(n); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dreflection_test.cc66 EXPECT_NE(all_flags.find("int_flag"), all_flags.end()); in TEST_F()
67 EXPECT_EQ(all_flags.find("bool_retired_flag"), all_flags.end()); in TEST_F()
68 EXPECT_EQ(all_flags.find("some_undefined_flag"), all_flags.end()); in TEST_F()
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp252 auto a_itr = nodes_.find(a); in ImmediateDominator()
268 nodes_.find(bb->id()); in GetOrInsertNode()
334 if (std::find(roots_.begin(), roots_.end(), first) == roots_.end()) in InitializeTree()
H A Dset_spec_constant_default_value_pass.cpp229 // Scan through all the annotation instructions to find 'OpDecorate SpecId' in Process()
271 auto iter = spec_id_to_value_str_.find(spec_id); in Process()
285 auto iter = spec_id_to_value_bit_pattern_.find(spec_id); in Process()
361 auto iter = spec_id_to_value->find(spec_id); in ParseDefaultValuesString()
/third_party/libunwind/libunwind/doc/
H A Dunw_step.tex48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc182 end = std::find(begin, buffer.end(), '\0'); in ParsePrefixes()
199 sep = std::find(begin, end, '|'); in ParsePrefixes()
513 const size_t pos = input.find(pattern, begin - input.begin()); in ReplaceAll()
/third_party/libsnd/Scripts/
H A Dcstyle.py61 open_comment = line.find ('/*')
62 close_comment = line.find ('*/')
/third_party/libsnd/programs/
H A Dtest-sndfile-metadata-set.py83 print("\n\nError : Can't find executable '%s'. Have you run make?" % name)
92 if output.find (value) < 0:
93 print("\n\nError : not able to find '%s'." % value)
146 if output.find ("really long") > 0:
/third_party/json/tests/src/
H A Dunit-alt-string.cpp139 std::size_t find(const alt_string& str, std::size_t pos = 0) const in find() function in alt_string
141 return str_impl.find(str.str_impl, pos); in find()
/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc62 auto itr = host_entries_.find(host); in find_host_entry()
104 auto itr = host_entries_.find(make_host_key(host)); in can_activate()
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-type-util.h64 std::string::size_type end = s.find("::", strlen(prefix)); in CanonicalizeForStdLibVersioning()
78 pos = s.find(to_search, pos); in CanonicalizeForStdLibVersioning()
/third_party/node/deps/npm/lib/utils/
H A Dsbom-spdx.js23 const rootNode = nodes.find(node => node.isRoot)
43 .filter(edge => nodes.find(n => n === edge.to))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp25 if (version.find("OpenGL ES") == std::string::npos) in GetGLVersion()
221 return std::find(extensions.begin(), extensions.end(), ext) != extensions.end(); in hasExtension()

Completed in 14 milliseconds

1...<<21222324252627282930>>...132