Searched refs:Ctx (Results 176 - 200 of 421) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp64 MCContext &Ctx; member in class:__anon13912::SIMCCodeEmitter
69 : MCII(mcii), STI(sti), Ctx(ctx) { }
127 MCContext &Ctx) {
128 return new SIMCCodeEmitter(MCII, STI, Ctx);
125 createSIMCCodeEmitter(const MCInstrInfo &MCII, const MCSubtargetInfo &STI, MCContext &Ctx) argument
/external/clang/include/clang/AST/
H A DASTConsumer.h69 virtual void HandleTranslationUnit(ASTContext &Ctx) {} argument
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h41 void HandleTranslationUnit(ASTContext &Ctx) override;
/external/clang/lib/ARCMigrate/
H A DInternals.h147 ASTContext &Ctx; member in class:clang::arcmt::MigrationPass
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, argument
160 : Ctx(Ctx), OrigGCMode(OrigGCMode), MigOptions(),
H A DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
H A DTransformActions.cpp31 ASTContext &Ctx; member in class:__anon17705::TransformActionsImpl
124 : CapturedDiags(capturedDiags), Ctx(ctx), PP(PP), IsInTransaction(false) { }
126 ASTContext &getASTContext() { return Ctx; }
386 SourceManager &SM = Ctx.getSourceManager();
399 SourceManager &SM = Ctx.getSourceManager();
421 SourceManager &SM = Ctx.getSourceManager();
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
466 Ctx.getSourceManager(), PP);
476 Ctx.getSourceManager(), PP),
482 SourceManager &SM = Ctx
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp55 CastedAllocFinder(ASTContext *Ctx) : argument
56 II_malloc(&Ctx->Idents.get("malloc")),
57 II_calloc(&Ctx->Idents.get("calloc")),
58 II_realloc(&Ctx->Idents.get("realloc")) {}
H A DSimpleStreamChecker.cpp60 void initIdentifierInfo(ASTContext &Ctx) const;
278 void SimpleStreamChecker::initIdentifierInfo(ASTContext &Ctx) const {
281 IIfopen = &Ctx.Idents.get("fopen");
282 IIfclose = &Ctx.Idents.get("fclose");
H A DDirectIvarAssignment.cpp98 ASTContext &Ctx) {
107 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
96 findPropertyBackingIvar(const ObjCPropertyDecl *PD, const ObjCInterfaceDecl *InterD, ASTContext &Ctx) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp30 Ctx(ctx),
/external/lldb/include/lldb/Expression/
H A DASTResultSynthesizer.h79 void HandleTranslationUnit(clang::ASTContext &Ctx);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h41 const MCExpr *Expr, MCContext &Ctx);
H A DMipsMCTargetDesc.cpp126 createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, argument
131 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
136 static MCStreamer *createMipsNullStreamer(MCContext &Ctx) { argument
137 MCStreamer *S = llvm::createNullStreamer(Ctx);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h73 MCContext &Ctx);
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h75 MCContext &Ctx);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp44 Ctx = &ctx;
47 TM.getRelocationModel(), TM.getCodeModel(), *Ctx);
112 return Ctx->GetOrCreateSymbol(NameStr.str());
343 return MCSymbolRefExpr::Create(Sym, *Ctx);
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp64 MCContext &Ctx; member in class:__anon27323::SIMCCodeEmitter
69 : MCII(mcii), STI(sti), Ctx(ctx) { }
127 MCContext &Ctx) {
128 return new SIMCCodeEmitter(MCII, STI, Ctx);
125 createSIMCCodeEmitter(const MCInstrInfo &MCII, const MCSubtargetInfo &STI, MCContext &Ctx) argument
/external/clang/lib/Frontend/
H A DFrontendAction.cpp98 ASTContext &Ctx; member in class:__anon17922::DeserializedDeclsChecker
102 DeserializedDeclsChecker(ASTContext &Ctx, argument
106 : DelegatingDeserializationListener(Previous, DeletePrevious), Ctx(Ctx),
113 = Ctx.getDiagnostics().getCustomDiagID(DiagnosticsEngine::Error,
115 Ctx.getDiagnostics().Report(Ctx.getFullLoc(D->getLocation()), DiagID)
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp271 MCContext &Ctx, MCAsmBackend &MAB,
282 MCStreamer *S = createMachOStreamer(Ctx, MAB, OS, Emitter, false);
288 return createARMWinCOFFStreamer(Ctx, MAB, *Emitter, OS);
290 return createARMELFStreamer(Ctx, MAB, OS, Emitter, false, NoExecStack,
307 MCContext &Ctx) {
310 return createARMMachORelocationInfo(Ctx);
312 return llvm::createMCRelocationInfo(TT, Ctx);
270 createMCStreamer(const Target &T, StringRef TT, MCContext &Ctx, MCAsmBackend &MAB, raw_ostream &OS, MCCodeEmitter *Emitter, const MCSubtargetInfo &STI, bool RelaxAll, bool NoExecStack) argument
306 createARMMCRelocationInfo(StringRef TT, MCContext &Ctx) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h250 const NodeBuilderContext &Ctx, bool F = true)
251 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
256 const NodeBuilderContext &Ctx, bool F = true)
257 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
322 const NodeBuilderContext &Ctx, ProgramPoint &L)
323 : NodeBuilder(Pred, DstSet, Ctx), Location(L) {}
358 const NodeBuilderContext &Ctx,
360 : NodeBuilder(SrcNode, DstSet, Ctx), EnclosingBldr(Enclosing) {
366 const NodeBuilderContext &Ctx,
368 : NodeBuilder(SrcSet, DstSet, Ctx), EnclosingBld
249 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
255 NodeBuilder(const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
321 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, ProgramPoint &L) argument
357 StmtNodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, NodeBuilder *Enclosing = nullptr) argument
365 StmtNodeBuilder(ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, NodeBuilder *Enclosing = nullptr) argument
[all...]
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp111 ASTContext &Ctx) {
115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
158 ASTContext &Ctx,
163 IFace = maybeAdjustInterfaceForSubscriptingCheck(IFace, Rec, Ctx);
686 ASTContext &Ctx, LiteralInfo &Info) {
692 Ctx.getSourceManager(), Ctx.getLangOpts());
778 ASTContext &Ctx = NS.getASTContext();
829 if (Ctx.hasSameType(ArgTy, CallTy)) {
855 if (!getLiteralInfo(ArgRange, LitIsFloat, isIntZero, Ctx, LitInf
109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace, const Expr *Receiver, ASTContext &Ctx) argument
156 canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace, const ObjCMessageExpr *Msg, ASTContext &Ctx, Selector subscriptSel) argument
684 getLiteralInfo(SourceRange literalRange, bool isFloat, bool isIntZero, ASTContext &Ctx, LiteralInfo &Info) argument
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp214 LLVMContext *Ctx; member in class:__anon26251::DataFlowSanitizer
378 ArgTypes.push_back(Type::getInt8PtrTy(*Ctx));
398 Ctx = &M.getContext();
399 ShadowTy = IntegerType::get(*Ctx, ShadowWidth);
401 IntptrTy = DL->getIntPtrType(*Ctx);
413 Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false);
414 Type *DFSanSetLabelArgs[3] = { ShadowTy, Type::getInt8PtrTy(*Ctx), IntptrTy };
415 DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx),
418 Type::getVoidTy(*Ctx), ArrayRe
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp953 Context Ctx; // The map with which Exp should be interpreted. member in struct:LocalVariableMap::VarDefinition
960 : Dec(D), Exp(E), Ref(0), Ctx(C)
965 : Dec(D), Exp(nullptr), Ref(R), Ctx(C)
982 const VarDefinition* lookup(const NamedDecl *D, Context Ctx) { argument
983 const unsigned *i = Ctx.lookup(D);
992 /// modifies Ctx to hold the context of the return Expr.
993 const Expr* lookupExpr(const NamedDecl *D, Context &Ctx) {
994 const unsigned *P = Ctx.lookup(D);
1001 Ctx = VarDefinitions[i].Ctx;
1080 addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) argument
1089 addReference(const NamedDecl *D, unsigned i, Context Ctx) argument
1098 updateDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) argument
1111 clearDefinition(const NamedDecl *D, Context Ctx) argument
1121 removeDefinition(const NamedDecl *D, Context Ctx) argument
1147 LocalVariableMap::Context Ctx; member in class:VarMapBuilder
[all...]
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp57 ModuleWithFunctionTest() : M(new Module("MyModule", Ctx)) {
58 FArgTypes.push_back(Type::getInt8Ty(Ctx));
59 FArgTypes.push_back(Type::getInt32Ty(Ctx));
60 FArgTypes.push_back(Type::getInt64Ty(Ctx));
62 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false);
66 LLVMContext Ctx; member in class:llvm::__anon26499::ModuleWithFunctionTest
73 Value *Args[] = {ConstantInt::get(Type::getInt8Ty(Ctx), 20),
74 ConstantInt::get(Type::getInt32Ty(Ctx), 9999),
75 ConstantInt::get(Type::getInt64Ty(Ctx), 42)};
88 BasicBlock *BB1 = BasicBlock::Create(Ctx, "",
[all...]
/external/clang/lib/Sema/
H A DAttributeList.cpp25 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, argument
27 IdentifierLoc *Result = new (Ctx) IdentifierLoc;

Completed in 520 milliseconds

1234567891011>>