/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TargetRegistry.cpp | 32 auto I = find_if(targets(), in lookupTarget() 71 auto I = find_if(targets(), ArchMatch); in lookupTarget() 78 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 33 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) { in CostTableLookup() 56 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) { in ConvertCostTableLookup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLContext.h | 192 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [](const DevicePtr &ptr) { in supportsImages() 199 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [](const DevicePtr &ptr) { in supportsIL() 206 return (std::find_if(mDevices.cbegin(), mDevices.cend(), [&](const DevicePtr &ptr) {
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.cc | 15 auto it = std::find_if(observers_.begin(), observers_.end(), in AddAllocationObserver() 44 auto it = std::find_if(observers_.begin(), observers_.end(), in RemoveAllocationObserver()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse); in runOnFunction() 131 assert(std::find_if(std::next(BlockAddressUseIt), BB.use_end(), in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 192 const auto &Modifier = std::find_if( in getName() 203 const auto &Modifier = std::find_if( in getKindByName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 200 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 226 return ArrayRef<T>(begin(), find_if(*this, Pred)); in take_until() 376 return MutableArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 404 return MutableArrayRef<T>(begin(), find_if(*this, Pred)); in take_until()
|
H A D | StringRef.h | 318 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const { 335 return find_if([F](char c) { return !F(c); }, From); 627 return substr(0, find_if(F)); 661 return substr(find_if(F));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 217 return ArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 243 return ArrayRef<T>(begin(), find_if(*this, Pred)); in take_until() 392 return MutableArrayRef<T>(find_if(*this, Pred), end()); in drop_until() 420 return MutableArrayRef<T>(begin(), find_if(*this, Pred)); in take_until()
|
H A D | StringRef.h | 328 size_t find_if(function_ref<bool(char)> F, size_t From = 0) const { 344 return find_if([F](char c) { return !F(c); }, From); 636 return substr(0, find_if(F)); 666 return substr(find_if(F));
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_algorithm.h | 12 #define FIND_IF(c, lambda) (std::find_if(std::begin(c), std::end(c), lambda))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() 251 auto AttrDescriptorI = std::find_if( in ParseSectionSpecifier()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 203 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 163 auto where = std::find_if(begin(), end(), [&value](const EValue& e) { in operator []() 178 auto where = std::find_if(begin(), end(), [&name](const EValue& e) { in at()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 220 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 232 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 163 auto where = std::find_if(begin(), end(), [&value](const EValue& e) { in operator []() 178 auto where = std::find_if(begin(), end(), [&name](const EValue& e) { in at()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | assembly_grammar.cpp | 220 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 232 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_fixtures.h | 200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 203 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 225 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode() 237 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 208 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P() 211 vuids.erase(vuids.begin(), std::find_if(vuids.begin(), vuids.end(), [](unsigned char c) { in MATCHER_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A D | EntryStage.cpp | 62 auto It = find_if(Range, [](const std::unique_ptr<Instruction> &I) { in cycleEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 81 LastRealInstr = llvm::find_if(reverse(RMBB), isRealInstruction); in runOnMachineFunction()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessTests.cpp | 69 std::vector<tcu::TestNode*>::iterator buffer_access = std::find_if(children.begin(), children.end(), IsNodeNamed("buffer_access")); in createTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 50 auto I = find_if(TargetRegistry::targets(), in selectTarget()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessTests.cpp | 69 std::vector<tcu::TestNode*>::iterator buffer_access = std::find_if(children.begin(), children.end(), IsNodeNamed("buffer_access")); in createTests()
|