/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash.cc | 73 namespace abi = __cxxabiv1; 116 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset() 117 const abi::__class_type_info *Base, in isDerivedFromAtOffset() 122 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset() 123 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset() 126 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset() 127 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset() 137 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset() 139 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset() 154 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset() [all …]
|
/external/oprofile/libabi/ |
D | abi.cpp | 28 abi::abi() in abi() function in abi 38 int abi::need(string const key) const throw (abi_exception) in need() 47 bool abi::operator==(abi const & other) const in operator ==() 53 ostream & operator<<(ostream & o, abi const & abi) in operator <<() argument 55 abi_iter i = abi.slots.begin(); in operator <<() 56 abi_iter e = abi.slots.end(); in operator <<() 65 istream & operator>>(istream & i, abi & abi) in operator >>() argument 69 abi.slots.clear(); in operator >>() 72 abi.slots[key] = val; in operator >>()
|
D | abi.h | 28 class abi { 30 abi(); 34 bool operator==(abi const & other) const; 35 friend std::ostream & operator<<(std::ostream & o, abi const & abi); 36 friend std::istream & operator>>(std::istream & i, abi & abi);
|
D | opimport.cpp | 51 abi const & theabi; 58 extractor(abi const & a, unsigned char const * src, size_t len) in extractor() 107 void import_from_abi(abi const & abi, void const * srcv, in import_from_abi() argument 114 extractor ext(abi, src, len); in import_from_abi() 116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4); in import_from_abi() 134 src += abi.need("sizeof_struct_opd_header"); in import_from_abi() 140 src += abi.need("sizeof_odb_descr_t"); in import_from_abi() 144 src += abi.need("sizeof_odb_node_t"); in import_from_abi() 147 unsigned int step = abi.need("sizeof_odb_node_t"); in import_from_abi() 179 abi current_abi, input_abi; in main()
|
D | Makefile.am | 14 libabi_a_SOURCES = abi.cpp abi.h op_abi.c op_abi.h
|
/external/libffi/src/powerpc/ |
D | ffi.c | 141 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV() 176 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV() 192 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV() 215 if ((ecif->cif->abi != FFI_LINUX) in ffi_prep_args_SYSV() 216 && (ecif->cif->abi != FFI_LINUX_SOFT_FLOAT)) in ffi_prep_args_SYSV() 223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_args_SYSV() 601 if (cif->abi == FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep() 604 if (cif->abi != FFI_LINUX64) in ffi_prep_cif_machdep() 647 if (cif->abi != FFI_LINUX && cif->abi != FFI_LINUX64 in ffi_prep_cif_machdep() 648 && cif->abi != FFI_LINUX_SOFT_FLOAT) in ffi_prep_cif_machdep() [all …]
|
D | ffi_darwin.c | 202 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN) in ffi_prep_args() 286 if (cif->abi == FFI_DARWIN) in ffi_prep_cif_machdep() 450 switch (cif->abi) in ffi_call() 541 switch (cif->abi) in ffi_prep_closure_loc() 545 FFI_ASSERT (cif->abi == FFI_DARWIN); in ffi_prep_closure_loc() 573 FFI_ASSERT (cif->abi == FFI_AIX); in ffi_prep_closure_loc() 710 if (size_al < 3 && cif->abi == FFI_DARWIN) in ffi_closure_helper_DARWIN()
|
/external/libffi/src/ |
D | prep_cif.c | 88 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 96 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif() 98 cif->abi = abi; in ffi_prep_cif() 117 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 140 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 142 && cif->abi != FFI_V9)) in ffi_prep_cif()
|
/external/libffi/src/cris/ |
D | ffi.c | 158 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 166 FFI_ASSERT ((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif() 168 cif->abi = abi; in ffi_prep_cif() 257 switch (cif->abi) in ffi_call() 371 FFI_ASSERT (cif->abi == FFI_SYSV); in ffi_prep_closure_loc()
|
/external/libffi/src/mips/ |
D | ffi.c | 127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_prep_args() 299 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep() 337 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep() 520 switch (cif->abi) in ffi_call() 577 FFI_ASSERT(cif->abi == FFI_O32 || cif->abi == FFI_O32_SOFT_FLOAT); in ffi_prep_closure_loc() 580 FFI_ASSERT(cif->abi == FFI_N32 || cif->abi == FFI_N64); in ffi_prep_closure_loc() 670 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT); in ffi_closure_mips_inner_O32() 735 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_closure_mips_inner_O32() 756 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, in copy_struct_N32() argument 863 type = (cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32; in ffi_closure_mips_inner_N32() [all …]
|
/external/clang/test/Index/ |
D | complete-ivar-access.m | 53 // RUN: c-index-test -code-completion-at=%s:43:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix… 54 // RUN: c-index-test -code-completion-at=%s:48:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix… 65 // RUN: c-index-test -code-completion-at=%s:44:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi… 66 // RUN: c-index-test -code-completion-at=%s:49:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi…
|
D | complete-synthesized.m | 38 …-code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s 39 …-code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s 40 …-code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
|
D | arc-annotate.m | 12 // RUN: c-index-test -test-annotate-tokens=%s:1:1:11:1 %s -fobjc-arc -fobjc-nonfragile-abi | FileCh… 54 // RUN: c-index-test -file-refs-at=%s:8:8 %s -fobjc-arc -fobjc-nonfragile-abi | FileCheck %s -check…
|
D | complete-in-invalid-method.m | 17 // RUN: c-index-test -code-completion-at=%s:13:7 -fobjc-nonfragile-abi %s | FileCheck %s
|
/external/libffi/src/x86/ |
D | ffi.c | 210 switch (cif->abi) in ffi_call() 348 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc() 355 else if (cif->abi == FFI_STDCALL) in ffi_prep_closure_loc() 387 if (cif->abi != FFI_SYSV) { in ffi_prep_raw_closure_loc() 455 switch (cif->abi) in ffi_raw_call()
|
/external/libffi/src/sparc/ |
D | ffi.c | 255 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep() 305 if (cif->abi == FFI_V9 && cif->rtype->size > 32) in ffi_prep_cif_machdep() 313 if (cif->abi != FFI_V9) in ffi_prep_cif_machdep() 392 switch (cif->abi) in ffi_call() 440 FFI_ASSERT (cif->abi == FFI_V9); in ffi_prep_closure_loc() 449 FFI_ASSERT (cif->abi == FFI_V8); in ffi_prep_closure_loc()
|
/external/icu4c/test/testdata/ |
D | casing.txt | 25 { "aBIΣßΣ/", "abiσßς/", "" }, 65 { "aBİIıϐßffi", "abi̇iıβssffi", "" }, 66 { "aBİIıϐßffi", "abiııβssffi", "T" } // U_FOLD_CASE_EXCLUDE_SPECIAL_I
|
/external/llvm/test/CodeGen/X86/ |
D | odr_comdat.ll | 5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate
|
/external/llvm/test/CodeGen/ARM/ |
D | odr_comdat.ll | 5 ; see http://sourcery.mentor.com/public/cxx-abi/abi.html#vague-itemplate
|
D | arguments_f64_backfill.ll | 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
|
/external/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 148 if ($win64 && $current_function->{abi} eq "svr4") { 162 if ($win64 && $current_function->{abi} eq "svr4") { 352 $current_function->{abi} eq "svr4") { 371 } elsif ($win64 && $current_function->{abi} eq "svr4") { 460 $current_function->{abi} = "svr4"; 500 if ($win64 && $current_function->{abi} eq "svr4"); 587 if ($current_function->{abi} eq "svr4") {
|
/external/clang/test/Driver/ |
D | darwin-objc-options.m | 4 // RUN: -arch x86_64 -fobjc-abi-version=1 2> %t 13 // RUN: -arch i386 -fobjc-abi-version=2 2> %t
|
/external/llvm/docs/ |
D | HowToBuildOnARM.rst | 30 $ ../$LLVM_SRC_DIR/configure --with-abi=aapcs-vfp 42 --with-float=hard --with-abi=aapcs-vfp --with-fpu=neon \
|
/external/clang/test/Preprocessor/ |
D | non_fragile_feature.m | 11 #error objc_weak_class should be enabled with nonfragile abi
|
/external/libffi/darwin-x86/ |
D | ffi.h | 178 ffi_abi abi; member 348 ffi_abi abi,
|