Searched refs:Compile (Results 1 - 25 of 97) sorted by relevance

1234

/external/clang/include/clang/Driver/
H A DPhases.h21 Compile, enumerator in enum:clang::driver::phases::ID
/external/clang/lib/Driver/
H A DPhases.cpp20 case Compile: return "compiler";
/external/v8/test/cctest/
H A Dtest-func-name-inference.cc95 static v8::Handle<v8::Script> Compile(v8::Isolate* isolate, const char* src) { function
96 return v8::Script::Compile(v8::String::NewFromUtf8(isolate, src));
104 v8::Handle<v8::Script> script = Compile(
117 v8::Handle<v8::Script> script = Compile(
130 v8::Handle<v8::Script> script = Compile(
145 v8::Handle<v8::Script> script = Compile(
160 v8::Handle<v8::Script> script = Compile(
177 v8::Handle<v8::Script> script = Compile(
196 v8::Handle<v8::Script> script = Compile(
215 v8::Handle<v8::Script> script = Compile(
[all...]
H A Dtest-thread-termination.cc57 v8::Handle<v8::Value> result = v8::Script::Compile(source)->Run();
66 v8::Script::Compile(v8::String::NewFromUtf8(args.GetIsolate(),
91 v8::Script::Compile(v8::String::NewFromUtf8(args.GetIsolate(),
135 v8::Script::Compile(source)->Run();
138 v8::Script::Compile(source)->Run();
155 v8::Script::Compile(source)->Run();
158 v8::Script::Compile(source)->Run();
195 v8::Script::Compile(source)->Run();
222 v8::Script::Compile(
265 v8::Script::Compile(sourc
[all...]
H A Dtest-compiler.cc58 static Handle<JSFunction> Compile(const char* source) { function
76 Handle<JSFunction> fun = Compile(buffer.start());
93 Handle<JSFunction> fun = Compile("result = x + y;");
112 Handle<JSFunction> fun = Compile("if (x < 0) result = -x; else result = x;");
131 Compile("s = 0; while (n > 0) { s += n; n -= 1; }; result = s;");
153 Handle<JSFunction> fun = Compile(source);
184 Handle<JSFunction> fun = Compile(source);
198 Handle<JSFunction> fun = Compile(source);
222 Handle<JSFunction> fun0 = Compile(source);
280 v8::Script::Compile(script_bod
[all...]
H A Dcctest.h350 return v8::Script::Compile(v8_str(x));
355 return v8::Script::Compile(x);
363 return v8::ScriptCompiler::Compile(
382 return v8::Script::Compile(v8_str(source))->Run();
387 return v8::Script::Compile(source)->Run();
392 // Compile once just to get the preparse data, then compile the second time
396 v8::ScriptCompiler::Compile(isolate, &script_source,
404 return v8::ScriptCompiler::Compile(isolate, &script_source, options)->Run();
418 return v8::ScriptCompiler::Compile(isolate, &script_source)->Run();
426 return v8::ScriptCompiler::Compile(v
[all...]
H A Dtest-debug.cc131 // Compile and run the supplied source and return the fequested function.
135 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), source))
142 // Compile and run the supplied source and return the requested function.
146 v8::Script::Compile(v8::String::NewFromUtf8(isolate, source))->Run();
193 return v8::Script::Compile(str)->Run()->Int32Value();
217 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run();
246 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run();
270 v8::Script::Compile(v8::String::NewFromUtf8(isolate, buffer.start()))->Run();
281 v8::Script::Compile(v8::String::NewFromUtf8(isolate, buffer.start()))->Run();
292 v8::Script::Compile(v
[all...]
/external/regex-re2/
H A Dtestinstall.cc16 f.Compile(&v);
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h49 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) argument
50 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
55 /// @brief Compile each module in the given module set, then add the resulting
76 std::tie(Object, Buffer) = Compile(*M).takeBinary();
141 CompileFtor Compile; member in class:llvm::orc::IRCompileLayer
H A DIndirectionUtils.h41 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile, argument
43 : Addr(Addr), Compile(Compile), Update(Update) {}
46 void setCompileAction(CompileFtor Compile) { argument
47 this->Compile = std::move(Compile);
54 CompileFtor &Compile; member in class:llvm::orc::JITCompileCallbackManagerBase::CompileCallbackInfo
90 if (auto Addr = CallbackHandler.Compile()) {
103 CompileFtor Compile; member in struct:llvm::orc::JITCompileCallbackManagerBase::CallbackHandler
145 return CompileCallbackInfo(TrampolineAddr, CallbackHandler.Compile,
[all...]
/external/lldb/source/Core/
H A DRegularExpression.cpp39 Compile(re);
53 Compile(re);
59 Compile(rhs.GetText(), rhs.GetCompileFlags());
67 Compile (rhs.GetText(), rhs.GetCompileFlags());
83 // Compile a regular expression using the supplied regular
95 RegularExpression::Compile(const char* re) function in class:RegularExpression
97 return Compile (re, m_compile_flags);
101 RegularExpression::Compile(const char* re, int flags) function in class:RegularExpression
/external/regex-re2/re2/
H A Dset.h32 // Compile prepares the Set for matching.
33 // Add must not be called again after Compile.
34 // Compile must be called before FullMatch or PartialMatch.
35 // Compile may return false if it runs out of memory.
36 bool Compile();
H A Dfiltered_re2.h12 // Compile the FilteredRE2. The compile returns strings that need to
48 // strings from the set of strings returned by Compile. Call after
50 void Compile(vector<string>* strings_to_match);
53 // Returns -1 on no match. Can be called prior to Compile.
59 // Returns -1 on no match. Compile has to be called before
88 // Has the FilteredRE2 been compiled using Compile()
H A Dprefilter_tree.h35 // must precede Compile.
38 // The Compile returns a vector of string in atom_vec.
40 // No calls to Add after Compile are allowed.
44 void Compile(vector<string>* atom_vec);
105 // These are all the nodes formed by Compile. Essentially, there is
H A Dfiltered_re2.cc43 void FilteredRE2::Compile(vector<string>* atoms) { function in class:re2::FilteredRE2
54 prefilter_tree_->Compile(atoms);
68 LOG(DFATAL) << "FirstMatch called before Compile";
/external/v8/test/cctest/compiler/
H A Dtest-linkage.cc30 static Handle<JSFunction> Compile(const char* source) { function
46 Handle<JSFunction> function = Compile("a + b");
88 Handle<JSFunction> function = Compile("a + c");
/external/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h81 m_regex.Compile (value, regex_flags);
/external/llvm/test/Object/Inputs/
H A Delfver.S0 # Compile with:
/external/regex-re2/re2/testing/
H A Dset_test.cc22 CHECK_EQ(s.Compile(), true);
48 CHECK_EQ(s.Compile(), true);
76 CHECK_EQ(s.Compile(), true);
91 CHECK_EQ(s.Compile(), true);
/external/lldb/include/lldb/Core/
H A DRegularExpression.h125 /// Compile a regular expression.
127 /// Compile a regular expression using the supplied regular
146 Compile (const char* re);
149 Compile (const char* re, int flags);
/external/openfst/src/include/fst/
H A Dstring.h50 // Compile string 's' into FST 'fst'.
56 Compile(labels, fst);
65 Compile(labels, fst, w);
95 void Compile(const vector<Label> &labels, MutableFst<A> *fst, function in class:fst::StringCompiler
107 void Compile(const vector<Label> &labels, function in class:fst::StringCompiler
113 void Compile(const vector<Label> &labels, function in class:fst::StringCompiler
/external/lldb/source/Interpreter/
H A DOptionValueRegex.cpp64 if (m_regex.Compile (value_cstr, m_regex.GetCompileFlags()))
/external/llvm/bindings/ocaml/backends/
H A DMakefile.common38 $(Verb) $(Compile.C) -DTARGET=$(TARGET) $< -o $@
/external/clang/unittests/AST/
H A DASTVectorTest.cpp47 TEST_F(ASTVectorTest, Compile) {
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml98 Compile.CMI := $(strip $(OCAMLFIND) c -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
99 Compile.CMO := $(strip $(OCAMLFIND) c -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
100 Compile.CMX := $(strip $(OCAMLFIND) opt -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
314 $(Verb) $(Compile.CMI) $@ $<
347 $(Verb) $(Compile.CMO) $@ $<
386 $(Verb) $(Compile.CMX) $@ $<
448 $(Echo) "Compile.CMI : " '$(Compile.CMI)'
449 $(Echo) "Compile.CMO : " '$(Compile
[all...]

Completed in 704 milliseconds

1234