Home
last modified time | relevance | path

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

12345678910>>...33

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DMacroExpansionContextTest.cpp111 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
135 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
175 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
195 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
210 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
237 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
275 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
298 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
329 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
369 const auto Ctx = getMacroExpansionContextFor(R"code( in TEST_F() local
[all …]
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcond_race.cpp8 struct Ctx { struct
15 Ctx *c = (Ctx*)p; in thr() argument
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DSolverTest.cpp49 ConstraintContext Ctx; in TEST() local
59 ConstraintContext Ctx; in TEST() local
70 ConstraintContext Ctx; in TEST() local
79 ConstraintContext Ctx; in TEST() local
92 ConstraintContext Ctx; in TEST() local
102 ConstraintContext Ctx; in TEST() local
113 ConstraintContext Ctx; in TEST() local
124 ConstraintContext Ctx; in TEST() local
134 ConstraintContext Ctx; in TEST() local
143 ConstraintContext Ctx; in TEST() local
[all …]
H A DDebugSupportTest.cpp26 ConstraintContext Ctx; in TEST() local
36 ConstraintContext Ctx; in TEST() local
46 ConstraintContext Ctx; in TEST() local
57 ConstraintContext Ctx; in TEST() local
68 ConstraintContext Ctx; in TEST() local
79 ConstraintContext Ctx; in TEST() local
90 ConstraintContext Ctx; in TEST() local
109 ConstraintContext Ctx; in TEST() local
129 ConstraintContext Ctx; in TEST() local
139 ConstraintContext Ctx; in TEST() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp39 MCContext *Ctx = nullptr) { in signed_width()
78 MCContext *Ctx = nullptr) { in adjustBranch()
105 MCContext *Ctx = nullptr) { in fixup_call()
148 MCContext *Ctx = nullptr) { in fixup_6()
171 MCContext *Ctx = nullptr) { in fixup_port5()
184 MCContext *Ctx = nullptr) { in fixup_port6()
203 MCContext *Ctx = nullptr) { in fixup()
213 MCContext *Ctx = nullptr) { in lo8()
219 MCContext *Ctx = nullptr) { in hi8()
225 MCContext *Ctx = nullptr) { in hh8()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A 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()
122 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
161 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode()
166 WasmObjectFile::ReadContext &Ctx) { in readInitExpr()
301 ReadContext Ctx; in WasmObjectFile() local
333 ReadContext Ctx; in parseSection() local
450 Error WasmObjectFile::parseNameSection(ReadContext &Ctx) { in parseNameSection()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A 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()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
108 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
452 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
480 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
497 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
554 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
589 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
621 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
694 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
H A DQualTypeNames.cpp56 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
94 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
120 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
190 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
216 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
269 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
321 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
343 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
359 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
380 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DExpectedTypes.cpp21 static const Type *toEquivClass(ASTContext &Ctx, QualType T) { in toEquivClass()
66 llvm::Optional<OpaqueType> OpaqueType::encode(ASTContext &Ctx, QualType T) { in encode()
80 llvm::Optional<OpaqueType> OpaqueType::fromType(ASTContext &Ctx, in fromType()
86 OpaqueType::fromCompletionResult(ASTContext &Ctx, in fromCompletionResult()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp140 auto &Ctx = AST->getASTContext(); in TEST() local
193 auto &Ctx = AST->getASTContext(); in TEST() local
369 auto &Ctx = AST->getASTContext(); in TEST() local
431 auto &Ctx = AST->getASTContext(); in TEST() local
486 auto &Ctx = AST->getASTContext(); in TEST() local
523 auto &Ctx = AST->getASTContext(); in TEST() local
559 auto &Ctx = AST->getASTContext(); in TEST() local
596 auto &Ctx = AST->getASTContext(); in TEST() local
634 auto &Ctx = AST->getASTContext(); in TEST() local
670 auto &Ctx = AST->getASTContext(); in TEST() local
[all …]
/llvm-project-15.0.7/llvm/unittests/AsmParser/
H A 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
272 LLVMContext Ctx; in TEST() local
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DSelectorExtras.h17 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector()
27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp72 std::unique_ptr<DWARFContext> Ctx = in TEST() local
174 std::unique_ptr<DWARFContext> Ctx = in TEST() local
280 std::unique_ptr<DWARFContext> Ctx = in TEST() local
385 std::unique_ptr<DWARFContext> Ctx = in TEST() local
507 std::unique_ptr<DWARFContext> Ctx = in TEST() local
629 std::unique_ptr<DWARFContext> Ctx = in TEST() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A 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
331 LLVMContext &Ctx = Header->getContext(); in createLoopDistributeMetadata() local
381 LLVMContext &Ctx = Header->getContext(); in createFullUnrollMetadata() local
430 LLVMContext &Ctx = Header->getContext(); in createMetadata() local
482 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local
510 LLVMContext &Ctx = Header->getContext(); in finish() local
[all …]
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h57 Context &Ctx; variable
64 ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args) in ByteCodeExprGen()
265 VariableScope(ByteCodeExprGen<Emitter> *Ctx) in VariableScope()
271 ByteCodeExprGen<Emitter> *Ctx; variable
282 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope()
309 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope()
320 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in ExprScope()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMLModelRunnerTest.cpp60 LLVMContext Ctx; in TEST() local
75 LLVMContext Ctx; in TEST() local
88 LLVMContext Ctx; in TEST() local
104 LLVMContext Ctx; in TEST() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp22 LLVMContext &Ctx, const std::string &ModelPath, in ModelUnderTrainingRunner()
52 LLVMContext &Ctx, const std::string &ModelPath, StringRef DecisionName, in createAndEnsureValid()
65 LLVMContext &Ctx, const std::string &ModelPath, StringRef DecisionName, in createAndEnsureValid()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DManglerTest.cpp48 LLVMContext Ctx; in TEST() local
68 LLVMContext Ctx; in TEST() local
104 LLVMContext Ctx; in TEST() local
140 LLVMContext Ctx; in TEST() local
160 LLVMContext Ctx; in TEST() local
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp19 static isl::space parseSpace(isl_ctx *Ctx, const char *Str) { in parseSpace()
380 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
490 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
537 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
582 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
615 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
643 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
660 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
680 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
699 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> Ctx(isl_ctx_alloc(), in TEST() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h72 const std::unique_ptr<InstrProfCorrelator::Context> Ctx; variable
74 InstrProfCorrelator(InstrProfCorrelatorKind K, std::unique_ptr<Context> Ctx) in InstrProfCorrelator()
119 std::unique_ptr<InstrProfCorrelator::Context> Ctx) in InstrProfCorrelatorImpl()
135 std::unique_ptr<InstrProfCorrelator::Context> Ctx) in DwarfInstrProfCorrelator()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A 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()
/llvm-project-15.0.7/clang/unittests/AST/
H A DDeclTest.cpp80 ASTContext &Ctx = AST->getASTContext(); in TEST() local
123 ASTContext &Ctx = AST->getASTContext(); in TEST() local
150 ASTContext &Ctx = AST->getASTContext(); in TEST() local
168 ASTContext &Ctx = AST->getASTContext(); in TEST() local
193 ASTContext &Ctx = AST->getASTContext(); in TEST() local
228 ASTContext &Ctx = AST->getASTContext(); in TEST() local

12345678910>>...33