Home
last modified time | relevance | path

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

12345678910>>...45

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp39 MCContext *Ctx = nullptr) { in signed_width()
59 MCContext *Ctx = nullptr) { in unsigned_width()
78 MCContext *Ctx = nullptr) { in adjustBranch()
89 uint64_t &Value, MCContext *Ctx = nullptr) { in adjustRelativeBranch()
105 MCContext *Ctx = nullptr) { in fixup_call()
121 MCContext *Ctx = nullptr) { in fixup_7_pcrel()
135 MCContext *Ctx = nullptr) { in fixup_13_pcrel()
148 MCContext *Ctx = nullptr) { in fixup_6()
160 MCContext *Ctx = nullptr) { in fixup_6_adiw()
171 MCContext *Ctx = nullptr) { in fixup_port5()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
85 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
103 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
113 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
123 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
133 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
140 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
147 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp70 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
84 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
93 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
102 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
112 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
122 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
132 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
139 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
146 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp38 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width()
57 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width()
76 MCContext *Ctx = nullptr) { in adjustBranch()
87 MCContext *Ctx = nullptr) { in adjustRelativeBranch()
105 MCContext *Ctx = nullptr) { in fixup_call()
121 MCContext *Ctx = nullptr) { in fixup_7_pcrel()
135 MCContext *Ctx = nullptr) { in fixup_13_pcrel()
148 MCContext *Ctx = nullptr) { in fixup_6_adiw()
159 MCContext *Ctx = nullptr) { in fixup_port5()
172 MCContext *Ctx = nullptr) { in fixup_port6()
[all …]
/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()
413 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
441 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
458 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
515 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
550 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
582 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
655 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
DRecordLayout.cpp20 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy()
29 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, CharUnits size, in ASTRecordLayout()
40 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, in ASTRecordLayout()
/external/llvm/include/llvm/MC/
DMCExpr.h293 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
352 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx) { in createLNot()
355 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx) { in createMinus()
358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot()
361 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx) { in createPlus()
425 MCContext &Ctx) { in createAdd()
429 MCContext &Ctx) { in createAnd()
433 MCContext &Ctx) { in createDiv()
437 MCContext &Ctx) { in createEQ()
441 MCContext &Ctx) { in createGT()
[all …]
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp72 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
106 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
132 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
202 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
228 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
281 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
355 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
371 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
384 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp186 MCContext &Ctx, in InstrumentAndEmitInstruction()
281 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) { in InstrumentMemOperand()
295 MCContext &Ctx, MCStreamer &Out) { in InstrumentMOVSBase()
349 MCContext &Ctx, const MCInstrInfo &MII, in InstrumentMOVS()
375 OperandVector &Operands, MCContext &Ctx, in InstrumentMOV()
433 unsigned Reg, MCContext &Ctx, in ComputeMemOperandAddress()
467 MCContext &Ctx, int64_t *Residue) { in AddDisplacement()
503 unsigned GetFrameReg(const MCContext &Ctx, MCStreamer &Out) { in GetFrameReg()
531 MCContext &Ctx, in InstrumentMemOperandPrologue()
561 MCContext &Ctx, in InstrumentMemOperandEpilogue()
[all …]
/external/curl/tests/libtest/
Dlib3207.c41 struct Ctx { struct
54 struct Ctx *mem = (struct Ctx *)userp; in write_memory_callback() argument
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.h36 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall()
42 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
47 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit()
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp24 LLVMContext Ctx; in TEST() local
37 LLVMContext Ctx; in TEST() local
50 LLVMContext Ctx; in TEST() local
69 LLVMContext Ctx; in TEST() local
120 LLVMContext Ctx; in TEST() local
156 LLVMContext Ctx; in TEST() local
280 LLVMContext Ctx; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h329 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
468 MCContext &Ctx) { in createAdd()
473 MCContext &Ctx) { in createAnd()
478 MCContext &Ctx) { in createDiv()
483 MCContext &Ctx) { in createEQ()
488 MCContext &Ctx) { in createGT()
493 MCContext &Ctx) { in createGTE()
498 MCContext &Ctx) { in createLAnd()
503 MCContext &Ctx) { in createLOr()
508 MCContext &Ctx) { in createLT()
[all …]
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp73 MCSection *getHSATextSection(MCContext &Ctx) { in getHSATextSection()
81 MCSection *getHSADataGlobalAgentSection(MCContext &Ctx) { in getHSADataGlobalAgentSection()
88 MCSection *getHSADataGlobalProgramSection(MCContext &Ctx) { in getHSADataGlobalProgramSection()
94 MCSection *getHSARodataReadonlyAgentSection(MCContext &Ctx) { in getHSARodataReadonlyAgentSection()
119 LLVMContext &Ctx = F.getContext(); in getIntegerAttribute() 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h386 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
526 MCContext &Ctx) { in createAdd()
531 MCContext &Ctx) { in createAnd()
536 MCContext &Ctx) { in createDiv()
541 MCContext &Ctx) { in createEQ()
546 MCContext &Ctx) { in createGT()
551 MCContext &Ctx) { in createGTE()
556 MCContext &Ctx) { in createLAnd()
561 MCContext &Ctx) { in createLOr()
566 MCContext &Ctx) { in createLT()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp68 X86FreeBSDTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
75 X86FuchsiaTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
82 X86LinuxNaClTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
88 void X86SolarisTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32()
97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs64()
103 static unsigned getRelocType64(MCContext &Ctx, SMLoc Loc, in getRelocType64()
249 static unsigned getRelocType32(MCContext &Ctx, in getRelocType32()
329 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
165 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
281 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
305 void Dumper::printData(const Context &Ctx) { in printData()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp197 void llvm::emitOptimizationRemark(LLVMContext &Ctx, const char *PassName, in emitOptimizationRemark()
203 void llvm::emitOptimizationRemarkMissed(LLVMContext &Ctx, const char *PassName, in emitOptimizationRemarkMissed()
210 void llvm::emitOptimizationRemarkAnalysis(LLVMContext &Ctx, in emitOptimizationRemarkAnalysis()
219 void llvm::emitOptimizationRemarkAnalysisFPCommute(LLVMContext &Ctx, in emitOptimizationRemarkAnalysisFPCommute()
228 void llvm::emitOptimizationRemarkAnalysisAliasing(LLVMContext &Ctx, in emitOptimizationRemarkAnalysisAliasing()
252 void llvm::emitLoopVectorizeWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopVectorizeWarning()
258 void llvm::emitLoopInterleaveWarning(LLVMContext &Ctx, const Function &Fn, in emitLoopInterleaveWarning()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMemoryProfileInfo.cpp45 LLVMContext &Ctx) { in buildCallstackMetadata()
87 static void addAllocTypeAttribute(LLVMContext &Ctx, CallBase *CI, in addAllocTypeAttribute()
146 static MDNode *createMIBNode(LLVMContext &Ctx, in createMIBNode()
159 bool CallStackTrie::buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx, in buildMIBNodes()
211 auto &Ctx = CI->getContext(); in buildAndAttachMIBMetadata() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()

12345678910>>...45