Home
last modified time | relevance | path

Searched refs:fun2 (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp66 int fun2();
76 (void)CallFunction(fun2); in ignore()
82 if (fun2 == 0) {} in test()
96 if (nullptr != fun2) {} in test()
Dmember-expr.cpp136 S fun2(); // expected-note{{possible target for call}}
137 S fun2(int i); // expected-note{{possible target for call}}
139 …return fun2.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g2()
164 Vec *fun2();
165 …int test2() { return fun2->size(); } // expected-error {{base of member reference is a function; p… in test2()
Dqual-id-test.cpp64 void fun2() in fun2() function
/external/curl/CMake/
DCurlTests.c570 #define c99_vmacro2(first, ...) fun2(first, __VA_ARGS__)
573 int fun2(int arg1, int arg2);
578 int fun2(int arg1, int arg2) { in fun2() function
591 #define gcc_vmacro2(first, args...) fun2(first, args)
594 int fun2(int arg1, int arg2);
599 int fun2(int arg1, int arg2) { in fun2() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/
Dsymtab.ll20 ; CHECK: D------X @fun2@8
21 ; CHECK-NEXT: comdat @fun2@8
22 $fun2 = comdat any
23 define x86_fastcallcc i32 @fun2(i32 inreg %a, i32 inreg %b) comdat {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/
Dscc-comdat.ll9 ; CHECK0: declare dso_local i32 @fun2
13 ; CHECK1: define internal i32 @fun2
23 define internal i32 @fun2() section ".text.funs" comdat($fun) {
/external/llvm/test/tools/llvm-split/
Dscc-comdat.ll9 ; CHECK0: declare i32 @fun2
13 ; CHECK1: define internal i32 @fun2
23 define internal i32 @fun2() section ".text.funs" comdat($fun) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dprologue-epilogue-remarks.mir7 define void @fun2() noredzone { ret void }
48 name: fun2
54 # CHECK-NEXT: Function: fun2
Ddagcombine-shifts.ll26 define i32 @fun2(i8 zeroext %v) {
34 ; CHECK-LABEL: @fun2
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_fusion_test.py42 for j, fun2 in enumerate(functions):
45 [fun1, fun2],
50 [fun1, fun2, fun3],
/external/deqp-deps/glslang/Test/
Dhlsl.function.frag6 uint fun2(float4 col)
18 uint entityId = fun2(fun0());
/external/clang/test/Sema/
Dalias-redefinition.c11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
12 void fun2() {} // expected-error {{redefinition of 'fun2'}} in fun2() function
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.function.frag.out19 0:7 Function Definition: fun2(vf4; ( temp uint)
44 0:18 Function Call: fun2(vf4; ( temp uint)
77 0:7 Function Definition: fun2(vf4; ( temp uint)
102 0:18 Function Call: fun2(vf4; ( temp uint)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dprologue-epilogue-remarks.mir41 name: fun2
47 # CHECK-NEXT: Function: fun2
Daarch64-vuzp.ll16 ; CHECK-LABEL: fun2:
18 define i32 @fun2() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Daltmacro_string.s55 .macro fun2 arg macro
59 fun2 <5,6>
/external/clang/test/CodeGenCXX/
DPR20038.cpp14 bool fun2() { return (C(), b) && 0; } in fun2() function
/external/clang/test/PCH/
Dstruct.c23 return fun2->very_fun; in get_very_fun()
Dstruct.h25 struct Fun2 *fun2; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-zext.ll15 define <2 x i32> @fun2(<2 x i8> %val1) {
16 ; CHECK-LABEL: fun2:
Dvec-sext.ll15 define <2 x i32> @fun2(<2 x i8> %val1) {
16 ; CHECK-LABEL: fun2:
Dstore_nonbytesized_vecs.ll73 define void @fun2(<8 x i32> %src, <8 x i31>* %p)
74 ; CHECK-LABEL: fun2:
/external/clang/test/OpenMP/
Ddeclare_reduction_messages.cpp39 #pragma omp declare reduction(fun2 : T, T : omp_out++) // expected-error {{reduction type cann…
53 #pragma omp declare reduction(fun2 : long : omp_out += omp_in) initializer { …
Ddeclare_reduction_messages.c32 #pragma omp declare reduction(fun2 : long : omp_out += omp_in) initializer { // expec…
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll26 define i32 @fun2(i8 zeroext %v) {
34 ; CHECK-LABEL: @fun2

12