Home
last modified time | relevance | path

Searched defs:Ctx (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/compiler-rt/test/tsan/
Dcond_race.cc8 struct Ctx { struct
15 Ctx *c = (Ctx*)p; in thr() argument
/external/clang/lib/StaticAnalyzer/Checkers/
DSelectorExtras.h19 static inline Selector getKeywordSelectorImpl(ASTContext &Ctx, in getKeywordSelectorImpl()
31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) { in getKeywordSelector()
38 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector()
48 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
58 static inline void lazyInitNullarySelector(Selector &Sel, ASTContext &Ctx, in lazyInitNullarySelector()
/external/clang/lib/AST/
DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
412 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
440 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
457 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
514 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
549 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
581 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
654 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy()
31 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, CharUnits size, in ASTRecordLayout()
47 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, in ASTRecordLayout()
/external/llvm/include/llvm/MC/
DMCExpr.h317 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
376 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) { in createLNot()
379 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) { in createMinus()
382 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot()
385 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx) { in createPlus()
449 MCContext &Ctx) { in createAdd()
453 MCContext &Ctx) { in createAnd()
457 MCContext &Ctx) { in createDiv()
461 MCContext &Ctx) { in createEQ()
465 MCContext &Ctx) { in createGT()
[all …]
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp70 MCSection *getHSATextSection(MCContext &Ctx) { in getHSATextSection()
78 MCSection *getHSADataGlobalAgentSection(MCContext &Ctx) { in getHSADataGlobalAgentSection()
85 MCSection *getHSADataGlobalProgramSection(MCContext &Ctx) { in getHSADataGlobalProgramSection()
91 MCSection *getHSARodataReadonlyAgentSection(MCContext &Ctx) { in getHSARodataReadonlyAgentSection()
118 LLVMContext &Ctx = F.getContext(); in getShaderType() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp188 MCContext &Ctx, in InstrumentAndEmitInstruction()
284 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) { in InstrumentMemOperand()
298 MCContext &Ctx, MCStreamer &Out) { in InstrumentMOVSBase()
352 MCContext &Ctx, const MCInstrInfo &MII, in InstrumentMOVS()
378 OperandVector &Operands, MCContext &Ctx, in InstrumentMOV()
436 unsigned Reg, MCContext &Ctx, in ComputeMemOperandAddress()
470 MCContext &Ctx, int64_t *Residue) { in AddDisplacement()
506 unsigned GetFrameReg(const MCContext &Ctx, MCStreamer &Out) { in GetFrameReg()
534 MCContext &Ctx, in InstrumentMemOperandPrologue()
564 MCContext &Ctx, in InstrumentMemOperandEpilogue()
[all …]
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp24 LLVMContext &Ctx = getGlobalContext(); in TEST() local
37 LLVMContext &Ctx = getGlobalContext(); in TEST() local
50 LLVMContext &Ctx = getGlobalContext(); in TEST() local
69 LLVMContext &Ctx = getGlobalContext(); in TEST() local
120 LLVMContext &Ctx = getGlobalContext(); in TEST() local
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp102 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
152 CallingContext *Ctx) { in translateAttrExpr()
198 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate()
267 CallingContext *Ctx) { in translateDeclRefExpr()
291 CallingContext *Ctx) { in translateCXXThisExpr()
335 CallingContext *Ctx) { in translateMemberExpr()
351 CallingContext *Ctx, in translateCallExpr()
376 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
391 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
405 CallingContext *Ctx) { in translateUnaryOperator()
[all …]
/external/llvm/lib/IR/
DDiagnosticInfo.cpp188 void llvm::emitOptimizationRemark(LLVMContext &Ctx, const char *PassName, in emitOptimizationRemark()
194 void llvm::emitOptimizationRemarkMissed(LLVMContext &Ctx, const char *PassName, in emitOptimizationRemarkMissed()
201 void llvm::emitOptimizationRemarkAnalysis(LLVMContext &Ctx, in emitOptimizationRemarkAnalysis()
210 void llvm::emitOptimizationRemarkAnalysisFPCommute(LLVMContext &Ctx, in emitOptimizationRemarkAnalysisFPCommute()
219 void llvm::emitOptimizationRemarkAnalysisAliasing(LLVMContext &Ctx, in emitOptimizationRemarkAnalysisAliasing()
233 void llvm::emitLoopVectorizeWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopVectorizeWarning()
239 void llvm::emitLoopInterleaveWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopInterleaveWarning()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
159 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
231 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
275 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
299 void Dumper::printData(const Context &Ctx) { in printData()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachORelocationInfo.cpp23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
DARMMCExpr.h39 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16()
43 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16()
/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) in MCRelocationInfo()
38 MCContext &Ctx) { in createMCRelocationInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCAsmInfo.cpp52 MCContext &Ctx = Streamer.getContext(); in getExprForPersonalitySymbol() local
65 MCContext &Ctx = Streamer.getContext(); in getExprForFDESymbol() local
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp50 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() local
77 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() local
95 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() local
124 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h50 bool isDarwin, MCContext &Ctx) { in createLo()
55 bool isDarwin, MCContext &Ctx) { in createHi()
60 bool isDarwin, MCContext &Ctx) { in createHa()
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, APFloat Flt, MCContext &Ctx) { in create()
51 MCContext &Ctx) { in create()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp26 X86_64ELFRelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in X86_64ELFRelocationInfo()
138 MCRelocationInfo *llvm::createX86_64ELFRelocationInfo(MCContext &Ctx) { in createX86_64ELFRelocationInfo()
DX86MachORelocationInfo.cpp25 X86_64MachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in X86_64MachORelocationInfo()
117 MCRelocationInfo *llvm::createX86_64MachORelocationInfo(MCContext &Ctx) { in createX86_64MachORelocationInfo()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp34 ASTContext &Ctx) { in isEmptyARCMTMacroStatement()
79 ASTContext &Ctx; member in __anon3fa16a3c0111::EmptyChecker
186 static bool isBodyEmpty(CompoundStmt *body, ASTContext &Ctx, in isBodyEmpty()
196 ASTContext &Ctx = pass.Ctx; in cleanupDeallocOrFinalize() local
DObjCMT.cpp571 void ObjCMigrateASTConsumer::migrateObjCContainerDecl(ASTContext &Ctx, in migrateObjCContainerDecl()
599 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, in ClassImplementsAllMethodsAndProperties()
757 static void rewriteToNSMacroDecl(ASTContext &Ctx, in rewriteToNSMacroDecl()
799 static bool UseNSOptionsMacro(Preprocessor &PP, ASTContext &Ctx, in UseNSOptionsMacro()
840 void ObjCMigrateASTConsumer::migrateProtocolConformance(ASTContext &Ctx, in migrateProtocolConformance()
907 bool ObjCMigrateASTConsumer::migrateNSEnumDecl(ASTContext &Ctx, in migrateNSEnumDecl()
964 static void ReplaceWithInstancetype(ASTContext &Ctx, in ReplaceWithInstancetype()
1009 void ObjCMigrateASTConsumer::migrateMethodInstanceType(ASTContext &Ctx, in migrateMethodInstanceType()
1154 static bool IsValidIdentifier(ASTContext &Ctx, in IsValidIdentifier()
1164 bool ObjCMigrateASTConsumer::migrateProperty(ASTContext &Ctx, in migrateProperty()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h390 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
451 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
480 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
502 template <class V> typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
569 typename V::R_SExpr Literal::traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
638 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
675 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
730 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
771 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
807 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetObjectFile.cpp20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
/external/clang/include/clang/AST/
DRedeclarable.h49 DeclLink(LatestTag, const ASTContext &Ctx) in DeclLink()
108 static DeclLink LatestDeclLink(const ASTContext &Ctx) { in LatestDeclLink()
131 Redeclarable(const ASTContext &Ctx) in Redeclarable()

12345678910>>...14