Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs31 predicates: &[syn::WherePredicate], in with_where_predicates()
36 .predicates in with_where_predicates()
37 .extend(predicates.iter().cloned()); in with_where_predicates()
46 let predicates = cont in with_where_predicates_from_fields() localVariable
53 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_fields()
69 let predicates = variants in with_where_predicates_from_variants() localVariable
75 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_variants()
305 .predicates in with_bound()
318 .predicates in with_self_bound()
/third_party/rust/crates/syn/tests/
Dtest_generics.rs257 assert_eq!(where_clause.predicates.len(), 1); in test_fn_precedence_in_where_clause()
259 let predicate = match &where_clause.predicates[0] { in test_fn_precedence_in_where_clause()
281 assert_eq!(input.predicates.len(), 0); in test_where_clause_at_end_of_input()
Dtest_precedence.rs336 || !const_item.generics.where_clause.predicates.is_empty() => {} in librustc_parenthesize()
345 || !const_item.generics.where_clause.predicates.is_empty() => in librustc_parenthesize()
357 || !const_item.generics.where_clause.predicates.is_empty() => in librustc_parenthesize()
Dtest_round_trip.rs232 if e.predicates.is_empty() { in normalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td25 // predicates. Definition `MCInstPredicateExample` identifies instructions
50 // portability: users don't need to specify predicates in C++. As a consequence
89 // This class is used as a building block to define predicates on instruction
181 // A sequence of predicates. It is used as the base class for CheckAll, and
182 // CheckAny. It allows to describe compositions of predicates.
187 // Check that all of the predicates in `Preds` evaluate to true.
191 // Check that at least one of the predicates in `Preds` evaluates to true.
224 // Base class for function predicates.
249 // it is lowering predicates for MCInst or MachineInstr.
DTargetSchedule.td117 // instructions which have any of the listed predicates in their Predicates
355 // Base class for scheduling predicates.
403 // of SchedWrite types under the conditions defined by its predicates.
414 // of SchedRead types under the conditions defined by its predicates.
/third_party/rust/crates/syn/src/
Dgenerics.rs170 predicates: Punctuated::new(), in make_where_clause()
485 pub predicates: Punctuated<WherePredicate, Token![,]>,
872 predicates: { in parse()
873 let mut predicates = Punctuated::new(); in parse() localVariable
885 predicates.push_value(value); in parse()
890 predicates.push_punct(punct); in parse()
892 predicates in parse()
1202 if !self.predicates.is_empty() { in to_tokens()
1204 self.predicates.to_tokens(tokens); in to_tokens()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c183 struct ir3_instruction *instr = ir->predicates[i]; in find_and_remove_unused()
185 ir->predicates[i] = NULL; in find_and_remove_unused()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredExynos.td14 // Auxiliary predicates.
25 // Exynos predicates.
DAArch64SchedPredicates.td61 // Generic predicates.
342 // Target predicates.
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DdataAbilityOperation.js29 predicates: mockDataAbility().DataAbilityPredicates, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td32 // SelectionDAG has one node for all loads and uses predicates to
35 // depending on the predicates on the node.
143 // complications that tablegen must take care of. For example, predicates such
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc364 // ComplexPattern predicates.
370 // PatFrag predicates.
609 // PatFrag predicates.
753 // No operand predicates
781 // No operand predicates
803 // No operand predicates
823 // No operand predicates
843 // No operand predicates
929 // No operand predicates
956 // No operand predicates
[all …]
/third_party/typescript/tests/baselines/reference/
DarrayFind.symbols2 // test fix for #18112, type guard predicates should narrow returned element
DarrayFind.types2 // test fix for #18112, type guard predicates should narrow returned element
DtypeGuardFunction.types169 // Type predicates with different parameter name.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td19 // subclasses to partially override the predicates of their superclasses without
20 // having to re-add all the existing predicates.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCV.td12 // RISC-V subtarget features and instruction predicates.
/third_party/mesa3d/src/panfrost/bifrost/
Dmeson.build171 'test/test-scheduler-predicates.cpp',
/third_party/mesa3d/docs/relnotes/
D19.2.1.rst97 - intel/fs: Fix fs_inst::flags_read for ANY/ALL predicates
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc448 // ComplexPattern predicates.
454 // PatFrag predicates.
735 // PatFrag predicates.
754 // PatFrag predicates.
769 // predicates and this one causes new rules to be imported into GlobalISel
1252 // No operand predicates
1275 // No operand predicates
1298 // No operand predicates
3535 // No operand predicates
3558 // No operand predicates
[all …]
/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs229 for predicate in &mut where_clause.predicates { in visit_generics_mut()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc233 // ComplexPattern predicates.
270 // PatFrag predicates.
891 // PatFrag predicates.
941 // PatFrag predicates.
966 // PatFrag predicates.
1439 // No operand predicates
1474 // No operand predicates
1524 // No operand predicates
1559 // No operand predicates
4040 // No operand predicates
[all …]
/third_party/googletest/docs/reference/
Dassertions.md332 ## Predicate Assertions {#predicates}
334 The following assertions enable more complex predicates to be verified while
608 status and returns a `bool`. GoogleTest provides two predicates to handle common
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc618 // ComplexPattern predicates.
624 // PatFrag predicates.
711 // PatFrag predicates.
891 // No operand predicates
962 // No operand predicates
978 // No operand predicates
1049 // No operand predicates
1065 // No operand predicates
1148 // No operand predicates
1165 // No operand predicates
[all …]

12345