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

1 2 3 4 5 6 7 8 9

  /external/clang/test/SemaTemplate/
instantiate-array.cpp 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
9 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 64 #define R_TYPE(name) __CONCAT(R_386_,name)
  /bionic/libc/arch-x86_64/include/machine/
elf_machdep.h 51 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /development/ndk/platforms/android-21/arch-x86/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86_64/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 170 __inline_mathop_ (float, __CONCAT(func,f), op) \
171 __inline_mathop_ (long double, __CONCAT(func,l), op)
174 __inline_mathopNP_ (float, __CONCAT(func,f), op) \
175 __inline_mathopNP_ (long double, __CONCAT(func,l), op)
192 __inline_mathop_decl_ (float, __CONCAT(func,f), op, params) \
193 __inline_mathop_decl_ (long double, __CONCAT(func,l), op, params)
196 __inline_mathop_declNP_ (float, __CONCAT(func,f), op, params) \
197 __inline_mathop_declNP_ (long double, __CONCAT(func,l), op, params)
221 __inline_mathcode_ (float, __CONCAT(func,f), arg, code) \
222 __inline_mathcode_ (long double, __CONCAT(func,l), arg, code
    [all...]
  /bionic/libc/arch-arm64/include/machine/
elf_machdep.h 104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /bionic/libc/private/
thread_private.h 22 #define __THREAD_NAME(name) __CONCAT(_thread_tagname_,name)
  /development/ndk/platforms/android-21/arch-arm64/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 9