Home
last modified time | relevance | path

Searched refs:find_if (Results 1 - 25 of 254) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTargetRegistry.cpp32 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 DCostTable.h33 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 DCLContext.h192 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 Dallocation-observer.cc15 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 DIndirectBrExpandPass.cpp127 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 DAVRMCExpr.cpp192 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 DArrayRef.h200 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 DStringRef.h318 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 DArrayRef.h217 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 DStringRef.h328 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 Dpps_algorithm.h12 #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 DMCSectionMachO.cpp223 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 Dval_fixtures.h200 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 DjsonToSpirv.h163 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 Dassembly_grammar.cpp220 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 DjsonToSpirv.h163 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 Dassembly_grammar.cpp220 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 Dval_fixtures.h200 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 Dassembly_grammar.cpp225 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
237 std::find_if(kOpSpecConstantOpcodes, last, in lookupSpecConstantOpcode()
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h208 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 DEntryStage.cpp62 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 DX86AvoidTrailingCall.cpp81 LastRealInstr = llvm::find_if(reverse(RMBB), isRealInstruction); in runOnMachineFunction()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp69 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 DTargetSelect.cpp50 auto I = find_if(TargetRegistry::targets(), in selectTarget()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessTests.cpp69 std::vector<tcu::TestNode*>::iterator buffer_access = std::find_if(children.begin(), children.end(), IsNodeNamed("buffer_access")); in createTests()

Completed in 13 milliseconds

1234567891011