Searched defs:_func (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s2 .globl _func
11 _func: label
12 // CHECK: _func
/external/llvm/test/MC/ARM/
H A Darm-it-block.s3 .globl _func
5 _func: label
6 @ CHECK: _func:
H A Darm-thumb-trustzone.s5 .globl _func
10 _func: label
11 @ CHECK: _func
H A Darm-trustzone.s5 .globl _func
10 _func: label
11 @ CHECK: _func
H A Dbasic-thumb-instructions.s9 .globl _func
20 _func: label
21 @ CHECK: _func
H A Dbasic-thumb2-instructions.s4 .globl _func
15 _func: label
16 @ CHECK: _func
H A Darm-memory-instructions.s3 .globl _func
8 _func: label
9 @ CHECK: _func
H A Dbasic-arm-instructions.s4 .globl _func
12 _func: label
13 @ CHECK: _func
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dwsgilib.py592 _func = globals()[_name] variable
593 if (hasattr(_func, 'func_globals')
594 and _func.func_globals['__name__'] != __name__):
595 globals()[_name] = _warn_deprecated(_func)

Completed in 395 milliseconds