HomeSort by relevance Sort by last modified time
    Searched refs:Define (Results 51 - 75 of 259) sorted by null

1 23 4 5 6 7 8 91011

  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 18 #define LLVM_CODEGEN_MACHINEINSTRBUILDER_H
31 Define = 0x2,
39 DefineNoRead = Define | Undef,
40 ImplicitDefine = Implicit | Define,
70 flags & RegState::Define,
246 .addReg(DestReg, RegState::Define);
260 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
271 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define);
389 return B ? RegState::Define : 0;
  /external/v8/test/mjsunit/harmony/
proxies-get.js 62 // Define a non-configurable, non-writeable property on the target for
74 // Define a non-configurable getter on the target for which the handler
85 // Define a non-configurable setter without a corresponding getter on the
96 // Define a non-configurable setter without a corresponding getter on the
  /sdk/build/
windows_sdk_tools.mk 14 # Define the list of tool-dependent modules requisites needed
  /external/llvm/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
60 AC_DEFINE([HAVE_LINK_EXPORT_DYNAMIC],[1],[Define if you can use -rdynamic.])
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.cpp 56 MachineInstrBuilder(MI).addReg(DstReg, RegState::Define);
  /external/webrtc/webrtc/
typedefs.h 15 #define WEBRTC_TYPEDEFS_H_
22 #define WEBRTC_ARCH_X86_FAMILY
23 #define WEBRTC_ARCH_X86_64
24 #define WEBRTC_ARCH_64_BITS
25 #define WEBRTC_ARCH_LITTLE_ENDIAN
27 #define WEBRTC_ARCH_ARM_FAMILY
28 #define WEBRTC_ARCH_64_BITS
29 #define WEBRTC_ARCH_LITTLE_ENDIAN
31 #define WEBRTC_ARCH_X86_FAMILY
32 #define WEBRTC_ARCH_X8
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_bl_in_range.s 20 # Define _start so that linker does not complain.
arm_bl_out_of_range.s 21 # Define _start so that linker does not complain.
arm_thm_jump11.s 21 # Define _start so that linker does not complain.
arm_thm_jump8.s 21 # Define _start so that linker does not complain.
thumb_bl_in_range.s 20 # Define _start so that linker does not complain.
thumb_blx_out_of_range.s 21 # Define _start so that linker does not complain.
thumb_bl_out_of_range.s 22 # Define _start so that linker does not complain.
thumb_bl_out_of_range_local.s 22 # Define _start so that linker does not complain.
thumb_blx_in_range.s 25 # Define _start so that linker does not complain.
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 434 ResolveInfo::Define,
441 ResolveInfo::Define,
450 ResolveInfo::Define,
459 ResolveInfo::Define,
468 ResolveInfo::Define,
477 ResolveInfo::Define,
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
16 # define JEMALLOC_NO_DEMANGLE
22 echo "# define ${n} ${symbol_prefix}${n}"
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 57 return ResolveInfo::Define;
61 return ResolveInfo::Define;
SectionSymbolSet.cpp 41 ResolveInfo::Define,
  /external/libweave/third_party/chromium/base/strings/
string_util.h 8 #define BASE_STRINGS_STRING_UTIL_H_
183 #error Define string operations appropriately for your platform
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 48 ResolveInfo::Define,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 169 ;; Section 8.2.12.2 Define Constant -dc
181 ;; Section 8.2.12.3 Define Constant Block -dcb
190 ;; Section 8.2.12.4 Define Storage - ds
216 ;; Section 8.2.12.8 Define Section - section
  /art/cmdline/
cmdline_parser.h 18 #define ART_CMDLINE_CMDLINE_PARSER_H_
20 #define CMDLINE_NDEBUG 1 // Do not output any debugging information for parsing.
361 // Build a new parser given a chain of calls to define arguments.
365 // Define a single argument. The default type is Unit.
366 UntypedArgumentBuilder Define(const char* name) {
367 return Define({name});
370 // Define a single argument with multiple aliases.
371 UntypedArgumentBuilder Define(std::initializer_list<const char*> names) {
395 auto&& builder = Define(ignore_name).template WithType<std::string>().IntoIgnore();
400 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore()
    [all...]
  /external/libexif/test/nls/
test-codeset.c 28 #define MY_CODESET "UTF-8"
30 #define MY_CODESET "iso-8859-1"
32 #define MY_CODESET "default"
33 #define bind_textdomain_codeset(domain,codeset) \
36 #error Define one of the CODESET_* macros!
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 86 ResolveInfo::Define,

Completed in 261 milliseconds

1 23 4 5 6 7 8 91011