Searched refs:Ctx (Results 126 - 150 of 421) sorted by relevance

1234567891011>>

/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp46 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { } argument
195 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) { argument
196 return new MicrosoftCXXABI(Ctx);
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp42 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) { argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp87 ASTContext &Ctx = C.getASTContext();
88 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType());
133 QualType SizeTy = Ctx.getSizeType();
138 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
H A DStreamChecker.cpp113 ASTContext &Ctx = C.getASTContext();
115 II_fopen = &Ctx.Idents.get("fopen");
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
119 II_fclose = &Ctx.Idents.get("fclose");
121 II_fread = &Ctx.Idents.get("fread");
123 II_fwrite = &Ctx.Idents.get("fwrite");
125 II_fseek = &Ctx.Idents.get("fseek");
127 II_ftell = &Ctx.Idents.get("ftell");
129 II_rewind = &Ctx.Idents.get("rewind");
131 II_fgetpos = &Ctx
[all...]
/external/lldb/include/lldb/Expression/
H A DASTStructExtractor.h87 void HandleTranslationUnit(clang::ASTContext &Ctx);
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h31 MCContext &Ctx; member in class:llvm::AArch64MCInstLower
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h40 MCContext &Ctx);
H A DAArch64MCExpr.cpp29 MCContext &Ctx) {
30 return new (Ctx) AArch64MCExpr(Expr, Kind);
28 Create(const MCExpr *Expr, VariantKind Kind, MCContext &Ctx) argument
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h29 MCContext *Ctx; member in class:llvm::MipsMCInstLower
H A DMipsTargetObjectFile.cpp27 void MipsTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){ argument
28 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h41 MCContext &Ctx);
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCTargetDesc.h41 MCContext &Ctx);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.h37 MCContext &Ctx);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h43 getNonexecutableStackSection(MCContext &Ctx) const override;
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.h38 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
H A DX86TargetObjectFile.cpp48 X86LinuxTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM) { argument
49 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h27 MCContext *Ctx; member in class:llvm::XCoreMCInstLower
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp28 M.reset(new Module("MyModule", Ctx));
29 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
32 BB = BasicBlock::Create(Ctx, "", F);
33 GV = new GlobalVariable(*M, Type::getFloatTy(Ctx), true,
42 LLVMContext Ctx; member in class:__anon26498::IRBuilderTest
82 BasicBlock *TBB = BasicBlock::Create(Ctx, "", F);
83 BasicBlock *FBB = BasicBlock::Create(Ctx, "", F);
93 MDNode *Weights = MDBuilder(Ctx).createBranchWeights(42, 13);
111 std::unique_ptr<Module> M(new Module("test", Ctx));
121 EXPECT_EQ(Ty1, IntegerType::get(Ctx,
[all...]
/external/clang/include/clang/AST/
H A DVTTBuilder.h69 ASTContext &Ctx; member in class:clang::VTTBuilder
134 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
H A DRedeclarable.h49 DeclLink(LatestTag, const ASTContext &Ctx) argument
50 : Next(NotKnownLatest(&Ctx)) {}
101 static DeclLink LatestDeclLink(const ASTContext &Ctx) { argument
102 return DeclLink(DeclLink::LatestLink, Ctx);
123 Redeclarable(const ASTContext &Ctx) argument
124 : RedeclLink(LatestDeclLink(Ctx)) {}
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h33 ASTContext &Ctx; member in class:clang::ento::AnalysisManager
80 return Ctx;
H A DProgramStateTrait.h92 static void DeleteContext(void *Ctx) { argument
93 delete (typename data_type::Factory*) Ctx;
144 static void DeleteContext(void *Ctx) { argument
145 delete (typename data_type::Factory*) Ctx;
183 static void DeleteContext(void *Ctx) { argument
184 delete (typename data_type::Factory*) Ctx;
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp46 void HandleTranslationUnit(ASTContext &Ctx) override;
61 void HTMLPrinter::HandleTranslationUnit(ASTContext &Ctx) { argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp31 void HexagonTargetObjectFile::Initialize(MCContext &Ctx, argument
33 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp251 /// code is not supported. It fills the MCContext Ctx pointer which can be
255 MCContext *&Ctx,
259 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, nullptr, nullptr);
260 if (!Ctx)
264 Ctx->setAllowTemporaryLabels(false);
271 STI, *Ctx);
279 getTargetTriple(), *Ctx, *MAB, Out, MCE, STI, local
254 addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx, raw_ostream &Out, bool DisableVerify) argument

Completed in 526 milliseconds

1234567891011>>