Searched refs:Func2 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cc | 45 void Func2(char *x) { in Func2() function 61 Func2(Func1()); in Thread() 76 Func2(Func1()); in main()
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-03-25-DSEMiscompile.ll | 8 declare ghccc void @Func2(i32*, i32*, i32*, i32) 21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | vptr_update.ll | 25 declare i32 @Func2() 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 | 35 define void @Func2() sanitize_address { 37 ; CHECK-LABEL: Func2
|
D | stack_layout.ll | 38 define void @Func2() sanitize_address { 40 ; CHECK-LABEL: Func2
|
/external/llvm/test/tools/llvm-readobj/ |
D | imports.test | 26 X86-NEXT: Symbol: Func2 (1) 69 X64-NEXT: Symbol: Func2 (1)
|
/external/clang/test/SemaObjC/ |
D | incompatible-protocol-qualified-types.m | 22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2) function
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 198 typedef float& Func2(int, double); typedef 202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {} in Func2() function
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd.ll | 99 ; CHECK-LABEL: Func2: 103 define void @Func2(i32* %p) {
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 280 static void Func2() {} in TEST() function 283 thread.Invoke<void>(&LocalFuncs::Func2); in TEST()
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | unloop.ll | 357 br i1 false, label %while.cond.i.preheader, label %Func2.exit 359 Func2.exit:
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 7117 void Func2() { Func1(); } in Func2() function 7118 void Func3() { Func2(); } in Func3()
|