Home
last modified time | relevance | path

Searched +defs:S +defs:getContext (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
156 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp32 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement()
86 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
89 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
97 bool VisitIfStmt(IfStmt *S) { in VisitIfStmt()
109 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt()
121 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
131 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
141 bool VisitObjCAutoreleasePoolStmt(ObjCAutoreleasePoolStmt *S) { in VisitObjCAutoreleasePoolStmt()
156 CompoundStmt *S = E->getSubStmt(); in TraverseStmtExpr() local
166 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h35 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
38 AMDGPUTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} in AMDGPUTargetStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp30 X86WinCOFFAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS, in X86WinCOFFAsmTargetStreamer()
83 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anond8ac92dc0111::X86WinCOFFTargetStreamer
86 X86WinCOFFTargetStreamer(MCStreamer &S) : X86TargetStreamer(S) {} in X86WinCOFFTargetStreamer()
446 MCTargetStreamer *llvm::createX86AsmTargetStreamer(MCStreamer &S, in createX86AsmTargetStreamer()
456 llvm::createX86ObjectTargetStreamer(MCStreamer &S, const MCSubtargetInfo &STI) { in createX86ObjectTargetStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp29 X86WinCOFFAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS, in X86WinCOFFAsmTargetStreamer()
82 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anon35af62d60111::X86WinCOFFTargetStreamer
85 X86WinCOFFTargetStreamer(MCStreamer &S) : X86TargetStreamer(S) {} in X86WinCOFFTargetStreamer()
445 MCTargetStreamer *llvm::createX86AsmTargetStreamer(MCStreamer &S, in createX86AsmTargetStreamer()
455 llvm::createX86ObjectTargetStreamer(MCStreamer &S, const MCSubtargetInfo &STI) { in createX86ObjectTargetStreamer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSemaInternal.h94 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
310 Scope *S; variable
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSemaInternal.h112 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
214 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
323 Scope *S; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSemaInternal.h94 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
310 Scope *S; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSemaInternal.h94 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
310 Scope *S; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSemaInternal.h94 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
310 Scope *S; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h41 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
44 AMDGPUTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} in AMDGPUTargetStreamer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h80 const Stmt *S; variable
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile()
218 const Stmt *S; variable
257 const Stmt *S, QualType T, const LocationContext *LCtx, in Profile()
568 ASTContext &getContext() { return Ctx; } in getContext() function
DCoreEngine.h330 const NodeBuilderContext &getContext() { return C; } in getContext() function
333 void takeNodes(const ExplodedNodeSet &S) { in takeNodes()
339 void addNodes(const ExplodedNodeSet &S) { Frontier.insert(S); } in addNodes()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h80 const Stmt *S; variable
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile()
218 const Stmt *S; variable
257 const Stmt *S, QualType T, const LocationContext *LCtx, in Profile()
568 ASTContext &getContext() { return Ctx; } in getContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h80 const Stmt *S; variable
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile()
218 const Stmt *S; variable
257 const Stmt *S, QualType T, const LocationContext *LCtx, in Profile()
568 ASTContext &getContext() { return Ctx; } in getContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h80 const Stmt *S; variable
112 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile()
218 const Stmt *S; variable
257 const Stmt *S, QualType T, const LocationContext *LCtx, in Profile()
568 ASTContext &getContext() { return Ctx; } in getContext() function
DProgramState.h548 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
549 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
800 ProgramState::getSValAsScalarOrLoc(const Stmt *S, in getSValAsScalarOrLoc()
DCoreEngine.h330 const NodeBuilderContext &getContext() { return C; } in getContext() function
333 void takeNodes(const ExplodedNodeSet &S) { in takeNodes()
339 void addNodes(const ExplodedNodeSet &S) { Frontier.insert(S); } in addNodes()
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h74 const Stmt *S; variable
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile()
187 const Stmt *S; variable
206 const Stmt *S, QualType T, unsigned Count, in Profile()
470 ASTContext &getContext() { return Ctx; } in getContext() function
H A DProgramState.h488 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
489 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
735 ProgramState::getSValAsScalarOrLoc(const Stmt *S, in getSValAsScalarOrLoc()

12345678910>>...16