Home
last modified time | relevance | path

Searched refs:func_3 (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/Parser/
Drecovery.cpp152 void func_3();
161 …case V6:: func_3(); // expected-error{{'V6' cannot appear before '::' because it is not a class,…
188 int func_3(int x) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlsr-wrap.ll13 declare i32 @func_3(i8 signext) nounwind
30 %tmp7 = tail call i32 @func_3(i8 signext %tmp6) nounwind ; <i32> [#uses=0]
D2008-09-11-CoalescerBug.ll6 define i32 @func_3(i32 %p_5) nounwind {
/external/llvm/test/CodeGen/X86/
Dlsr-wrap.ll13 declare i32 @func_3(i8 signext) nounwind
30 %tmp7 = tail call i32 @func_3(i8 signext %tmp6) nounwind ; <i32> [#uses=0]
D2008-09-11-CoalescerBug.ll6 define i32 @func_3(i32 %p_5) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlsr-wrap.ll13 declare i32 @func_3(i8 signext) nounwind
30 %tmp7 = tail call i32 @func_3(i8 signext %tmp6) nounwind ; <i32> [#uses=0]
D2008-09-11-CoalescerBug.ll6 define i32 @func_3(i32 %p_5) nounwind {
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
D2008-09-09-Overflow.ll11 define i32 @func_3(i8 signext %p_5) nounwind {
31 tail call i32 @func_3( i8 signext %5 ) nounwind ; <i32>:6 [#uses=0]
/external/llvm/test/Transforms/LoopStrengthReduce/
D2008-09-09-Overflow.ll15 define i32 @func_3(i8 signext %p_5) nounwind {
35 tail call i32 @func_3( i8 signext %5 ) nounwind ; <i32>:6 [#uses=0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
D2008-09-09-Overflow.ll15 define i32 @func_3(i8 signext %p_5) nounwind {
35 tail call i32 @func_3( i8 signext %5 ) nounwind ; <i32>:6 [#uses=0]
/external/clang/test/Sema/
Dempty1.c54 int func_3(struct emp_1 *x, struct emp_1 *y) { in func_3() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnswitch/
D2008-06-02-DomInfo.ll5 define i32 @func_3(i16 signext %p_5, i16 signext %p_6) nounwind {
/external/llvm/test/Transforms/LoopUnswitch/
D2008-06-02-DomInfo.ll5 define i32 @func_3(i16 signext %p_5, i16 signext %p_6) nounwind {
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/
D2008-06-02-DomInfo.ll5 define i32 @func_3(i16 signext %p_5, i16 signext %p_6) nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/
D2008-06-02-DomInfo.ll5 define i32 @func_3(i16 signext %p_5, i16 signext %p_6) nounwind {
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1372 FunctionDef func_3 = make_simple_fdef("Func3", ""); in TEST() local
1394 {func_1, func_2, func_3, func_2_grad, func_4, func_5, func_6}); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc1833 auto func_3 = ops::Identity(scope.WithOpName("Func/a/input/_3"), s[3]); in TEST() local
1834 auto r = ops::Mul(scope.WithOpName("r"), func_2, func_3); in TEST()
1918 auto func_3 = ops::NoOp( in TEST() local
1921 auto o = ops::AddN(s.WithOpName("o").WithControlDependencies({func_3}), in TEST()