Home
last modified time | relevance | path

Searched defs:some_value (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/
Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug()
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
Dlotta-signals.c17 call_me (int some_value) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-runtime-int.cpp64 struct some_value {}; struct
/external/python/apitools/apitools/base/py/
Dextra_types_test.py133 some_value = messages.MessageField(extra_types.JsonValue, 1) variable in ExtraTypesTest.testJsonValueAsFieldTranslation.HasJsonValueMsg