Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py337 _INSIDE_ASM = 1 # Inside inline assembly block variable
1611 inner_block.inline_asm = _INSIDE_ASM
1616 elif (inner_block.inline_asm == _INSIDE_ASM and
/external/libvpx/libvpx/tools/
Dcpplint.py424 _INSIDE_ASM = 1 # Inside inline assembly block variable
1920 inner_block.inline_asm = _INSIDE_ASM
1925 elif (inner_block.inline_asm == _INSIDE_ASM and
/external/libaom/libaom/tools/
Dcpplint.py424 _INSIDE_ASM = 1 # Inside inline assembly block variable
1920 inner_block.inline_asm = _INSIDE_ASM
1925 elif (inner_block.inline_asm == _INSIDE_ASM and
/external/google-styleguide/cpplint/
Dcpplint_unittest.py5638 cpplint._INSIDE_ASM)
5657 cpplint._INSIDE_ASM)
5664 cpplint._INSIDE_ASM)
5670 cpplint._INSIDE_ASM)
Dcpplint.py522 _INSIDE_ASM = 1 # Inside inline assembly block variable
2613 inner_block.inline_asm = _INSIDE_ASM
2618 elif (inner_block.inline_asm == _INSIDE_ASM and