Searched refs:one_arg (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libdwfl/ |
D | dwfl_frame.c | 306 struct one_arg struct 318 struct one_arg *oa = (struct one_arg *) arg; in get_one_thread_cb() argument 369 struct one_arg oa = { .tid = tid, .callback = callback, in getthread()
|
D | ChangeLog | 1038 * dwfl_frame.c (one_arg): New struct.
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | lint.ll | 9 declare void @one_arg(i32) 69 call void (i32, i32)* bitcast (void (i32)* @one_arg to void (i32, i32)*)(i32 0, i32 0) 71 call void ()* bitcast (void (i32)* @one_arg to void ()*)() 73 call void (float)* bitcast (void (i32)* @one_arg to void (float)*)(float 0.0)
|
/external/llvm/test/Other/ |
D | lint.ll | 9 declare void @one_arg(i32) 74 call void (i32, i32) bitcast (void (i32)* @one_arg to void (i32, i32)*)(i32 0, i32 0) 76 call void () bitcast (void (i32)* @one_arg to void ()*)() 78 call void (float) bitcast (void (i32)* @one_arg to void (float)*)(float 0.0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | lint.ll | 9 declare void @one_arg(i32) 74 call void (i32, i32) bitcast (void (i32)* @one_arg to void (i32, i32)*)(i32 0, i32 0) 76 call void () bitcast (void (i32)* @one_arg to void ()*)() 78 call void (float) bitcast (void (i32)* @one_arg to void (float)*)(float 0.0)
|
/external/python/cpython2/PCbuild/ |
D | find_msbuild.bat | 16 @if '%2' EQU '' goto :one_arg 22 :one_arg label
|
D | find_python.bat | 15 @if '%2' EQU '' goto :one_arg 21 :one_arg label
|
/external/python/cpython3/PCbuild/ |
D | find_python.bat | 15 @if '%2' EQU '' goto :one_arg 21 :one_arg label
|
D | find_msbuild.bat | 16 @if '%2' EQU '' goto :one_arg 22 :one_arg label
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 170 def a1(one_arg,): pass argument
|
D | py3_test_grammar.py | 170 def a1(one_arg,): pass argument
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 170 def a1(one_arg,): pass argument
|
D | py3_test_grammar.py | 194 def a1(one_arg,): pass argument
|
/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 187 def a1(one_arg,): pass argument
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 442 def a1(one_arg,): pass argument
|