HomeSort by relevance Sort by last modified time
    Searched refs:_f (Results 1 - 25 of 68) 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/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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')
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kernel.h 26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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
  /prebuilts/gdb/linux-x86/lib/python2.7/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/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
  /bionic/libc/kernel/uapi/linux/
sysinfo.h 37 char _f[20 - 2 * sizeof(__kernel_ulong_t) - sizeof(__u32)]; member in struct:sysinfo
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
smcc.h 74 #define is_caller_non_secure(_f) (!!(_f & SMC_FROM_NON_SECURE))
75 #define is_caller_secure(_f) (!(is_caller_non_secure(_f)))

Completed in 2872 milliseconds

1 2 3