Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/test/fuzzer/
DLabels20Test.cpp13 extern "C" bool Func1(const uint8_t *Data, size_t Size);
22 && Func1(Data, Size) in LLVMFuzzerTestOneInput()
32 bool Func1(const uint8_t *Data, size_t Size) { in Func1() function
DThreeFunctionsTest.cpp19 extern "C" bool Func1(const uint8_t *Data, size_t Size);
28 && Func1(Data, Size) in LLVMFuzzerTestOneInput()
38 bool Func1(const uint8_t *Data, size_t Size) { in Func1() function
Ddataflow.test14 FUNC_LIST-DAG: Func1
38 # Func1: F1
47 # FUABC: First 3 bytes are checked, Func1/Func2 are not called.
63 # FUZZM: 5 bytes are used, both Func1 and Func2 are called, Func2 depends only on size.
72 # FUZZMU: 6 bytes are used, both Func1 and Func2 are called, Func2 depends on byte 6 and size.
/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-project/compiler-rt/test/asan/TestCases/Posix/
Dstack-use-after-return.cpp49 char *Func1() { in Func1() function
71 Func2(Func1()); in Thread()
111 Func2(Func1()); in main()
/external/llvm-project/llvm/test/tools/llvm-profdata/Inputs/
Dsample-hot-func-list.proftext19 Func1:1523:169
25 6: 2009 Func1:150 Func3:1789
/external/deqp-deps/glslang/Test/
Dhlsl.flatten.return.frag10 PS_OUTPUT Func1()
17 return Func1();
Dspv.register.autoassign.frag38 float4 Func1()
69 psout.Color = Func1() + Func2();
Dspv.register.noautoassign.frag38 float4 Func1()
69 psout.Color = Func1() + Func2();
Dspv.glsl.register.autoassign.frag35 vec4 Func1()
67 FragColor = Func1() + Func2();
Dspv.glsl.register.noautoassign.frag35 vec4 Func1()
67 FragColor = Func1() + Func2();
/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-project/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/deqp-deps/glslang/Test/baseResults/
Dhlsl.flatten.return.frag.out5 0:11 Function Definition: Func1( ( temp structure{ temp 4-component vector of float color, temp f…
21 0:17 Function Call: Func1( ( temp structure{ temp 4-component vector of float color, temp f…
66 0:11 Function Definition: Func1( ( temp structure{ temp 4-component vector of float color, temp f…
82 0:17 Function Call: Func1( ( temp structure{ temp 4-component vector of float color, temp f…
136 Name 10 "Func1("
192 10(Func1():8(PS_OUTPUT) Function None 9
198 22:8(PS_OUTPUT) FunctionCall 10(Func1()
Dspv.glsl.register.noautoassign.frag.out14 Name 9 "Func1("
143 138: 7(fvec4) FunctionCall 9(Func1()
149 9(Func1(): 7(fvec4) Function None 8
Dspv.glsl.register.autoassign.frag.out14 Name 9 "Func1("
143 138: 7(fvec4) FunctionCall 9(Func1()
149 9(Func1(): 7(fvec4) Function None 8
Dspv.register.noautoassign.frag.out14 Name 9 "Func1("
156 9(Func1(): 7(fvec4) Function None 8
237 142: 7(fvec4) FunctionCall 9(Func1()
Dspv.register.autoassign.frag.out14 Name 9 "Func1("
156 9(Func1(): 7(fvec4) Function None 8
237 142: 7(fvec4) FunctionCall 9(Func1()
/external/python/cpython2/Lib/test/
Dpystone.py122 if EnumLoc == Func1(CharIndex, 'C'):
225 def Func1(CharPar1, CharPar2): function
236 if Func1(StrParI1[IntLoc], StrParI2[IntLoc+1]) == Ident1:
/external/llvm/test/tools/llvm-readobj/
Dimports.test25 X86-NEXT: Symbol: Func1 (0)
68 X64-NEXT: Symbol: Func1 (0)
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dimports.test25 X86-NEXT: Symbol: Func1 (0)
68 X64-NEXT: Symbol: Func1 (0)
/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-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
DTypeQualsTest.cpp11 void Func1(const int* a, int const* b, const int ** const c, const int* const* d) { in Func1() function
/external/clang/test/Rewriter/
Drewrite-protocol-type-1.m20 INTF <MyProto1, MyProto2> * Func1(INTF *p2, INTF<MyProto1, MyProto2> *p3, INTF *p4, INTF<MyProto1> … function

12