Home
last modified time | relevance | path

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

/external/llvm/test/MC/ARM/
Deh-directive-cantunwind-diagnostics.s77 .globl func4 symbol
79 .type func4,%function
81 func4: label
Deh-directive-setfp-diagnostics.s62 .globl func4 symbol
64 .type func4,%function
66 func4: label
Deh-directive-multiple-offsets.s103 .globl func4 symbol
104 .type func4,%function
107 func4: label
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/
Dprog4.c3 extern void func4(void);
8 func4(); in main()
Dprog4.gyp15 '../../../func4.c',
/external/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp39 extern int var5, func4(); in f4()
40 return var5 + func4(); in f4()
/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights-switch-create.ll4 declare void @func4(i32)
27 call void @func4(i32 %N) nounwind
64 call void @func4(i32 %N) nounwind
111 call void @func4(i32 %N) nounwind
/external/chromium_org/tools/gyp/test/builddir/src/
Dfunc4.c3 void func4(void) in func4() function
/external/libcxx/test/thread/futures/futures.shared_future/
Dget.pass.cpp42 void func4(std::promise<int&> p) in func4() function
102 std::thread(func4, std::move(p)).detach(); in main()
/external/libcxx/test/thread/futures/futures.unique_future/
Dget.pass.cpp42 void func4(std::promise<int&> p) in func4() function
102 std::thread(func4, std::move(p)).detach(); in main()
/external/llvm/test/CodeGen/ARM/
Dneon_spill.ll22 declare arm_aapcs_vfpcc %2** @func4()
35 %6 = call arm_aapcs_vfpcc %2** @func4() nounwind
Datomic-op.ll188 ; CHECK: func4
192 define i32 @func4(i32* %p) nounwind optsize ssp {
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
Dp2.cpp16 void func4(int i) try { // expected-note{{previous definition is here}} in func4() function
/external/llvm/test/CodeGen/AArch64/
Darm64-subvector-extend.ll34 define <16 x i16> @func4(<16 x i8> %v0) nounwind {
35 ; CHECK-LABEL: func4:
134 ; CHECK-LABEL: func4:
/external/llvm/test/CodeGen/Mips/
Dmips64intldst.ll54 define i64 @func4() nounwind readonly {
56 ; CHECK-N64: func4
59 ; CHECK-N32: func4
Dfpbr.ll130 define void @func4(double %f2, double %f3) nounwind {
132 ; ALL-LABEL: func4:
/external/clang/test/SemaObjC/
Dnonnull.m23 extern void func4 (void (^block1)(), void (^block2)()) __attribute__((nonnull(1))) function
42 func4(0, cp1); // expected-warning {{null passed to a callee which requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee which requires a non-null argument}}
/external/clang/test/CodeGenCUDA/
Daddress-spaces.cu88 __device__ void func4() { in func4() function
/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp46 void func4(struct t19018 {int qq;} x); // expected-error{{cannot be defined in a parameter type}}
/external/llvm/test/Transforms/InstCombine/
Dand-not-or.ll28 define i32 @func4(i32 %x, i32 %y) nounwind {
Dor-to-xor.ll34 define i32 @func4(i32 %a, i32 %b) nounwind readnone {
Dand-or.ll32 define i32 @func4(i32 %a, i32 %b) nounwind readnone {
/external/llvm/test/CodeGen/PowerPC/
Danon_aggr.ll144 define i8* @func4(i64 %p1, i64 %p2, i64 %p3, i64 %p4,
159 ; CHECK-LABEL: func4:
/external/llvm/test/MC/Mips/
Dnacl-mask.s249 bgezal $t2, func4
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3810 , func4 (func4_) in GenFuncs()
3816 const GenFunc<Sig, 4>& func4; member
4918 group->addChild(createFuncCase(ctx, "vec4", m_funcs.func4)); in createCase()