HomeSort by relevance Sort by last modified time
    Searched full:linkage (Results 226 - 250 of 1039) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
semaphore_32.h 21 #include <linux/linkage.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mutex.h 17 #include <linux/linkage.h>
preempt.h 16 #include <linux/linkage.h>
swap.h 16 #include <linux/linkage.h>
  /external/clang/test/CodeGen/
global-init.c 10 // This should get normal weak linkage.
15 // Since this is marked const, it should get weak_odr linkage, since all
  /external/clang/test/SemaCXX/
linkage.cpp 2 // during IR gen will cause linkage to be implicitly recomputed and
4 // testing linkage directly in Sema, that would be better.
  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 92 // V-table should be defined with weak linkage.
111 // V-table should be defined with weak linkage.
130 // V-table should be defined with weak linkage.
144 // V-table should be defined with weak linkage.
164 // V-table should be defined with weak linkage.
185 // V-table should be defined with weak linkage.
rtti-linkage.cpp 61 // be emitted in this translation unit and have external linkage.
68 // internal linkage, as should the type info for C itself.
84 // internal linkage.
93 // data should be emitted with linkonce_odr linkage.
108 // internal linkage.
  /external/llvm/include/llvm/IR/
GlobalVariable.h 68 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
75 LinkageTypes Linkage, Constant *Initializer,
95 /// linkage) are guaranteed to have the same initializer.
98 /// hasUniqueInitializer() instead, because of the *_odr linkage type.
111 // The initializer of a global variable with weak linkage may change at
124 // linkage, because the linker might choose to discard the initializer and
127 // with *_odr linkage because then different instances of the global may
  /external/clang/lib/CodeGen/
CGRTTI.cpp 34 GetAddrOfTypeName(QualType Ty, llvm::GlobalVariable::LinkageTypes Linkage);
114 llvm::GlobalVariable::LinkageTypes Linkage) {
128 CGM.CreateOrReplaceCXXRuntimeVariable(Name, Init->getType(), Linkage);
317 /// getTypeInfoLinkage - Return the linkage that the type info and type info
342 // to be used for exception handling. Give it linkonce_odr linkage.
357 llvm_unreachable("Invalid linkage!");
507 // maybeUpdateRTTILinkage - Will update the linkage of the RTTI data structures
508 // from available_externally to the correct linkage if necessary. An example of
523 // typeinfo and typename structures available_externally linkage. When A::f
524 // forces the vtable to be generated, we need to change the linkage of th
    [all...]
CGVTT.cpp 24 llvm::GlobalVariable::LinkageTypes Linkage,
36 Linkage,
42 llvm::GlobalVariable::LinkageTypes Linkage,
55 VTables.push_back(GetAddrOfVTTVTable(*this, RD, *i, Linkage,
92 // Set the correct linkage.
93 VTT->setLinkage(Linkage);
CGVTables.cpp 106 // If the thunk has weak/linkonce linkage, but the function must be
381 // Set the right linkage.
435 // If a function has a body, it should have available_externally linkage.
437 "Function should have available_externally linkage!");
439 // Change the linkage.
643 llvm::GlobalVariable::LinkageTypes Linkage,
656 // Set the correct linkage.
657 VTable->setLinkage(Linkage);
667 llvm::GlobalVariable::LinkageTypes Linkage,
692 // linkage construction vtable. The ABI only requires complete-object vtable
    [all...]
  /abi/cpp/src/
type_info.cc 50 // IHI0041A CPPABI 3.2.5.6. Because of weak linkage and share libraries,
68 // IHI0041A CPPABI 3.2.5.6. Because of weak linkage and share libraries,
  /external/clang/test/Sema/
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}}
36 __private_extern__ int pExtern; // expected-warning {{use of __private_extern__ on a declaration may not produce external symbol private to the linkage unit and is deprecated}} \
  /external/jpeg/
jmemdosa.asm 44 push bp ; linkage
79 push bp ; linkage
111 push bp ; linkage
145 push bp ; linkage
183 push bp ; linkage
221 push bp ; linkage
264 push bp ; linkage
345 push bp ; linkage
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 44 push bp ; linkage
79 push bp ; linkage
111 push bp ; linkage
145 push bp ; linkage
183 push bp ; linkage
221 push bp ; linkage
264 push bp ; linkage
345 push bp ; linkage
  /external/quake/quake/src/QW/scitech/include/
mgldos.h 34 extern "C" { /* Use "C" linkage when in C++ mode */
80 } /* End of "C" linkage for C++ */
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLDOS.H 34 extern "C" { /* Use "C" linkage when in C++ mode */
80 } /* End of "C" linkage for C++ */
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 51 // IHI0041A CPPABI 3.2.5.6. Because of weak linkage and share libraries,
69 // IHI0041A CPPABI 3.2.5.6. Because of weak linkage and share libraries,
  /bionic/libc/kernel/arch-arm/asm/
semaphore.h 21 #include <linux/linkage.h>
  /bionic/libc/kernel/arch-mips/asm/
irq.h 21 #include <linux/linkage.h>
smp.h 22 #include <linux/linkage.h>
  /bionic/libc/kernel/common/linux/
preempt.h 22 #include <linux/linkage.h>
  /development/ndk/platforms/android-3/include/linux/
linkage.h 15 #include <asm/linkage.h>
lockdep.h 15 #include <linux/linkage.h>

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>