Home
last modified time | relevance | path

Searched refs:Func1 (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cc39 char *Func1() { in Func1() function
61 Func2(Func1()); in Thread()
76 Func2(Func1()); in main()
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dvptr_update.ll24 declare i32 @Func1()
31 ; CHECK: call void @__tsan_vptr_update{{.*}}Func1
34 …store <2 x i8 *> <i8* bitcast(i32 ()* @Func1 to i8 *), i8* bitcast(i32 ()* @Func2 to i8 *)>, <2 x…
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack_dynamic_alloca.ll6 define void @Func1() sanitize_address {
8 ; CHECK-LABEL: Func1
Dstack_layout.ll17 define void @Func1() sanitize_address {
19 ; CHECK-LABEL: Func1
/external/llvm/test/tools/llvm-readobj/
Dimports.test25 X86-NEXT: Symbol: Func1 (0)
68 X64-NEXT: Symbol: Func1 (0)
/external/clang/test/Rewriter/
Drewrite-protocol-type-1.m20 INTF <MyProto1, MyProto2> * Func1(INTF *p2, INTF<MyProto1, MyProto2> *p3, INTF *p4, INTF<MyProto1> … function
/external/clang/test/SemaObjC/
Dincompatible-protocol-qualified-types.m17 INTF <MyProto1> * Func1(INTF <MyProto1, MyProto2> *p2) function
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-03-25-DSEMiscompile.ll10 define ghccc void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) {
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp197 typedef INTREF Func1(FLOAT, double); typedef
201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
/external/clang/test/Sema/
Dattr-capabilities.c28 void Func1(void) __attribute__((requires_capability(GUI))) {} in Func1() function
/external/llvm/test/CodeGen/ARM/
Dldrd.ll79 define void @Func1() nounwind ssp {
80 ; CHECK: @Func1
/external/webrtc/webrtc/base/
Dthread_unittest.cc279 static int Func1() { return 999; } in TEST() function
282 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1)); in TEST()
/external/valgrind/drd/tests/
Dtsan_unittest.cpp7116 void Func1() { RaceyWrite(); } in Func1() function
7117 void Func2() { Func1(); } in Func2()