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

1 2 3 4 5 67 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
preempt.h 16 #include <linux/linkage.h>
swap.h 16 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm/
semaphore.h 15 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
mutex.h 17 #include <linux/linkage.h>
preempt.h 16 #include <linux/linkage.h>
swap.h 16 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/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>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm/
semaphore.h 15 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
mutex.h 17 #include <linux/linkage.h>
preempt.h 16 #include <linux/linkage.h>
swap.h 16 #include <linux/linkage.h>
  /prebuilt/ndk/android-ndk-r7/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/lib/AST/
Decl.cpp 69 typedef std::pair<Linkage,Visibility> LVPair;
77 return LVPair(minLinkage(L.first, R.linkage()),
82 /// Flags controlling the computation of linkage and visibility.
94 /// linkage, not the visibility, of a declaration.
115 /// \brief Get the most restrictive linkage for the types in the given
148 /// getLVForDecl - Get the linkage and visibility for the given declaration.
151 /// \brief Get the most restrictive linkage for the types and
218 // A name having namespace scope (3.3.6) has internal linkage if it
230 // declared to have external linkage; or
256 // A non-member function template can have internal linkage; an
    [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/llvm/include/llvm/
GlobalVariable.h 53 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
59 LinkageTypes Linkage, Constant *Initializer,
79 /// linkage) are guaranteed to have the same initializer.
82 /// hasUniqueInitializer() instead, because of the *_odr linkage type.
95 // The initializer of a global variable with weak linkage may change at
105 // linkage, because the linker might choose to discard the initializer and
108 // with *_odr linkage because then different instances of the global may
  /external/clang/test/CodeGenCXX/
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/clang/lib/CodeGen/
CGRTTI.cpp 36 GetAddrOfTypeName(QualType Ty, llvm::GlobalVariable::LinkageTypes Linkage);
118 llvm::GlobalVariable::LinkageTypes Linkage) {
131 CGM.CreateOrReplaceCXXRuntimeVariable(Name, Init->getType(), Linkage);
308 /// getTypeInfoLinkage - Return the linkage that the type info and type info
333 // to be used for exception handling. Give it linkonce_odr linkage.
496 // maybeUpdateRTTILinkage - Will update the linkage of the RTTI data structures
497 // from available_externally to the correct linkage if necessary. An example of
512 // typeinfo and typename structures available_externally linkage. When A::f
513 // forces the vtable to be generated, we need to change the linkage of the
519 // We're only interested in globals with available_externally linkage
    [all...]
CGVTT.cpp 26 llvm::GlobalVariable::LinkageTypes Linkage,
38 Linkage,
44 llvm::GlobalVariable::LinkageTypes Linkage,
58 VTables.push_back(GetAddrOfVTTVTable(*this, RD, *i, Linkage,
95 // Set the correct linkage.
96 VTT->setLinkage(Linkage);
  /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/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/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

Completed in 1958 milliseconds

1 2 3 4 5 67 8 91011>>