Home
last modified time | relevance | path

Searched defs:CompileContext (Results 1 – 15 of 15) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dcompile_context.h43 struct CompileContext { struct
47 const bool streaming; /* streaming or vectored mode */
48 const bool vectored;
51 const target_t target_info;
54 const Grey grey;
H A Dcompile_context.cpp37 CompileContext::CompileContext(bool in_isStreaming, bool in_isVectored, in CompileContext() function in ue2::CompileContext
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp62 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
63 CompileContext() : Compiled(false) { } in CompileContext() argument
65 OrcCAPIExecutionTest* APIExecTest;
66 std::unique_ptr<Module> M;
67 LLVMOrcModuleHandle H;
68 bool Compiled;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp68 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
69 CompileContext() : Compiled(false) { } in CompileContext() function
71 OrcCAPIExecutionTest* APIExecTest;
72 std::unique_ptr<Module> M;
73 LLVMOrcModuleHandle H;
74 bool Compiled;
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp68 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
69 CompileContext() : Compiled(false) { } in CompileContext() argument
71 OrcCAPIExecutionTest* APIExecTest;
72 std::unique_ptr<Module> M;
73 LLVMOrcModuleHandle H;
74 bool Compiled;
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp68 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
69 CompileContext() : Compiled(false) { } in CompileContext() function
71 OrcCAPIExecutionTest* APIExecTest;
72 std::unique_ptr<Module> M;
73 LLVMOrcModuleHandle H;
74 bool Compiled;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp68 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
69 CompileContext() : Compiled(false) { } in CompileContext() argument
71 OrcCAPIExecutionTest* APIExecTest;
72 std::unique_ptr<Module> M;
73 LLVMOrcModuleHandle H;
74 bool Compiled;
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp69 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
70 CompileContext() : Compiled(false) { } in CompileContext() function
72 OrcCAPIExecutionTest* APIExecTest;
73 std::unique_ptr<Module> M;
74 LLVMOrcModuleHandle H;
75 bool Compiled;
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp68 struct CompileContext { struct in llvm::OrcCAPIExecutionTest
69 CompileContext() : Compiled(false) { } in CompileContext() argument
71 OrcCAPIExecutionTest* APIExecTest;
72 std::unique_ptr<Module> M;
73 LLVMOrcModuleHandle H;
74 bool Compiled;
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/ruleguard/quasigo/
H A Dquasigo.go82 type CompileContext struct { struct
85 Env *Env
87 Types *types.Info
88 Fset *token.FileSet
92 func Compile(ctx *CompileContext, fn *ast.FuncDecl) (compiled *Func, err error) {
H A Dcompile.go14 func compile(ctx *CompileContext, fn *ast.FuncDecl) (compiled *Func, err error) {
33 func compileFunc(ctx *CompileContext, fn *ast.FuncDecl) *Func {
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-0.2.3/src/
H A Dffi.rs70 mut ctx: CompileContext, in new()
240 pub struct CompileContext(*mut pcre2_compile_context_8); struct
244 unsafe impl Send for CompileContext {} implementation
245 unsafe impl Sync for CompileContext {} implementation
247 impl Drop for CompileContext { implementation
253 impl CompileContext { implementation
/dports/math/vampire/vampire-4.5.1/Indexing/
H A DCodeTree.hpp376 struct CompileContext struct in Indexing::CodeTree
383 unsigned nextVarNum;
384 unsigned nextGlobalVarNum;
385 VarMap varMap;
386 VarMap globalVarMap;
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/rego/
H A Drego.go1048 type CompileContext struct { struct
1049 partial bool
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DParserDQL.java6578 public static final class CompileContext { class in ParserDQL
6606 public CompileContext(Session session) { in CompileContext() method in ParserDQL.CompileContext
6610 public CompileContext(Session session, ParserBase parser, in CompileContext() method in ParserDQL.CompileContext