HomeSort by relevance Sort by last modified time
    Searched full:linkage (Results 1451 - 1475 of 2558) sorted by null

<<51525354555657585960>>

  /prebuilts/misc/darwin-x86/analyzer/bin/
ccc-analyzer 86 CLANG_FLAGS_END="$CLANG_FLAGS_END -Wno-return-type-c-linkage"
ccc-syntax 89 CLANG_FLAGS_END="$CLANG_FLAGS_END -Wno-return-type-c-linkage"
cxx-analyzer 83 CLANG_FLAGS_END="$CLANG_FLAGS_END -Wno-return-type-c-linkage"
cxx-syntax 86 CLANG_FLAGS_END="$CLANG_FLAGS_END -Wno-return-type-c-linkage"
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_main.h 82 * The application's main() function must be called with C linkage,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_main.h 82 * The application's main() function must be called with C linkage,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_main.h 82 * The application's main() function must be called with C linkage,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_layout.cpp 182 // TODO(umar): Check linkage capabilities for function declarations
  /toolchain/binutils/binutils-2.25/config/
tls.m4 21 dnl with __thread linkage has a different address in different threads.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 719 external linkage depending on the platform.
729 linkage handling and both of these use __declspec().
735 /* only get special linkage if built as shared or platform is Cygwin */
741 /* module init functions inside the core need no external linkage */
768 /* If no external linkage macros defined by now, create defaults */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 742 external linkage depending on the platform.
752 linkage handling and both of these use __declspec().
758 /* only get special linkage if built as shared or platform is Cygwin */
764 /* module init functions inside the core need no external linkage */
791 /* If no external linkage macros defined by now, create defaults */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 758 external linkage depending on the platform.
768 linkage handling and both of these use __declspec().
774 /* only get special linkage if built as shared or platform is Cygwin */
780 /* module init functions inside the core need no external linkage */
807 /* If no external linkage macros defined by now, create defaults */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 719 external linkage depending on the platform.
729 linkage handling and both of these use __declspec().
735 /* only get special linkage if built as shared or platform is Cygwin */
741 /* module init functions inside the core need no external linkage */
768 /* If no external linkage macros defined by now, create defaults */
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 33 llvm::GlobalValue::LinkageTypes Linkage) {
36 Name, Linkage, CGM.getCodeGenOpts().MainFileName,
41 FuncNameVar = llvm::createPGOFuncNameVar(CGM.getModule(), Linkage, FuncName);
693 llvm::GlobalValue::LinkageTypes Linkage) {
708 setFuncName(Name, Linkage);
  /external/python/cpython2/Include/
pyport.h 751 external linkage depending on the platform.
761 linkage handling and both of these use __declspec().
767 /* only get special linkage if built as shared or platform is Cygwin */
773 /* module init functions inside the core need no external linkage */
800 /* If no external linkage macros defined by now, create defaults */
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 877 external linkage depending on the platform.
887 linkage handling and all of these use __declspec().
893 /* only get special linkage if built as shared or platform is Cygwin */
899 /* module init functions inside the core need no external linkage */
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 877 external linkage depending on the platform.
887 linkage handling and all of these use __declspec().
893 /* only get special linkage if built as shared or platform is Cygwin */
899 /* module init functions inside the core need no external linkage */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 877 external linkage depending on the platform.
887 linkage handling and all of these use __declspec().
893 /* only get special linkage if built as shared or platform is Cygwin */
899 /* module init functions inside the core need no external linkage */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 877 external linkage depending on the platform.
887 linkage handling and all of these use __declspec().
893 /* only get special linkage if built as shared or platform is Cygwin */
899 /* module init functions inside the core need no external linkage */
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
LangRef.html 23 <li><a href="#linkage">Linkage Types</a>
25 <li><a href="#linkage_private">'<tt>private</tt>' Linkage</a></li>
26 <li><a href="#linkage_linker_private">'<tt>linker_private</tt>' Linkage</a></li>
27 <li><a href="#linkage_linker_private_weak">'<tt>linker_private_weak</tt>' Linkage</a></li>
28 <li><a href="#linkage_linker_private_weak_def_auto">'<tt>linker_private_weak_def_auto</tt>' Linkage</a></li>
29 <li><a href="#linkage_internal">'<tt>internal</tt>' Linkage</a></li>
30 <li><a href="#linkage_available_externally">'<tt>available_externally</tt>' Linkage</a></li>
31 <li><a href="#linkage_linkonce">'<tt>linkonce</tt>' Linkage</a></li>
32 <li><a href="#linkage_common">'<tt>common</tt>' Linkage</a></li>
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 24 Zone* zone, size_t node_count, Linkage* linkage,
31 linkage_(linkage),
401 return linkage()->GetIncomingDescriptor()->flags() &
    [all...]
js-create-lowering.cc 14 #include "src/compiler/linkage.h"
337 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
379 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
418 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
600 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
618 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
647 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
671 CallDescriptor* desc = Linkage::GetStubCallDescriptor(
704 CallDescriptor* desc = Linkage::GetStubCallDescriptor
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 502 // linkage, i.e. for value other than local linkage they are identical.
726 // Summary were not emitted before LLVM 3.9, we don't need to upgrade Linkage
727 // like getDecodedLinkage() above. Any future change to the linkage enum and
729 auto Linkage = GlobalValue::LinkageTypes(RawFlags & 0xF); // 4 bits
732 return GlobalValueSummary::GVFlags(Linkage, HasSection);
    [all...]
  /external/llvm/docs/
BitCodeFormat.rst 676 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, externally_initialized, dllstorageclass, comdat]``
692 * *linkage*: An encoding of the linkage type for this variable:
758 ``[FUNCTION, type, callingconv, isproto, linkage, paramattr, alignment, section, visibility, gc, prologuedata, dllstorageclass, comdat, prefixdata, personalityfn]``
784 * *linkage*: An encoding of the `linkage type`_ for this function
820 ``[ALIAS, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr]``
829 * *linkage*: An encoding of the `linkage type`_ for this alias
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-lm32.c     [all...]

Completed in 628 milliseconds

<<51525354555657585960>>