HomeSort by relevance Sort by last modified time
    Searched defs:_f (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/test/MC/MachO/
eh_symbol.s 4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
129 // CHECK: Name: _f (1)
debug_frame.s 14 .globl _f
16 _f: ## @f label
  /external/llvm/test/Object/X86/
nm-macho.s 3 // CHECK: 0000000000000000 t _f
6 _f: label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
eh_symbol.s 4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
129 // CHECK: Name: _f (1)
debug_frame.s 14 .globl _f
16 _f: ## @f label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Object/X86/
nm-macho.s 3 // CHECK: 0000000000000000 t _f
6 _f: label
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 10 .globl _f
12 _f: ## @f label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 10 .globl _f
12 _f: ## @f label
  /external/libcxx/test/std/utilities/meta/meta.help/
bool_constant.pass.cpp 28 typedef std::bool_constant<false> _f; typedef
29 static_assert(!_f::value, "");
30 static_assert((std::is_same<_f::value_type, bool>::value), "");
31 static_assert((std::is_same<_f::type, _f>::value), "");
32 static_assert((_f() == false), "");
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
132 // CHECK: ('_string', '_f')
debug_frame.s 13 .globl _f
15 _f: ## @f label
  /external/clang/test/CXX/over/over.oper/over.literal/
p2.cpp 24 int operator "" _f; // expected-error {{cannot be the name of a variable}} local
  /external/clang/test/Driver/
as-dwarf-cie.s 9 .globl _f
11 _f: ## @f label
  /external/llvm/test/MC/COFF/
cv-empty-linetable.s 9 .def _f;
13 .globl _f
15 _f: # @f label
55 .long Lfunc_end0-_f
57 .secrel32 _f
58 .secidx _f
74 .cv_linetable 0, _f, Lfunc_end0
79 # CHECK: LinkageName: _f
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-empty-linetable.s 9 .def _f;
13 .globl _f
15 _f: # @f label
56 .long Lfunc_end0-_f
58 .secrel32 _f
59 .secidx _f
75 .cv_linetable 0, _f, Lfunc_end0
80 # CHECK: LinkageName: _f
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dis.py 10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
117 self.do_disassembly_test(_f, dis_f)
test_doctest.py 2544 ... def _f(): function in function:test_unittest_reportflags
    [all...]
  /external/python/cpython2/Lib/test/
test_dis.py 10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
118 self.do_disassembly_test(_f, dis_f)
test_doctest.py 2683 ... def _f(): function in function:test_unittest_reportflags
    [all...]
  /bionic/libc/kernel/uapi/linux/
sysinfo.h 37 char _f[20 - 2 * sizeof(__kernel_ulong_t) - sizeof(__u32)]; member in struct:sysinfo
  /external/iproute2/include/uapi/linux/
sysinfo.h 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/iptables/include/linux/
kernel.h 26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/kernel-headers/original/uapi/linux/
sysinfo.h 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo

Completed in 1668 milliseconds

1 2