Home
last modified time | relevance | path

Searched refs:return_ (Results 1 – 8 of 8) 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/pdfium/fxjs/
Dcjs_return.h23 bool HasReturn() const { return !return_.IsEmpty(); } in HasReturn()
24 v8::Local<v8::Value> Return() const { return return_; } in Return()
31 v8::Local<v8::Value> return_; variable
Dcjs_return.cpp14 : is_error_(false), return_(ret) {} in CJS_Return()
/external/clang/test/CodeGenCXX/
Darm-swiftcall.cpp16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \
23 take_##TYPE(return_##TYPE()); \
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_caching.py53 def create_mock(self, *names, return_=None): argument
58 return return_
/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()