Searched refs:Context (Results 401 - 425 of 602) sorted by relevance

<<11121314151617181920>>

/external/llvm/tools/llc/
H A Dllc.cpp233 LLVMContext &Context = getGlobalContext(); local
251 M.reset(ParseIRFile(InputFilename, Err, Context));
/external/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp260 LLVMContext &Context = getGlobalContext(); local
271 M = ParseBitcodeFile(Buffer.get(), Context, &ErrorMessage);
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp315 MCContext Context(*_target->getMCAsmInfo(), *_target->getRegisterInfo(), NULL);
316 Mangler mangler(Context, *_target->getTargetData());
/external/v8/test/cctest/
H A Dtest-decls.cc44 // A DeclarationContext holds a reference to a v8::Context and keeps
93 Persistent<Context> context_;
120 context_ = Context::New(0, function->InstanceTemplate(), Local<Value>());
H A Dtest-log-stack-tracer.cc62 static v8::Persistent<v8::Context> env;
197 env = v8::Context::New(&config);
H A Dtest-parsing.cc187 v8::Persistent<v8::Context> context = v8::Context::New();
188 v8::Context::Scope context_scope(context);
518 v8::Persistent<v8::Context> context = v8::Context::New();
519 v8::Context::Scope context_scope(context);
H A Dtest-debug.cc135 : context_(v8::Context::New(extensions, global_template, global_object)) {
142 inline v8::Context* operator->() { return *context_; }
143 inline v8::Context* operator*() { return *context_; }
161 v8::Persistent<v8::Context> context_;
183 v8::Context::GetCurrent()->Global()->Get(v8::String::New(function_name)));
4126 v8::Persistent<v8::Context> context = v8::Context::New(&extensions);
5033 v8::Handle<v8::Context> context = v8::Context::New(NULL, global_template);
5034 v8::Context
[all...]
/external/v8/tools/
H A Dgc-nvp-trace-processor.py136 class Context(object): class in inherits:object
196 context = Context(datafile, field_to_index)
/external/webkit/Source/WebKit/chromium/tests/
H A DIDBBindingUtilitiesTest.cpp44 : m_context(v8::Context::New())
57 v8::Persistent<v8::Context> m_context;
/external/clang/lib/AST/
H A DExpr.cpp282 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context, argument
290 return Create(Context, QualifierLoc, D,
295 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context, argument
315 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
320 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context, argument
333 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
349 ASTContext &Context = CurrentDecl->getASTContext(); local
365 PrintingPolicy Policy(Context.getLangOptions());
781 unsigned CallExpr::isBuiltinCall(const ASTContext &Context) const {
2810 ObjCMessageExpr *ObjCMessageExpr::Create(ASTContext &Context, QualTyp argument
2828 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc) argument
2843 Create(ASTContext &Context, QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc) argument
2858 CreateEmpty(ASTContext &Context, unsigned NumArgs, unsigned NumStoredSelLocs) argument
2995 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, TypeSourceInfo **AssocTypes, Expr **AssocExprs, unsigned NumAssocs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3019 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, TypeSourceInfo **AssocTypes, Expr **AssocExprs, unsigned NumAssocs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp692 MCContext &Context = Streamer.getContext(); local
693 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
1012 MCContext &Context = Streamer.getContext(); local
1014 const_cast<MCObjectFileInfo*>(Context.getObjectFileInfo());
1031 MCSymbol *SectionStart = Context.CreateTempSymbol();
1055 Streamer.EmitValueToAlignment(Context.getAsmInfo().getPointerSize());
H A DMCAsmStreamer.cpp66 MCAsmStreamer(MCContext &Context, formatted_raw_ostream &os, argument
72 : MCStreamer(Context), OS(os), MAI(Context.getAsmInfo()),
1290 MCStreamer *llvm::createAsmStreamer(MCContext &Context,
1296 return new MCAsmStreamer(Context, OS, isVerboseAsm, useLoc, useCFI,
/external/v8/src/
H A Ddebug.h269 inline Handle<Context> debug_context() { return debug_context_; }
467 Handle<Context> debug_context_;
580 virtual v8::Handle<v8::Context> GetEventContext() const;
613 virtual v8::Handle<v8::Context> GetEventContext() const;
772 Handle<Context> GetDebugContext();
956 inline Handle<Context> GetContext() { return save_.context(); }
H A Ddeoptimizer.cc100 virtual void EnterContext(Context* context) {
111 virtual void LeaveContext(Context* context) {
138 Context* context, OptimizedFunctionVisitor* visitor) {
180 VisitAllOptimizedFunctionsForGlobalObject(Context::cast(global)->global(),
182 global = Context::cast(global)->get(Context::NEXT_CONTEXT_LINK);
H A Dscopes.cc483 void Scope::AllocateVariables(Handle<Context> context) {
760 Handle<Context> context,
839 Handle<Context> context) {
1097 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
1117 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS &&
1123 ASSERT(num_heap_slots_ == 0 || num_heap_slots_ >= Context::MIN_CONTEXT_SLOTS);
H A Dheap.cc642 Context::cast(context)->jsfunction_result_caches();
649 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
660 Context::cast(context)->normalized_map_cache()->Clear();
661 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
1141 Context* tail = NULL;
1145 Context* candidate_context = reinterpret_cast<Context*>(candidate);
1155 Context
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc601 int offset = Context::kHeaderSize + Context::GLOBAL_INDEX * kPointerSize;
642 int token_offset = Context::kHeaderSize +
643 Context::SECURITY_TOKEN_INDEX * kPointerSize;
1624 mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
1642 mov(dst, Operand(esi, Context::SlotOffset(Context::CLOSURE_INDEX)));
1646 mov(dst, Operand(dst, Context::SlotOffset(Context
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.cpp448 Result = MDString::get(Context, Str);
478 MDNode *FwdNode = MDNode::getTemporary(Context, ArrayRef<Value*>());
536 MDNode *Init = MDNode::get(Context, Elts);
1269 Entry.first = StructType::create(Context, Lex.getStrVal());
1286 Entry.first = StructType::create(Context);
1488 Result = StructType::get(Context, Elts, Packed);
1508 Entry.first = StructType::create(Context, Name);
1534 Entry.first = StructType::create(Context, Name);
1923 ID.ConstantVal = ConstantInt::getTrue(Context);
1927 ID.ConstantVal = ConstantInt::getFalse(Context);
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h1266 void viewInheritance(ASTContext& Context) const;
1488 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member,
1495 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, bool IsVirtual,
1501 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member,
1507 CXXCtorInitializer(ASTContext &Context, IndirectFieldDecl *Member,
1513 CXXCtorInitializer(ASTContext &Context, SourceLocation D, SourceLocation L,
1518 static CXXCtorInitializer *Create(ASTContext &Context, FieldDecl *Member,
/external/libnfc-nxp/src/
H A DphLibNfc_ndef_raw.c74 void phLibNfc_Ndef_Write_Cb(void* Context,NFCSTATUS status);
78 void phLibNfc_Ndef_Read_Cb(void* Context,NFCSTATUS status);
82 void phLibNfc_Ndef_format_Cb(void *Context,NFCSTATUS status);
274 void phLibNfc_Ndef_Read_Cb(void* Context,NFCSTATUS status) argument
278 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
523 void phLibNfc_Ndef_Write_Cb(void* Context,NFCSTATUS status) argument
527 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
638 /*Allocate memory for NDEF Mapping Component Context Structure*/
1516 void phLibNfc_Ndef_format_Cb(void *Context,NFCSTATUS status) argument
1520 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)Context;
[all...]
/external/v8/src/arm/
H A Dbuiltins-arm.cc79 __ ldr(result, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
85 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
498 __ LoadGlobalFunction(Context::STRING_FUNCTION_INDEX, r2);
1287 Context::kHeaderSize + Context::GLOBAL_INDEX * kPointerSize;
1451 Context::kHeaderSize + Context::GLOBAL_INDEX * kPointerSize;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp88 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
278 Context = new ASTContext(getLangOpts(), PP.getSourceManager(),
308 ASTContext &Context,
312 Reader.reset(new ASTReader(PP, Context,
1074 ModuleManager = new ASTReader(getPreprocessor(), *Context,
303 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool DisableStatCache, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp400 ContainsReference(ASTContext &Context, const DeclRefExpr *Needle) argument
401 : EvaluatedExprVisitor<ContainsReference>(Context),
442 else if (VariableTy->isBooleanType() && S.Context.getLangOptions().CPlusPlus)
447 if (S.Context.getLangOptions().CPlusPlus0x)
497 ContainsReference CR(S.Context, DRE);
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp37 ASTContext *Context; member in class:__anon3872::USRGenerator
48 Context(Ctx),
193 ASTContext &Ctx = *Context;
481 const SourceManager &SM = Context->getSourceManager();
509 ASTContext &Ctx = *Context;
/external/llvm/include/llvm/
H A DConstants.h58 static ConstantInt *getTrue(LLVMContext &Context);
59 static ConstantInt *getFalse(LLVMContext &Context);
86 static ConstantInt *get(LLVMContext &Context, const APInt &V);
254 static ConstantFP *get(LLVMContext &Context, const APFloat &V);
343 static Constant *get(LLVMContext &Context, StringRef Initializer,

Completed in 411 milliseconds

<<11121314151617181920>>