Home
last modified time | relevance | path

Searched refs:Compiler (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/external/regex-re2/re2/
Dcompile.cc122 class Compiler : public Regexp::Walker<Frag> { class
124 explicit Compiler();
125 ~Compiler();
236 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
239 Compiler::Compiler() { in Compiler() function in re2::Compiler
254 Compiler::~Compiler() { in ~Compiler()
259 int Compiler::AllocInst(int n) { in AllocInst()
281 void Compiler::Trim() { in Trim()
296 Frag Compiler::NoMatch() { in NoMatch()
306 Frag Compiler::Cat(Frag a, Frag b) { in Cat()
[all …]
/external/clang/tools/scan-build/libexec/
Dccc-analyzer66 my $Compiler;
90 $Compiler = $ENV{'CCC_CXX'};
91 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXX…
99 $Compiler = $ENV{'CCC_CC'};
100 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCo…
178 `"$Compiler" -v >> $PPFile.info.txt 2>&1`;
459 my $Status = system($Compiler,@ARGV);
461 print STDERR "$Compiler @ARGV\n";
/external/eigen/bench/btl/cmake/
DFindMKL.cmake15 /opt/intel/Compiler/*/*/mkl/lib/em64t
24 /opt/intel/Compiler/*/*/mkl/lib/em64t
25 /opt/intel/Compiler/*/*/lib/intel64
40 /opt/intel/Compiler/*/*/mkl/lib/32
49 /opt/intel/Compiler/*/*/mkl/lib/32
50 /opt/intel/Compiler/*/*/lib/intel32
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp48 CompilerInstance Compiler; in testExternalASTSource() local
49 Compiler.createDiagnostics(); in testExternalASTSource()
57 Compiler.getDiagnostics()); in testExternalASTSource()
58 Compiler.setInvocation(Invocation); in testExternalASTSource()
61 return Compiler.ExecuteAction(Action); in testExternalASTSource()
/external/v8/src/runtime/
Druntime-compiler.cc39 Compiler::GetLazyCode(function)); in RUNTIME_FUNCTION()
50 Compiler::ConcurrencyMode mode) { in CompileOptimized()
56 if (Compiler::GetOptimizedCode(function, unoptimized, mode).ToHandle(&code)) { in CompileOptimized()
68 isolate, code, Compiler::GetUnoptimizedCode(function)); in CompileOptimized()
86 return CompileOptimized(isolate, function, Compiler::CONCURRENT); in RUNTIME_FUNCTION()
94 return CompileOptimized(isolate, function, Compiler::NOT_CONCURRENT); in RUNTIME_FUNCTION()
245 Compiler::ConcurrencyMode mode = (isolate->concurrent_osr_enabled() && in RUNTIME_FUNCTION()
248 ? Compiler::CONCURRENT in RUNTIME_FUNCTION()
249 : Compiler::NOT_CONCURRENT; in RUNTIME_FUNCTION()
253 if (mode == Compiler::CONCURRENT) { in RUNTIME_FUNCTION()
[all …]
/external/llvm/test/Linker/
Dident.ll6 ; CHECK-DAG: "Compiler V1"
7 ; CHECK-DAG: "Compiler V2"
8 ; CHECK-DAG: "Compiler V3"
/external/llvm/test/Linker/Inputs/
Dident.a.ll2 !0 = !{!"Compiler V1"}
3 !1 = !{!"Compiler V2"}
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DBasicTestIterator.java27 import org.apache.xpath.compiler.Compiler;
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) in BasicTestIterator()
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in BasicTestIterator()
DWalkerFactory.java28 import org.apache.xpath.compiler.Compiler;
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos) in loadOneWalker()
96 WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) in loadWalkers()
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator()
159 Compiler compiler, int opPos, in newDTMIterator()
301 Compiler compiler, int stepOpCodePos) in getAxisFromStep()
400 static boolean functionProximateOrContainsProximate(Compiler compiler, in functionProximateOrContainsProximate()
430 static boolean isProximateInnerExpr(Compiler compiler, int opPos) in isProximateInnerExpr()
473 public static boolean mightBeProximate(Compiler compiler, int opPos, int stepType) in mightBeProximate()
557 Compiler compiler, int stepOpCodePos, int stepIndex) in isOptimizableForDescendantIterator()
[all …]
DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
45 AttributeIterator(Compiler compiler, int opPos, int analysis) in AttributeIterator()
DUnionPathIterator.java29 import org.apache.xpath.compiler.Compiler;
156 public UnionPathIterator(Compiler compiler, int opPos) in UnionPathIterator()
179 public static LocPathIterator createUnionIterator(Compiler compiler, int opPos) in createUnionIterator()
311 Compiler compiler, int opPos) throws javax.xml.transform.TransformerException in createDTMIterator()
329 protected void loadLocationPaths(Compiler compiler, int opPos, int count) in loadLocationPaths()
DSelfIteratorNoPredicate.java25 import org.apache.xpath.compiler.Compiler;
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) in SelfIteratorNoPredicate()
DChildIterator.java26 import org.apache.xpath.compiler.Compiler;
49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator()
DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward()
DChildTestIterator.java27 import org.apache.xpath.compiler.Compiler;
54 ChildTestIterator(Compiler compiler, int opPos, int analysis) in ChildTestIterator()
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp181 CompilerInstance Compiler; in TEST() local
182 Compiler.setInvocation(Invocation); in TEST()
183 Compiler.createDiagnostics(); in TEST()
189 ASSERT_TRUE(Compiler.ExecuteAction(TestAction)); in TEST()
/external/compiler-rt/
DREADME.txt1 Compiler-RT
7 Compiler-RT is open source software. You may freely distribute it under the
/external/v8/src/
Dcompiler.cc403 if (!Compiler::EnsureDeoptimizationSupport(info())) { in CreateGraph()
761 if (!Compiler::Analyze(info->parse_info()) || in CompileUnoptimizedCode()
819 if (!Compiler::Analyze(info->parse_info()) || !GenerateBaselineCode(info)) { in CompileBaselineCode()
931 bool Compiler::Analyze(ParseInfo* info) { in Analyze()
941 bool Compiler::ParseAndAnalyze(ParseInfo* info) { in ParseAndAnalyze()
943 return Compiler::Analyze(info); in ParseAndAnalyze()
951 if (!Compiler::ParseAndAnalyze(info->parse_info())) return false; in GetOptimizedCodeNow()
990 if (!Compiler::ParseAndAnalyze(info->parse_info())) return false; in GetOptimizedCodeLater()
1016 MaybeHandle<Code> Compiler::GetUnoptimizedCode(Handle<JSFunction> function) { in GetUnoptimizedCode()
1032 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { in GetLazyCode()
[all …]
/external/zlib/src/contrib/ada/
Dzlib.gpr8 package Compiler is
10 end Compiler;
/external/clang/lib/Driver/
DMinGWToolChain.cpp102 if (!Compiler) in getTool()
103 Compiler.reset(new tools::gcc::Compiler(*this)); in getTool()
104 return Compiler.get(); in getTool()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFunction.java28 import org.apache.xpath.compiler.Compiler;
140 public void postCompileStep(Compiler compiler) in postCompileStep()
DFuncLast.java26 import org.apache.xpath.compiler.Compiler;
45 public void postCompileStep(Compiler compiler) in postCompileStep()
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsicsV3.td3 // The LLVM Compiler Infrastructure
10 // This file describes the Hexagon V3 Compiler Intrinsics in TableGen format.
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java33 import org.apache.xpath.compiler.Compiler;
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath()
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath()
/external/clang/lib/Tooling/
DTooling.cpp286 clang::CompilerInstance Compiler(PCHContainerOps); in runInvocation() local
287 Compiler.setInvocation(Invocation); in runInvocation()
288 Compiler.setFileManager(Files); in runInvocation()
296 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
297 if (!Compiler.hasDiagnostics()) in runInvocation()
300 Compiler.createSourceManager(*Files); in runInvocation()
302 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()

12345678910>>...40