Searched refs:Create (Results 101 - 125 of 877) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp177 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
186 BranchInst::Create(II->getNormalDest(), II);
225 CallInst* StackSaveRet = CallInst::Create(StackSaveFn, "ssret", II);
236 CallInst::Create(StackRestoreFn, StackPtrLoad, "")->insertAfter(StackPtrLoad);
243 CallInst *NewCall = CallInst::Create(II->getCalledValue(),
252 BranchInst::Create(II->getNormalDest(), NewCall->getParent());
298 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt);
299 Instruction *NI = InsertValueInst::Create(AI, EI, 0);
430 // Create an alloca for the incoming jump buffer ptr and the new jump buffer
440 OldJmpBufPtr = GetElementPtrInst::Create(JmpBu
[all...]
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_linux.cc52 scoped_ptr<base::Environment> environment(base::Environment::Create());
61 scoped_ptr<base::Environment> environment(base::Environment::Create());
H A Dprocess_singleton_mac.cc61 return Create() ? PROCESS_NONE : PROFILE_IN_USE;
71 bool ProcessSingleton::Create() { function in class:ProcessSingleton
H A Dlocale_tests_uitest.cc17 scoped_ptr<base::Environment> env(base::Environment::Create());
H A Dspellcheck_host.h37 // spellcheck_host_ = SpellCheckHost::Create(
51 static scoped_refptr<SpellCheckHost> Create(
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.cc17 Notification SystemNotificationFactory::Create( function in class:chromeos::SystemNotificationFactory
28 Notification SystemNotificationFactory::Create( function in class:chromeos::SystemNotificationFactory
32 // Create an icon notification with or without a footer link
/external/chromium/crypto/
H A Drsa_private_key_nss_unittest.cc32 // Create a keypair, which will put the keys in the user's NSSDB.
33 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
45 // Create a keypair, which will put the keys in the user's NSSDB.
46 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
H A Dsignature_creator_unittest.cc15 crypto::RSAPrivateKey::Create(1024));
25 crypto::SignatureCreator::Create(key.get()));
H A Dsecure_hash_unittest.cc26 scoped_ptr<crypto::SecureHash> ctx(crypto::SecureHash::Create(
H A Dsignature_creator_openssl.cc17 SignatureCreator* SignatureCreator::Create(RSAPrivateKey* key) { function in class:crypto::SignatureCreator
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_main.cc56 talk_base::AsyncUDPSocket::Create(pthMain->socketserver(), int_addr));
64 talk_base::AsyncUDPSocket::Create(pthMain->socketserver(), ext_addr));
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp58 // Create some module to put our function into it.
61 // Create the add1 function entry and insert this entry into module M. The
71 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", Add1F);
73 // Create a basic block builder with default parameters. The builder will
85 // Create the add instruction, inserting it into the end of BB.
88 // Create the return instruction and add it to the basic block
101 BB = BasicBlock::Create(Context, "EntryBlock", FooF);
113 // Create the return instruction and add it to the basic block.
/external/llvm/unittests/Transforms/Utils/
H A DLocal.cpp26 BasicBlock *bb0 = BasicBlock::Create(C);
27 BasicBlock *bb1 = BasicBlock::Create(C);
H A DCloning.cpp56 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V);
57 BinaryOperator *Sub = BinaryOperator::Create(Instruction::Sub, V, V);
58 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V);
129 GetElementPtrInst *GEP = GetElementPtrInst::Create(V, ops);
139 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V);
/external/skia/src/core/
H A DSkDeviceProfile.cpp33 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, function in class:SkDeviceProfile
48 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas49 Stream := TANTLRStringStream.Create('One'#13#10'Two');
109 Stream := TANTLRStringStream.Create('One'#13#10'Two');
144 S1 := TANTLRStringStream.Create('lexer'#13#10);
147 S2 := TANTLRStringStream.Create(GRAMMARSTR);
150 S3 := TANTLRStringStream.Create('grammar P;');
158 S1 := TANTLRStringStream.Create('');
167 Stream := TANTLRStringStream.Create('One'#13#10'Two'#13#10'Three');
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h74 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
156 static STTableFarWriter *Create(const string filename) { function in class:fst::STTableFarWriter
158 STTableWriter<Fst<A>, FstWriter<A> >::Create(filename);
186 static STListFarWriter *Create(const string filename) { function in class:fst::STListFarWriter
188 STListWriter<Fst<A>, FstWriter<A> >::Create(filename);
212 FarWriter<A> *FarWriter<A>::Create(const string &filename, FarType type) { function in class:fst::FarWriter
216 return STListFarWriter<A>::Create(filename);
218 return STTableFarWriter<A>::Create(filename);
221 return STListFarWriter<A>::Create(filename);
224 LOG(ERROR) << "FarWriter::Create
[all...]
/external/chromium/chrome/common/
H A Dauto_start_linux.cc33 scoped_ptr<base::Environment> environment(base::Environment::Create());
59 scoped_ptr<base::Environment> environment(base::Environment::Create());
67 scoped_ptr<base::Environment> environment(base::Environment::Create());
H A Dmulti_process_lock_mac.cc53 MultiProcessLock* MultiProcessLock::Create(const std::string &name) { function in class:MultiProcessLock
H A Dmulti_process_lock_win.cc57 MultiProcessLock* MultiProcessLock::Create(const std::string &name) { function in class:MultiProcessLock
/external/clang/include/clang/AST/
H A DDeclGroup.h40 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
77 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp73 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func);
77 CallInst *brainf_call = CallInst::Create(mod->getFunction("brainf"),
83 ReturnInst::Create(mod->getContext(),
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp61 // Create a symbol for the name.
77 // Create a symbol for the name.
95 const MCExpr *Expr = MCSymbolRefExpr::Create(Sym, Ctx);
104 MCConstantExpr::Create(MO.getOffset(), Ctx),
129 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
/external/chromium/base/threading/
H A Dplatform_thread.h81 static bool Create(size_t stack_size, Delegate* delegate,
84 // CreateNonJoinable() does the same thing as Create() except the thread
89 // Joins with a thread created via the Create function. This function blocks
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.h33 static views::Window* Create(gfx::NativeWindow parent,

Completed in 1179 milliseconds

1234567891011>>