Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cc45 void Func2(char *x) { in Func2() function
61 Func2(Func1()); in Thread()
76 Func2(Func1()); in main()
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-03-25-DSEMiscompile.ll8 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/
Dvptr_update.ll25 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/
Dstack_dynamic_alloca.ll35 define void @Func2() sanitize_address {
37 ; CHECK-LABEL: Func2
Dstack_layout.ll38 define void @Func2() sanitize_address {
40 ; CHECK-LABEL: Func2
/external/llvm/test/tools/llvm-readobj/
Dimports.test26 X86-NEXT: Symbol: Func2 (1)
69 X64-NEXT: Symbol: Func2 (1)
/external/clang/test/SemaObjC/
Dincompatible-protocol-qualified-types.m22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2) function
/external/clang/test/SemaCXX/
Doverloaded-operator.cpp198 typedef float& Func2(int, double); typedef
202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
/external/clang/test/Sema/
Dattr-capabilities.c29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {} in Func2() function
/external/llvm/test/CodeGen/ARM/
Dldrd.ll99 ; CHECK-LABEL: Func2:
103 define void @Func2(i32* %p) {
/external/webrtc/webrtc/base/
Dthread_unittest.cc280 static void Func2() {} in TEST() function
283 thread.Invoke<void>(&LocalFuncs::Func2); in TEST()
/external/llvm/test/Transforms/LoopUnroll/
Dunloop.ll357 br i1 false, label %while.cond.i.preheader, label %Func2.exit
359 Func2.exit:
/external/valgrind/drd/tests/
Dtsan_unittest.cpp7117 void Func2() { Func1(); } in Func2() function
7118 void Func3() { Func2(); } in Func3()