Home
last modified time | relevance | path

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

12345678910>>...36

/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/
Dccc-analyzer39 my $Compiler;
62 $Compiler = $ENV{'CCC_CXX'};
63 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXX…
71 $Compiler = $ENV{'CCC_CC'};
72 …if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCCo…
148 `$Compiler -v >> $PPFile.info.txt 2>&1`;
449 my $Status = system($Compiler,@ARGV);
451 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/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()
DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
45 AttributeIterator(Compiler compiler, int opPos, int analysis) in AttributeIterator()
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 …]
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()
DWalkingIteratorSorted.java25 import org.apache.xpath.compiler.Compiler;
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in WalkingIteratorSorted()
/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/clang/lib/Tooling/
DTooling.cpp256 clang::CompilerInstance Compiler; in runInvocation() local
257 Compiler.setInvocation(Invocation); in runInvocation()
258 Compiler.setFileManager(Files); in runInvocation()
266 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false); in runInvocation()
267 if (!Compiler.hasDiagnostics()) in runInvocation()
270 Compiler.createSourceManager(*Files); in runInvocation()
272 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
/external/zlib/src/contrib/ada/
Dzlib.gpr8 package Compiler is
10 end Compiler;
/external/v8/src/
Dcompiler.cc392 if (!Compiler::EnsureDeoptimizationSupport(info())) { in CreateGraph()
812 MaybeHandle<Code> Compiler::GetUnoptimizedCode(Handle<JSFunction> function) { in GetUnoptimizedCode()
828 MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { in GetLazyCode()
862 if (Compiler::GetOptimizedCode( in GetLazyCode()
864 Compiler::NOT_CONCURRENT).ToHandle(&opt_code)) { in GetLazyCode()
873 MaybeHandle<Code> Compiler::GetUnoptimizedCode( in GetUnoptimizedCode()
883 bool Compiler::EnsureCompiled(Handle<JSFunction> function, in EnsureCompiled()
886 MaybeHandle<Code> maybe_code = Compiler::GetLazyCode(function); in EnsureCompiled()
902 bool Compiler::EnsureDeoptimizationSupport(CompilationInfo* info) { in EnsureDeoptimizationSupport()
941 MaybeHandle<Code> Compiler::GetDebugCode(Handle<JSFunction> function) { in GetDebugCode()
[all …]
/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/javassist/sample/preproc/
DCompiler.java52 public class Compiler { class
62 public Compiler(String inputname) throws CannotCompileException { in Compiler() method in Compiler
285 Compiler c = new Compiler(args[0]); in main()

12345678910>>...36