Home
last modified time | relevance | path

Searched refs:parent3 (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdWithUnwrapping1298.java71 Parent parent3 = new Parent(); in testObjectIdWithRepeatedChild() local
72 parent3.child = child1; in testObjectIdWithRepeatedChild()
73 parents.addParent(parent3); in testObjectIdWithRepeatedChild()
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dnonnull.ll364 define void @parent3(i8* %a, i8* %b, i8* %c) {
365 ; FNATTR-LABEL: @parent3(i8* nonnull %a, i8* %b, i8* %c)
/external/llvm-project/llvm/test/Transforms/Attributor/
Dnonnull.ll834 define void @parent3(i8* %a, i8* %b, i8* %c) {
835 ; CHECK-LABEL: define {{[^@]+}}@parent3
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc555 Output parent3 = ops::BiasAdd(s.WithOpName("parent3"), child3, c_vec); in TEST_F() local