HomeSort by relevance Sort by last modified time
    Searched full:linkage (Results 251 - 275 of 851) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
lockdep.h 15 #include <linux/linkage.h>
workqueue.h 16 #include <linux/linkage.h>
  /external/clang/lib/CodeGen/
CGVTables.cpp 129 // If the thunk has weak/linkonce linkage, but the function must be
392 // Set the right linkage.
446 // If a function has a body, it should have available_externally linkage.
448 "Function should have available_externally linkage!");
450 // Change the linkage.
645 llvm::GlobalVariable::LinkageTypes Linkage,
658 // Set the correct linkage.
659 VTable->setLinkage(Linkage);
669 llvm::GlobalVariable::LinkageTypes Linkage,
694 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType, Linkage);
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 11 // available_externally linkage.
41 // This tests mainly that the typeinfo and typename constants have their linkage
anonymous-namespaces.cpp 24 // Check for generation of a VTT with internal linkage
mangle-unnamed.cpp 9 // doesn't have linkage.
rtti-visibility.cpp 24 // A is weak, so its linkage should be linkoce_odr, but not marked hidden.
static-data-member.cpp 26 // members with internal linkage.
  /external/expat/win32/
README.txt 53 be built easily by specifying a different RTL linkage in
74 - specify a different RTL linkage on the C/C++ tab
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameDistance.java 23 * A detailed discussion of the topic of record linkage in general and name matching
26 * Winkler, W. E. (2006). "Overview of Record Linkage and Current Research Directions".
  /bionic/libc/kernel/arch-sh/asm/
system.h 17 #include <linux/linkage.h>
  /bionic/libc/kernel/common/linux/
gfp.h 17 #include <linux/linkage.h>
  /development/ndk/platforms/android-3/include/linux/
gfp.h 17 #include <linux/linkage.h>
  /external/clang/test/Parser/
cxx-decl.cpp 93 extern "" // expected-error {{unknown linkage language}}
  /external/clang/test/Sema/
private-extern.c 72 // FIXME: linkage specifier in warning.
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 14 template<typename T> class D; // expected-error{{templates must have C++ linkage}}
  /external/kernel-headers/original/asm-arm/
semaphore.h 7 #include <linux/linkage.h>
  /external/llvm/docs/CommandGuide/
llvm-diff.pod 43 Many important differences, like changes in linkage or function
  /external/llvm/include/llvm/CodeGen/
GCs.h 1 //===-- GCs.h - Garbage collector linkage hacks ---------------------------===//
  /external/ppp/pppd/
pppcrypt.h 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
  /external/webrtc/src/common_audio/vad/main/source/
vad_const.h 21 // TODO(ajm): give these internal-linkage by moving to the appropriate file
  /frameworks/compile/libbcc/runtime/lib/ppc/
saveFP.S 17 // This function should never be exported by a shared library. Each linkage
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
gfp.h 17 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
gfp.h 17 #include <linux/linkage.h>

Completed in 3117 milliseconds

<<11121314151617181920>>