Home
last modified time | relevance | path

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

12345678910>>...56

/external/llvm-project/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/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp72 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
78 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
86 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
95 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
104 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
114 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
124 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
134 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
141 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
148 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/llvm-project/compiler-rt/test/tsan/
Dcond_race.cpp8 struct Ctx { struct
15 Ctx *c = (Ctx*)p; in thr() argument
/external/llvm-project/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()
443 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
474 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
491 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
548 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
583 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
615 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
688 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
DQualTypeNames.cpp56 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
90 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
116 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
186 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
212 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
265 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
317 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
339 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
355 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
368 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
/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()
/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/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/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp25 LLVMContext &Ctx = Header->getContext(); in createLoopPropertiesMetadata() local
38 LLVMContext &Ctx = Header->getContext(); in createPipeliningMetadata() local
83 LLVMContext &Ctx = Header->getContext(); in createPartialUnrollMetadata() local
145 LLVMContext &Ctx = Header->getContext(); in createUnrollAndJamMetadata() local
213 LLVMContext &Ctx = Header->getContext(); in createLoopVectorizeMetadata() local
315 LLVMContext &Ctx = Header->getContext(); in createLoopDistributeMetadata() local
365 LLVMContext &Ctx = Header->getContext(); in createFullUnrollMetadata() local
414 LLVMContext &Ctx = Header->getContext(); in createMetadata() local
464 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local
491 LLVMContext &Ctx = Header->getContext(); in finish() local
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DExpectedTypes.cpp22 static const Type *toEquivClass(ASTContext &Ctx, QualType T) { in toEquivClass()
67 llvm::Optional<OpaqueType> OpaqueType::encode(ASTContext &Ctx, QualType T) { in encode()
81 llvm::Optional<OpaqueType> OpaqueType::fromType(ASTContext &Ctx, in fromType()
87 OpaqueType::fromCompletionResult(ASTContext &Ctx, in fromCompletionResult()
/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-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.h35 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall()
41 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
46 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit()
/external/llvm-project/polly/unittests/Isl/
DIslTest.cpp19 static isl::space parseSpace(isl_ctx *Ctx, const char *Str) { in parseSpace()
388 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
502 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
549 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
594 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
627 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
655 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
672 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
692 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
711 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
[all …]
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyCommon.cpp103 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
152 CallingContext *Ctx) { in translateAttrExpr()
198 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate()
273 CallingContext *Ctx) { in translateDeclRefExpr()
302 CallingContext *Ctx) { in translateCXXThisExpr()
346 CallingContext *Ctx) { in translateMemberExpr()
361 CallingContext *Ctx) { in translateObjCIVarRefExpr()
374 CallingContext *Ctx, in translateCallExpr()
401 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
416 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
[all …]
/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-project/llvm/unittests/AsmParser/
DAsmParserTest.cpp23 LLVMContext Ctx; in TEST() local
36 LLVMContext Ctx; in TEST() local
49 LLVMContext Ctx; in TEST() local
68 LLVMContext Ctx; in TEST() local
119 LLVMContext Ctx; in TEST() local
155 LLVMContext Ctx; in TEST() local
279 LLVMContext Ctx; in TEST() local
/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/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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h323 fromData(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const SymbolData *Sym) { in fromData()
336 ASTContext &Ctx, in getCastExpr()
346 getBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, in getBinExpr()
382 ASTContext &Ctx, in getSymBinExpr()
423 ASTContext &Ctx, SymbolRef Sym, in getSymExpr()
478 ASTContext &Ctx, in getZeroExpr()
508 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, in getRangeExpr()
547 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType()
554 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
572 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
[all …]

12345678910>>...56