/external/llvm/include/llvm/ |
Linker.h | 283 /// Module it contains (wrapped in an auto_ptr), or 0 if an error occurs. 284 std::auto_ptr<Module> LoadObject(const sys::Path& FN);
|
/external/llvm/tools/llvm-as/ |
llvm-as.cpp | 97 std::auto_ptr<Module> M(ParseAssemblyFile(InputFilename, Err, Context));
|
/external/llvm/tools/llvm-ld/ |
Optimize.cpp | 103 std::auto_ptr<TargetMachine> target;
|
/external/llvm/tools/llvm-ranlib/ |
llvm-ranlib.cpp | 78 std::auto_ptr<Archive>
|
/external/llvm/lib/CodeGen/ |
RegAllocPBQP.cpp | 93 RegAllocPBQP(std::auto_ptr<PBQPBuilder> b, char *cPassID=0) 127 std::auto_ptr<PBQPBuilder> builder; 139 std::auto_ptr<Spiller> spiller; 193 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, 203 std::auto_ptr<PBQPRAProblem> p(new PBQPRAProblem()); 372 std::auto_ptr<PBQPRAProblem> PBQPBuilderWithCoalescing::build( 378 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs); 694 std::auto_ptr<PBQPRAProblem> problem = 742 std::auto_ptr<PBQPBuilder> builder, 750 std::auto_ptr<PBQPBuilder>(new PBQPBuilderWithCoalescing())) [all...] |
RegAllocBasic.cpp | 72 std::auto_ptr<Spiller> SpillerInstance;
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 619 std::auto_ptr<Modifier> LM(new LoadModifier(BB, &PT, &R)); 620 std::auto_ptr<Modifier> SM(new StoreModifier(BB, &PT, &R)); 621 std::auto_ptr<Modifier> EE(new ExtractElementModifier(BB, &PT, &R)); 622 std::auto_ptr<Modifier> SHM(new ShuffModifier(BB, &PT, &R)); 623 std::auto_ptr<Modifier> IE(new InsertElementModifier(BB, &PT, &R)); 624 std::auto_ptr<Modifier> BM(new BinModifier(BB, &PT, &R)); 625 std::auto_ptr<Modifier> CM(new CastModifier(BB, &PT, &R)); 626 std::auto_ptr<Modifier> SLM(new SelectModifier(BB, &PT, &R)); 627 std::auto_ptr<Modifier> PM(new CmpModifier(BB, &PT, &R)); 679 std::auto_ptr<Module> M(new Module("/tmp/autogen.bc", getGlobalContext())) [all...] |
/frameworks/compile/slang/ |
llvm-rs-link.cpp | 194 std::auto_ptr<Module> Composite(LoadBitcodeFile(InputFile, Context)); 267 std::auto_ptr<Module> Linked(
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.h | 254 std::auto_ptr<T> waitForReply(uint32_t requestID) 272 return std::auto_ptr<T>(); 275 return std::auto_ptr<T>(static_cast<T*>(reply));
|
/external/llvm/lib/Linker/ |
LinkArchives.cpp | 114 std::auto_ptr<Archive> AutoArch (
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 125 std::auto_ptr<Module> M(ParseInputFile(Filenames[i], Context));
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 128 std::auto_ptr<Module> M;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 138 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 141 __shared_count(std::auto_ptr<_Tp>& __r) 443 __shared_ptr(std::auto_ptr<_Tp1>& __r) 488 operator=(std::auto_ptr<_Tp1>& __r) 860 shared_ptr(std::auto_ptr<_Tp1>& __r) 887 operator=(std::auto_ptr<_Tp1>& __r)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
shared_ptr.h | 333 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 336 __shared_count(std::auto_ptr<_Tp>& __r) 598 __shared_ptr(std::auto_ptr<_Tp1>& __r) 643 operator=(std::auto_ptr<_Tp1>& __r) 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) 1047 operator=(std::auto_ptr<_Tp1>& __r)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
shared_ptr.h | 333 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 336 __shared_count(std::auto_ptr<_Tp>& __r) 598 __shared_ptr(std::auto_ptr<_Tp1>& __r) 643 operator=(std::auto_ptr<_Tp1>& __r) 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) 1047 operator=(std::auto_ptr<_Tp1>& __r)
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 138 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 141 __shared_count(std::auto_ptr<_Tp>& __r) 443 __shared_ptr(std::auto_ptr<_Tp1>& __r) 488 operator=(std::auto_ptr<_Tp1>& __r) 860 shared_ptr(std::auto_ptr<_Tp1>& __r) 887 operator=(std::auto_ptr<_Tp1>& __r)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 138 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 141 __shared_count(std::auto_ptr<_Tp>& __r) 443 __shared_ptr(std::auto_ptr<_Tp1>& __r) 488 operator=(std::auto_ptr<_Tp1>& __r) 860 shared_ptr(std::auto_ptr<_Tp1>& __r) 887 operator=(std::auto_ptr<_Tp1>& __r)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 138 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 141 __shared_count(std::auto_ptr<_Tp>& __r) 443 __shared_ptr(std::auto_ptr<_Tp1>& __r) 488 operator=(std::auto_ptr<_Tp1>& __r) 860 shared_ptr(std::auto_ptr<_Tp1>& __r) 887 operator=(std::auto_ptr<_Tp1>& __r)
|
/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 335 std::auto_ptr<Archive> result ( new Archive(file, C)); 450 std::auto_ptr<Archive> result ( new Archive(file, C) );
|
/external/llvm/tools/llc/ |
llc.cpp | 356 std::auto_ptr<Module> M; 452 std::auto_ptr<TargetMachine>
|
/external/llvm/unittests/Support/ |
ValueHandleTest.cpp | 28 std::auto_ptr<BitCastInst> BitcastV; 321 std::auto_ptr<BinaryOperator> BitcastUser(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 253 shared_ptr(std::auto_ptr<_Tp1>&& __r) 282 operator=(std::auto_ptr<_Tp1>&& __r)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 253 shared_ptr(std::auto_ptr<_Tp1>&& __r) 282 operator=(std::auto_ptr<_Tp1>&& __r)
|
/external/llvm/tools/llvm-extract/ |
llvm-extract.cpp | 89 std::auto_ptr<Module> M;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
shared_ptr.h | 303 // Special case for auto_ptr<_Tp> to provide the strong guarantee. 306 __shared_count(std::auto_ptr<_Tp>&& __r) 720 __shared_ptr(std::auto_ptr<_Tp1>&& __r) 743 operator=(std::auto_ptr<_Tp1>&& __r) [all...] |