Home
last modified time | relevance | path

Searched refs:none_of (Results 1 - 25 of 55) sorted by relevance

123

/third_party/rust/crates/nom/tests/
H A Djson.rs6 character::complete::{anychar, char, multispace0, none_of},
61 let (input, c) = none_of("\"")(input)?; in character()
/third_party/rust/crates/nom/benchmarks/benches/
H A Djson.rs11 character::complete::{anychar, char, multispace0, none_of},
66 let (input, c) = none_of("\"")(input)?; in character()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_parameter_with_global.cpp52 if (std::none_of(params.begin(), params.end(), in Apply()
H A Dtransformation_propagate_instruction_down.cpp556 if (std::none_of(
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_parameter_with_global.cpp52 if (std::none_of(params.begin(), params.end(), in Apply()
H A Dtransformation_propagate_instruction_down.cpp556 if (std::none_of(
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_parameter_with_global.cpp52 if (std::none_of(params.begin(), params.end(), in Apply()
H A Dtransformation_propagate_instruction_down.cpp556 if (std::none_of(
/third_party/gn/src/gn/
H A Dcommand_clean.cc61 if (std::none_of(std::begin(remaining), std::end(remaining), in CleanOneDir()
/third_party/rust/crates/nom/src/character/
H A Dtests.rs28 none_of("ab")(i) in none_of_test()
/third_party/json/tests/src/
H A Dunit-algorithms.cpp45 SECTION("std::none_of")
47 CHECK(std::none_of(j_array.begin(), j_array.end(), [](const json & value)
51 CHECK(std::none_of(j_object.begin(), j_object.end(), [](const json & value)
/third_party/node/deps/v8/src/heap/cppgc/
H A Dremembered-set.cc101 DCHECK(std::none_of(remembered_slots_.begin(), remembered_slots_.end(), in InvalidateRememberedSlotsInRange()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustClientMemoryTest.cpp85 EXPECT_TRUE(std::none_of(resultBuf.begin(), resultBuf.begin() + length, in TEST_P()
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp452 if (std::none_of(vmem_clause.begin(), vmem_clause.end(), in collect_preasm_stats()
462 if (std::none_of(smem_clause.begin(), smem_clause.end(), in collect_preasm_stats()
/third_party/skia/src/ports/
H A DSkFontMgr_preview.cpp97 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang) { in find_family_style_character()
H A DSkFontMgr_android.cpp375 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang){ in find_family_style_character()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp223 if (llvm::none_of(Defs, isa<Instruction, Value *>)) in runOnUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h484 /// Provide wrappers to std::none_of which take ranges instead of having to pass
487 bool none_of(R &&Range, UnaryPredicate P) { in none_of() function
488 return std::none_of(std::begin(Range), std::end(Range), P); in none_of()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp273 std::none_of(std::next(Cmp->getIterator()), Andn2->getIterator(), in optimizeVcndVcmpPair()
H A DAMDGPUTargetTransformInfo.cpp82 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()
H A DSIMachineScheduler.cpp547 assert(none_of(Succs, in addPred()
572 assert(none_of(Preds, in addSucc()
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp12 #include <algorithm> // reverse, remove, fill, find, none_of
867 std::none_of(number_buffer.begin(), number_buffer.begin() + len + 1, in dump_float()
/third_party/rust/crates/nom/src/bytes/
H A Dcomplete.rs747 escaped(opt(none_of(r#"\""#)), '\\', one_of(r#"\"rnt"#)), in unquote()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp983 assert(llvm::none_of(Attrs, in get()
1020 assert(llvm::none_of(Attrs, in get()
H A DDebugInfo.cpp285 if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) { in stripDebugLocFromLoopID()
292 if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) { in stripDebugLocFromLoopID()

Completed in 28 milliseconds

123