Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Darm64-packed-unwind.s290 func9: label
317 .long func9@IMGREL
/external/llvm-project/clang/test/CodeGen/
Darm64-microsoft-arguments.cpp167 S9 func9(S9 x);
172 return func9(x); in f9()
/external/llvm-project/clang/test/SemaCXX/
Dfriend2.cpp84 void func9(int); // expected-note{{previous declaration is here}}
86 …friend int func9(int); // expected-error{{functions that differ only in their return type cannot …
Dtype-definition-in-specifier.cpp51 …void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in …
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/
Dstack-cfi-parsing.test46 image show-unwind -n func9
47 # CHECK-LABEL: image show-unwind -n func9
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp47 void func9() { in func9() function
/external/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp47 void func9() { in func9() function
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
Dstack-cfi-parsing.syms10 FUNC 9 1 0 func9
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dfp_sub.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
Dfp_div.ll93 define fp128 @func9(fp128 %a) {
94 ; CHECK-LABEL: func9:
Dfp_add.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
Dfp_mul.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
Dright_shift.ll75 define i32 @func9(i32 %0, i32 %1) {
76 ; CHECK-LABEL: func9:
Dleft_shift.ll84 define i64 @func9(i64 %0, i64 %1) {
85 ; CHECK-LABEL: func9:
Dsext_zext_load.ll76 define signext i16 @func9() {
77 ; CHECK-LABEL: func9:
/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/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_dynamic_padding_mapper.mlir214 …"tf_device.cluster_func"(%ri_0, %ri_1) {func = @func9, padding_map = ["\10\02\18\01"]} : (tensor<i…
220 // CHECK-LABEL: func @func9
222 func @func9(%arg0: tensor<i1>, %arg1: tensor<i1>) {
/external/llvm-project/llvm/test/CodeGen/X86/
Dumul_fix.ll347 define i64 @func9(i64 %x, i64 %y) nounwind {
348 ; X64-LABEL: func9:
355 ; X86-LABEL: func9:
/external/llvm-project/llvm/test/MC/AArch64/
Dseh-packed-unwind.s532 func9: label
533 .seh_proc func9
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll215 define void @func9(i64 %a) {
216 ; CHECK-LABEL: @func9
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc883 auto func9 = ops::Identity(s.WithOpName("Func/y/x2/output/_9"), y_x2_y); in TEST_F() local
884 auto func10 = ops::Identity(s.WithOpName("Func/y/y/input/_10"), func9); in TEST_F()
1544 auto func9 = ops::NoOp( in TEST_F() local
1548 ops::Mul(s.WithOpName("y2").WithControlDependencies({func9}), y, y); in TEST_F()
/external/llvm-project/compiler-rt/test/fuzzer/
DMultipleConstraintsOnSmallInputTest.cpp79 int func9(uint8_t a1, uint8_t a2) { in func9() function
3313 if (func9(data[11], data[16]) == 0) in api()