Home
last modified time | relevance | path

Searched refs:return_ (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/lower_jumps/
Dcreate_test_cases.py92 def return_(value = None): function
316 complex_if('', return_())
333 complex_if('', return_())
351 return_()
365 return_(const_float(1))
379 complex_if('', return_(const_float(1))) +
380 return_(const_float(2))
398 simple_if('a', return_(const_float(1)),
399 return_(const_float(2)))
422 complex_if('a', return_()) +
[all …]
/external/clang/test/CodeGenCXX/
Darm-swiftcall.cpp16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \
23 take_##TYPE(return_##TYPE()); \
/external/clang/test/CodeGen/
Darm-swiftcall.c71 SWIFTCALL TYPE return_##TYPE(void) { \
78 take_##TYPE(return_##TYPE()); \
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DAppleScript_Suite.py842 return_ = _Prop_return_() variable
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc828 conflicting_enum = protobuf_unittest::return_; in TEST()