Home
last modified time | relevance | path

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

12

/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/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.flatten.return.frag10 PS_OUTPUT Func1()
17 return Func1();
Dspv.register.noautoassign.frag38 float4 Func1()
69 psout.Color = Func1() + Func2();
Dspv.register.autoassign.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/deqp-deps/glslang/Test/
Dhlsl.flatten.return.frag10 PS_OUTPUT Func1()
17 return Func1();
Dspv.register.noautoassign.frag38 float4 Func1()
69 psout.Color = Func1() + Func2();
Dspv.register.autoassign.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/angle/third_party/vulkan-deps/glslang/src/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.autoassign.frag.out14 Name 9 "Func1("
143 138: 7(fvec4) FunctionCall 9(Func1()
149 9(Func1(): 7(fvec4) Function None 8
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.register.autoassign.frag.out14 Name 9 "Func1("
156 9(Func1(): 7(fvec4) Function None 8
237 142: 7(fvec4) FunctionCall 9(Func1()
Dspv.register.noautoassign.frag.out14 Name 9 "Func1("
156 9(Func1(): 7(fvec4) Function None 8
237 142: 7(fvec4) FunctionCall 9(Func1()
/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.autoassign.frag.out14 Name 9 "Func1("
143 138: 7(fvec4) FunctionCall 9(Func1()
149 9(Func1(): 7(fvec4) Function None 8
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.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/eigen/Eigen/src/SparseCore/
DSparseAssign.h157 template<typename DstXprType, typename Func1, typename Func2>
168 call_assignment_no_alias(dst, src.lhs(), Func1());
184 call_assignment_no_alias(dst, src.rhs(), Func1());
200 call_assignment_no_alias(dst, -src.rhs(), Func1());
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack_dynamic_alloca.ll6 define void @Func1() sanitize_address {
8 ; CHECK-LABEL: Func1

12