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

1 2 3

  /external/llvm/test/MC/MachO/
bad-darwin-x86_64-32-bit-abs-addr.s 4 mov $_f, %rsi
eh_symbol.s 4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
debug_frame.s 14 .globl _f
16 _f: ## @f label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
129 // CHECK: Name: _f (1)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
bad-darwin-x86_64-32-bit-abs-addr.s 4 mov $_f, %rsi
eh_symbol.s 4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
debug_frame.s 14 .globl _f
16 _f: ## @f label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
129 // CHECK: Name: _f (1)
  /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/Object/X86/
nm-macho.s 3 // CHECK: 0000000000000000 t _f
6 _f: label
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 11 template<char...> void operator "" _f(); // expected-error {{must have C++ linkage}}
p2.cpp 24 int operator "" _f; // expected-error {{cannot be the name of a variable}} local
  /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/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/test/MC/MachO/
debug_frame.s 13 .globl _f
15 _f: ## @f label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
132 // CHECK: ('_string', '_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.10/Lib/
types.py 42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
  /external/iptables/include/linux/
kernel.h 26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/python/cpython2/Lib/
types.py 42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
  /external/skia/infra/bots/recipe_modules/flavor/
api.py 78 self._f = self.get_flavor(self.m.vars)
79 self.device_dirs = self._f.device_dirs
80 self.host_dirs = self._f.host_dirs
84 return self._f.step(name, cmd, **kwargs)
87 return self._f.device_path_join(*args)
90 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
93 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
96 return self._f.copy_file_to_device(host_path, device_path)
99 return self._f.create_clean_host_dir(path)
102 return self._f.create_clean_device_dir(path
    [all...]
  /external/skqp/infra/bots/recipe_modules/flavor/
api.py 78 self._f = self.get_flavor(self.m.vars)
79 self.device_dirs = self._f.device_dirs
80 self.host_dirs = self._f.host_dirs
84 return self._f.step(name, cmd, **kwargs)
87 return self._f.device_path_join(*args)
90 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
93 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
96 return self._f.copy_file_to_device(host_path, device_path)
99 return self._f.create_clean_host_dir(path)
102 return self._f.create_clean_device_dir(path
    [all...]
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 8 S operator"" _f(long double);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 10 .globl _f
12 _f: ## @f label

Completed in 1905 milliseconds

1 2 3