Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.SyncScopeContext
Packages that use LLVMIRParser.SyncScopeContext
-
Uses of LLVMIRParser.SyncScopeContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.SyncScopeContextModifier and TypeMethodDescriptionLLVMIRParser.AtomicRMWInstContext.syncScope()LLVMIRParser.CmpXchgInstContext.syncScope()LLVMIRParser.FenceInstContext.syncScope()LLVMIRParser.LoadInstContext.syncScope()LLVMIRParser.StoreInstContext.syncScope()LLVMIRParser.syncScope()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.SyncScopeContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterSyncScope(LLVMIRParser.SyncScopeContext ctx) Enter a parse tree produced byLLVMIRParser.syncScope().voidLLVMIRListener.enterSyncScope(LLVMIRParser.SyncScopeContext ctx) Enter a parse tree produced byLLVMIRParser.syncScope().voidLLVMIRBaseListener.exitSyncScope(LLVMIRParser.SyncScopeContext ctx) Exit a parse tree produced byLLVMIRParser.syncScope().voidLLVMIRListener.exitSyncScope(LLVMIRParser.SyncScopeContext ctx) Exit a parse tree produced byLLVMIRParser.syncScope().