/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 716 /// getOrCreateContextDIE - Get context owner's DIE. 717 DIE *CompileUnit::getOrCreateContextDIE(DIDescriptor Context) { 718 if (Context.isType()) 719 return getOrCreateTypeDIE(DIType(Context)); 720 else if (Context.isNameSpace()) 721 return getOrCreateNameSpace(DINameSpace(Context)); 722 else if (Context.isSubprogram()) 723 return getOrCreateSubprogramDIE(DISubprogram(Context)); 725 return getDIE(Context); 728 /// addToContextOwner - Add Die into the list of its context owner's children [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 277 /// context except the address of the stub. 285 // When outputting a function stub in the context of some other function, we 737 const LLVMContext &Context = EmissionDetails.MF->getFunction()->getContext(); 739 if (DL.getScope(Context) != 0 && PrevDL != DL) { [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 297 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_), 914 MCContext &Context = Layout.getAssembler().getContext(); 925 MCDwarfLineAddr::Encode(Context, LineDelta, AddrDelta, OSE); 932 MCContext &Context = Layout.getAssembler().getContext(); [all...] |
MCDwarf.cpp | 49 static inline uint64_t ScaleAddrDelta(MCContext &Context, uint64_t AddrDelta) { 50 unsigned MinInsnLength = Context.getAsmInfo()->getMinInstAlignment(); 74 // Get the current .loc info saved in the context. 198 MCContext &context = MCOS->getContext(); local 200 MCSymbol *SectionEnd = context.CreateTempSymbol(); 205 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); 216 MCContext &context = MCOS->getContext(); local 218 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); 243 MCContext &context = MCOS->getContext(); local 248 LineStartSym = context.CreateTempSymbol() 459 MCContext &context = MCOS->getContext(); local 505 MCContext &context = MCOS->getContext(); local 576 MCContext &context = MCOS->getContext(); local 731 MCContext &context = MCOS->getContext(); local 809 MCContext &context = streamer.getContext(); local 820 MCContext &context = streamer.getContext(); local 841 MCContext &context = streamer.getContext(); local 853 MCContext &context = streamer.getContext(); local 1196 MCContext &context = streamer.getContext(); local 1308 MCContext &context = streamer.getContext(); local [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 950 MCContext &Context = getParser().getContext(); 987 return MCSymbolRefExpr::Create(&SRE->getSymbol(), Context); 995 return MCUnaryExpr::Create(UE->getOpcode(), Sub, Context); [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 264 // Current context for multi threading support. 265 LLVMContext* Context; 896 return(ConstantInt::get(IntegerType::get(*Context, 32), incr)); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 426 LLVMContext &Context = loopHeader->getContext(); 448 ConstantInt::getTrue(Context))) { 492 ConstantInt::getTrue(Context))) { 567 LLVMContext &Context = Header->getContext(); 582 if (Val) *Val = ConstantInt::getTrue(Context); 585 if (Val) *Val = ConstantInt::getFalse(Context); [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 75 void *Context; 81 // Context record for interface change callback 344 TCPConnectionCallback callback, void *context) 352 (void)context; // Unused [all...] |
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
Context.cpp | 8 // Context.cpp: Implements the gl::Context class, managing all GL state and performing 11 #include "libGLESv2/Context.h" 45 Context::Context(const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess) : mRenderer(renderer) 184 Context::~Context() 245 void Context::makeCurrent(egl::Surface *surface) 319 // NOTE: this function should not assume that this context is current [all...] |
/external/chromium/net/http/ |
http_cache_unittest.cc | 1027 struct Context { 1028 Context() : result(net::ERR_IO_PENDING) {} [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 1418 ContextPos context; member in union:OT::PosLookupSubTable::__anon13173 [all...] |
hb-ot-layout-gsubgpos-private.hh | 386 /* Ignore ZWNJ if we are matching GSUB context, or matching GPOS. */ 388 /* Ignore ZWJ if we are matching GSUB context, or matching GPOS, or if asked to. */ 456 /* Ignore ZWNJ if we are matching GSUB context, or matching GPOS. */ 458 /* Ignore ZWJ if we are matching GSUB context, or matching GPOS, or if asked to. */ [all...] |
/external/chromium_org/v8/src/ |
factory.cc | 336 Handle<Context> Factory::NewNativeContext() { 340 Context); 344 Handle<Context> Factory::NewGlobalContext(Handle<JSFunction> function, 349 Context); 353 Handle<Context> Factory::NewModuleContext(Handle<ScopeInfo> scope_info) { 357 Context); 361 Handle<Context> Factory::NewFunctionContext(int length, 366 Context); 370 Handle<Context> Factory::NewCatchContext(Handle<JSFunction> function, 371 Handle<Context> previous 625 Context *context = isolate->context()->native_context(); local [all...] |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 27 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) { 69 if (QualType(Ty,0) == Context.getObjCIdType() || 70 QualType(Ty,0) == Context.getObjCClassType() || 71 QualType(Ty,0) == Context.getObjCSelType() || 72 QualType(Ty,0) == Context.getObjCProtoType()) 76 if (QualType(Ty,0) == Context.getBuiltinVaListType()) 119 QT = Context.getPointerType(Desugar(Context, Ty->getPointeeType(), 122 QT = Context.getLValueReferenceType(Desugar(Context, Ty->getPointeeType() [all...] |
Decl.cpp | 85 // and settings from the immediate context. 522 ASTContext &Context = D->getASTContext(); 538 if (Context.getLangOpts().CPlusPlus && 619 globalVisibility = Context.getLangOpts().getValueVisibilityMode(); 622 globalVisibility = Context.getLangOpts().getTypeVisibilityMode(); 661 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) { 694 if (Context.getLangOpts().CPlusPlus && [all...] |
Expr.cpp | 402 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context, 412 return Create(Context, QualifierLoc, TemplateKWLoc, D, 418 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context, 442 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); 443 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D, 448 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context, 461 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>()); 479 ASTContext &Context = CurrentDecl->getASTContext(); 495 PrintingPolicy Policy(Context.getLangOpts()); [all...] |
ItaniumMangle.cpp | 44 /// \brief Retrieve the declaration context that should be used when mangling 48 // default arguments live in the context of the function. However, due to 50 // not the case: the lambda closure type ends up living in the context 52 // had not yet been created. Fix the context here. 114 explicit ItaniumMangleContext(ASTContext &Context, 116 : MangleContext(Context, Diags) { } 196 ItaniumMangleContext &Context; 249 ASTContext &getASTContext() const { return Context.getASTContext(); } 254 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0), 262 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type) [all...] |
RecordLayoutBuilder.cpp | 61 const ASTContext &Context; 102 return Context.toCharUnitsFromBits(FieldOffset); 124 EmptySubobjectMap(const ASTContext &Context, const CXXRecordDecl *Class) 125 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) { 149 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); 167 Context.getBaseElementType(I->getType())->getAs<RecordType>(); 175 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); 239 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class) [all...] |
StmtProfile.cpp | 28 const ASTContext &Context; 32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, 34 : ID(ID), Context(Context), Canonical(Canonical) { } 1188 T = Context.getCanonicalType(T); 1199 NNS = Context.getCanonicalNestedNameSpecifier(NNS); 1205 Name = Context.getCanonicalTemplateName(Name); [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | [all...] |
CGExprConstant.cpp | 111 const ASTContext &Context = CGM.getContext(); 113 CharUnits FieldOffsetInChars = Context.toCharUnitsFromBits(FieldOffset); 164 const ASTContext &Context = CGM.getContext(); 165 const uint64_t CharWidth = Context.getCharWidth(); 166 uint64_t NextFieldOffsetInBits = Context.toBits(NextFieldOffsetInChars); 169 CharUnits PadSize = Context.toCharUnitsFromBits( 171 Context.getTargetInfo().getCharAlign())); 176 uint64_t FieldSize = Field->getBitWidthValue(Context); 191 NextFieldOffsetInBits = Context.toBits(NextFieldOffsetInChars); [all...] |
CodeGenModule.h | 232 ASTContext &Context; 505 ASTContext &getContext() const { return Context; } [all...] |
ItaniumCXXABI.cpp | 539 const ASTContext &Context = getContext(); 541 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); 767 ASTContext &Context = getContext(); 774 ArgTys.push_back(Context.getPointerType(Context.VoidPtrTy)); [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 415 if (TheSema->Context.getLangOpts().CPlusPlus && 511 ASTContext &Context; 519 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt, 523 : PP(PP), Context(Context), LangOpt(LangOpt), 573 Context.InitBuiltinTypes(*Target); 577 Context.getCommentCommandTraits().registerCommentOptions( 785 ASTContext &Context = *AST->Ctx; 790 Reader.reset(new ASTReader(PP, Context, 799 Reader->setListener(new ASTInfoCollector(*AST->PP, Context, [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 49 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); 50 if (!Context) 53 return Module::ExportDecl(Context, Unresolved.Wildcard); 59 Module *Context = lookupModuleUnqualified(Id[0].first, Mod); 60 if (!Context) { 70 Module *Sub = lookupModuleQualified(Id[I].first, Context); 74 << Id[I].first << Context->getFullModuleName() 80 Context = Sub; 83 return Context; 364 Module *Context) const [all...] |