Searched defs:IfThenElse (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Tools/pybench/ |
D | Constructs.py | 3 class IfThenElse(Test): class
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2810 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() function 2817 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() function 2826 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() function 2835 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse() function
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | local_ssa_elim_test.cpp | 831 TEST_F(LocalSSAElimTest, IfThenElse) { in TEST_F() argument
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 1818 IfThenElse(SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function 1821 IfThenElse(const IfThenElse &I, SExpr *C, SExpr *T, SExpr *E) in IfThenElse() function
|