/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | CFGDiff.h | 121 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 D | DDG.cpp | 242 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 D | DivergenceAnalysis.cpp | 146 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 D | LoopVersioning.cpp | 161 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 D | InstrumentationMap.cpp | 38 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 D | IceELFSection.cpp | 146 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 D | decompose_strided_matrix.cc | 150 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 D | MsgPackDocument.h | 207 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 D | printer.cc | 78 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 D | stringpiece.h | 366 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 D | stringpiece.cc | 101 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 D | charconv_parse_test.cc | 54 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 D | flat_hash_map_test.cc | 43 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 D | reflection_test.cc | 66 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 D | dominator_tree.cpp | 252 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 D | set_spec_constant_default_value_pass.cpp | 229 // 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 D | unw_step.tex | 48 \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 D | generate_geocoding_data.cc | 182 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 D | cstyle.py | 61 open_comment = line.find ('/*') 62 close_comment = line.find ('*/')
|
/third_party/libsnd/programs/ |
H A D | test-sndfile-metadata-set.py | 83 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 D | unit-alt-string.cpp | 139 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 D | shrpx_downstream_queue.cc | 62 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 D | gtest-type-util.h | 64 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 D | sbom-spdx.js | 23 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 D | FunctionsGL.cpp | 25 if (version.find("OpenGL ES") == std::string::npos) in GetGLVersion() 221 return std::find(extensions.begin(), extensions.end(), ext) != extensions.end(); in hasExtension()
|