Home
last modified time | relevance | path

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

/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp47 void func9() { in func9() function
/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp51 …void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll215 define void @func9(i64 %a) {
216 ; CHECK-LABEL: @func9
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc753 auto func9 = ops::Identity(s.WithOpName("Func/y/x2/output/_9"), y_x2_y); in TEST_F() local
754 auto func10 = ops::Identity(s.WithOpName("Func/y/y/input/_10"), func9); in TEST_F()
1217 auto func9 = ops::NoOp( in TEST_F() local
1221 ops::Mul(s.WithOpName("y2").WithControlDependencies({func9}), y, y); in TEST_F()