/external/regex-re2/re2/ |
D | compile.cc | 122 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/ |
D | ccc-analyzer | 66 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/ |
D | FindMKL.cmake | 15 /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/ |
D | ExternalASTSourceTest.cpp | 48 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/ |
D | ident.ll | 6 ; CHECK-DAG: "Compiler V1" 7 ; CHECK-DAG: "Compiler V2" 8 ; CHECK-DAG: "Compiler V3"
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 35 if (!Compiler::Compile(function, Compiler::KEEP_EXCEPTION)) { in RUNTIME_FUNCTION() 48 if (!Compiler::CompileBaseline(function)) { in RUNTIME_FUNCTION() 61 if (!Compiler::CompileOptimized(function, Compiler::CONCURRENT)) { in RUNTIME_FUNCTION() 75 if (!Compiler::CompileOptimized(function, Compiler::NOT_CONCURRENT)) { in RUNTIME_FUNCTION() 236 maybe_result = Compiler::GetOptimizedCodeForOSR(function, ast_id, frame); in RUNTIME_FUNCTION() 345 isolate, compiled, Compiler::GetFunctionFromEval( in CompileGlobalEval()
|
/external/llvm/test/Linker/Inputs/ |
D | ident.a.ll | 2 !0 = !{!"Compiler V1"} 3 !1 = !{!"Compiler V2"}
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | BasicTestIterator.java | 27 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()
|
D | AttributeIterator.java | 24 import org.apache.xpath.compiler.Compiler; 45 AttributeIterator(Compiler compiler, int opPos, int analysis) in AttributeIterator()
|
D | WalkerFactory.java | 28 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 …]
|
D | SelfIteratorNoPredicate.java | 25 import org.apache.xpath.compiler.Compiler; 47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) in SelfIteratorNoPredicate()
|
D | UnionPathIterator.java | 29 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()
|
D | ChildIterator.java | 26 import org.apache.xpath.compiler.Compiler; 49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator()
|
D | ChildTestIterator.java | 27 import org.apache.xpath.compiler.Compiler; 54 ChildTestIterator(Compiler compiler, int opPos, int analysis) in ChildTestIterator()
|
D | OneStepIteratorForward.java | 26 import org.apache.xpath.compiler.Compiler; 52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward()
|
D | WalkingIteratorSorted.java | 25 import org.apache.xpath.compiler.Compiler; 69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in WalkingIteratorSorted()
|
/external/compiler-rt/ |
D | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 181 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/v8/src/ |
D | compiler.cc | 501 if (!Compiler::Analyze(info->parse_info()) || in CompileUnoptimizedCode() 652 if (!Compiler::ParseAndAnalyze(info->parse_info())) return false; in GetOptimizedCodeNow() 701 if (!Compiler::ParseAndAnalyze(info->parse_info())) return false; in GetOptimizedCodeLater() 728 Compiler::ConcurrencyMode mode, in GetOptimizedCode() 798 if (mode == Compiler::CONCURRENT) { in GetOptimizedCode() 942 if (!Compiler::Analyze(info.parse_info()) || in GetBaselineCode() 1001 if (GetOptimizedCode(function, Compiler::NOT_CONCURRENT) in GetLazyCode() 1141 bool Compiler::Analyze(ParseInfo* info) { in Analyze() 1150 bool Compiler::ParseAndAnalyze(ParseInfo* info) { in ParseAndAnalyze() 1152 if (!Compiler::Analyze(info)) return false; in ParseAndAnalyze() [all …]
|
/external/zlib/src/contrib/ada/ |
D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIntrinsicsV3.td | 3 // 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/functions/ |
D | FuncLast.java | 26 import org.apache.xpath.compiler.Compiler; 45 public void postCompileStep(Compiler compiler) in postCompileStep()
|
D | Function.java | 28 import org.apache.xpath.compiler.Compiler; 140 public void postCompileStep(Compiler compiler) in postCompileStep()
|
/external/clang/lib/Driver/ |
D | MinGWToolChain.cpp | 102 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/ |
D | XPath.java | 33 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()
|