Searched refs:Func1 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cc | 39 char *Func1() { in Func1() function 61 Func2(Func1()); in Thread() 76 Func2(Func1()); in main()
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | vptr_update.ll | 24 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/ |
D | stack_dynamic_alloca.ll | 6 define void @Func1() sanitize_address { 8 ; CHECK-LABEL: Func1
|
D | stack_layout.ll | 17 define void @Func1() sanitize_address { 19 ; CHECK-LABEL: Func1
|
/external/llvm/test/tools/llvm-readobj/ |
D | imports.test | 25 X86-NEXT: Symbol: Func1 (0) 68 X64-NEXT: Symbol: Func1 (0)
|
/external/clang/test/Rewriter/ |
D | rewrite-protocol-type-1.m | 20 INTF <MyProto1, MyProto2> * Func1(INTF *p2, INTF<MyProto1, MyProto2> *p3, INTF *p4, INTF<MyProto1> … function
|
/external/clang/test/SemaObjC/ |
D | incompatible-protocol-qualified-types.m | 17 INTF <MyProto1> * Func1(INTF <MyProto1, MyProto2> *p2) function
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-03-25-DSEMiscompile.ll | 10 define ghccc void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) {
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 197 typedef INTREF Func1(FLOAT, double); typedef 201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 28 void Func1(void) __attribute__((requires_capability(GUI))) {} in Func1() function
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd.ll | 79 define void @Func1() nounwind ssp { 80 ; CHECK: @Func1
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 279 static int Func1() { return 999; } in TEST() function 282 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1)); in TEST()
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 7116 void Func1() { RaceyWrite(); } in Func1() function 7117 void Func2() { Func1(); } in Func2()
|