Searched refs:Context (Results 326 - 350 of 602) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/AST/
H A DItaniumMangle.cpp75 explicit ItaniumMangleContext(ASTContext &Context, argument
77 : MangleContext(Context, Diags) { }
138 ItaniumMangleContext &Context; member in class:__anon2748::CXXNameMangler
191 ASTContext &getASTContext() const { return Context.getASTContext(); }
196 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(0),
204 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
208 : Context(C), Out(Out_), Structor(getStructor(D)), StructorType(Type),
426 if (!Context.shouldMangleDeclName(FD))
1056 uint64_t AnonStructId = Context.getAnonymousStructId(TD);
1206 if (Context
[all...]
H A DStmtProfile.cpp28 const ASTContext &Context; member in class:__anon2760::StmtProfiler
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, argument
34 : ID(ID), Context(Context), Canonical(Canonical) { }
1037 T = Context.getCanonicalType(T);
1048 NNS = Context.getCanonicalNestedNameSpecifier(NNS);
1054 Name = Context.getCanonicalTemplateName(Name);
1103 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, argument
1105 StmtProfiler Profiler(ID, Context, Canonical);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp139 = cast<TemplateSpecializationType>(Context.getCanonicalType(T));
456 << Context.getTypeDeclType(Record)
514 << Context.getTypeDeclType(PartialSpec)
874 = cast<TemplateTypeParmType>(getSema().Context.getTypeDeclType(TTPD));
989 return getSema().Context.getSubstTemplateTemplateParmPack(TTP, Arg);
1005 Template = getSema().Context.getSubstTemplateTemplateParm(TTP, Template);
1040 QualType ResTy = getSema().Context.CharTy.withConst();
1041 ResTy = getSema().Context.getConstantArrayType(ResTy, LengthI,
1044 new (getSema().Context) PredefinedExpr(E->getLocation(), ResTy, IT);
1074 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExp
[all...]
H A DSemaTemplateVariadic.cpp398 TypeSourceInfo *TSResult = Context.CreateTypeSourceInfo(Result);
423 return Context.getPackExpansionType(Pattern, NumExpansions);
446 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
753 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
H A DTreeTransform.h485 return SemaRef.Context.getTrivialTypeSourceInfo(T,
681 return SemaRef.Context.getTypeDeclType(Typedef);
686 return SemaRef.Context.getTypeDeclType(Record);
691 return SemaRef.Context.getTypeDeclType(Enum);
720 return SemaRef.Context.getAutoType(Deduced);
737 return SemaRef.Context.getParenType(InnerType);
749 return SemaRef.Context.getElaboratedType(Keyword,
777 return SemaRef.Context.getDependentTemplateSpecializationType(Keyword,
791 return SemaRef.Context.getElaboratedType(Keyword,
812 return SemaRef.Context
[all...]
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp625 const Module *Context);
700 const Module *Context) {
817 Context);
820 Context);
841 Context);
847 Context);
866 Context);
874 Context);
893 Context);
899 Context);
697 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
948 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
975 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1078 WriteAsOperand(raw_ostream &Out, const Value *V, bool PrintType, const Module *Context) argument
[all...]
H A DAutoUpgrade.cpp462 LLVMContext &Context = LPI->getContext(); local
493 PointerType::getUnqual(Type::getInt8Ty(Context)),
522 LLVMContext &Context = M->getContext();
523 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
524 Type *SelTy = Type::getInt32Ty(Context);
581 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
598 IRBuilder<> Builder(Context);
626 IRBuilder<> Builder(Context);
651 IRBuilder<> Builder(Context);
/external/llvm/examples/BrainF/
H A DBrainF.cpp41 LLVMContext& Context) {
46 header(Context);
47 readloop(0, 0, 0, Context);
40 parse(std::istream *in1, int mem, CompileFlags cf, LLVMContext& Context) argument
/external/llvm/include/llvm/MC/
H A DMCStreamer.h50 MCContext &Context; member in class:llvm::MCStreamer
92 const MCExpr *BuildSymbolDiff(MCContext &Context, const MCSymbol *A,
105 MCContext &getContext() const { return Context; }
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java20 import android.content.Context;
70 private Context mContext;
74 public DisableItemArrayAdapter(Context context, int resource, int disabledResource, int completedResource,
/external/v8/src/
H A Dfactory.cc206 Handle<Context> Factory::NewGlobalContext() {
210 Context);
214 Handle<Context> Factory::NewFunctionContext(int length,
219 Context);
223 Handle<Context> Factory::NewWithContext(Handle<Context> previous,
231 Context);
427 Handle<Context> context,
948 Handle<Context> global_context) {
1102 MUST_USE_RESULT static MaybeObject* UpdateMapCacheWith(Context* contex
[all...]
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h158 bool isDeclInScope(Decl *D, DeclContext *Ctx, ASTContext &Context,
/external/clang/lib/Parse/
H A DParseTemplate.cpp27 Parser::ParseDeclarationStartingWithTemplate(unsigned Context, argument
37 return ParseTemplateDeclarationOrSpecialization(Context, DeclEnd, AS,
80 Parser::ParseTemplateDeclarationOrSpecialization(unsigned Context, argument
162 return ParseSingleDeclarationAfterTemplate(Context,
192 unsigned Context,
201 if (Context == Declarator::MemberContext) {
212 return ParseUsingDirectiveOrDeclaration(Context, TemplateInfo, DeclEnd,
222 getDeclSpecContextFromDeclaratorContext(Context));
232 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
191 ParseSingleDeclarationAfterTemplate( unsigned Context, const ParsedTemplateInfo &TemplateInfo, ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &DeclEnd, AccessSpecifier AS, AttributeList *AccessAttrs) argument
/external/libnfc-nxp/src/
H A DphFriNfc_DesfireFormat.h264 * \param[in] Context The context of the current (not the lower/upper) instance, as set by the lower,
273 void phFriNfc_Desf_Process(void *Context,
H A DphFriNfc_MifareStdMap.h374 void phFriNfc_MifareStdMap_Process( void *Context,
H A DphFriNfc_SmtCrdFmt.h294 * \brief NFC Smart Card Formatting Component Context Structure
325 /**< \internal Completion Routine Context. */
482 * \param[in] Context The context of the current (not the lower/upper) instance, as set by the lower,
491 void phFriNfc_NdefSmtCrd_Process(void *Context,
/external/llvm/include/llvm/
H A DLinker.h75 LLVMContext &C, ///< Context for global info
293 LLVMContext& Context; ///< The context for global information member in class:llvm::Linker
/external/llvm/lib/Archive/
H A DArchiveReader.cpp354 Module *M = ParseBitcodeFile(Buffer, Context, ErrMessage);
494 Module *m = getLazyBitcodeModule(Buffer, Context, ErrMsg);
541 GetBitcodeSymbols(At, mbr->getSize(), FullMemberName, Context,
621 Module *M = ParseBitcodeFile(Buffer, Context);
/external/llvm/tools/lto/
H A DLTOModule.h89 bool addAsmGlobalSymbols(llvm::MCContext &Context,
/external/v8/test/cctest/
H A Dtest-heap.cc15 static v8::Persistent<v8::Context> env;
18 if (env.IsEmpty()) env = v8::Context::New();
1039 object = Context::cast(object)->get(Context::NEXT_CONTEXT_LINK);
1047 static int CountOptimizedUserFunctions(v8::Handle<v8::Context> context) {
1049 Handle<Context> icontext = v8::Utils::OpenHandle(*context);
1050 Object* object = icontext->get(Context::OPTIMIZED_FUNCTIONS_LIST);
1065 v8::Persistent<v8::Context> ctx[kNumTestContexts];
1071 ctx[i] = v8::Context::New();
1164 Handle<Object>(Context
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h19 #include "libGLESv2/Context.h"
101 IndexDataManager(Context *context, IDirect3DDevice9 *evice);
/external/clang/lib/Serialization/
H A DASTWriter.cpp959 void ASTWriter::WriteMetadata(ASTContext &Context, StringRef isysroot, argument
964 const TargetInfo &Target = Context.getTargetInfo();
1007 SourceManager &SM = Context.getSourceManager();
1925 uint64_t ASTWriter::WriteDeclContextLexicalBlock(ASTContext &Context, argument
2502 uint64_t ASTWriter::WriteDeclContextVisibleBlock(ASTContext &Context, argument
2516 if (DC->isTranslationUnit() && !Context.getLangOptions().CPlusPlus)
2641 if (!SemaRef.Context.getLangOptions().OpenCL)
2709 : Stream(Stream), Context(0), Chain(0), WritingAST(false),
2741 Context = &SemaRef.Context;
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp562 void CompileUnit::addToContextOwner(DIE *Die, DIDescriptor Context) { argument
563 if (Context.isType()) {
564 DIE *ContextDIE = getOrCreateTypeDIE(DIType(Context));
566 } else if (Context.isNameSpace()) {
567 DIE *ContextDIE = getOrCreateNameSpace(DINameSpace(Context));
569 } else if (Context.isSubprogram()) {
570 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context));
572 } else if (DIE *ContextDIE = getDIE(Context))
633 DIDescriptor Context = Ty.getContext(); local
635 && (!Context || Contex
820 DIDescriptor Context = CTy.getContext(); local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h59 ASTContext &Context; member in class:clang::CodeGen::CodeGenTypes
111 ASTContext &getContext() const { return Context; }
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp239 LLVMContext Context; local
242 Module *M = new Module("test", Context);

Completed in 2099 milliseconds

<<11121314151617181920>>