/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/ |
D | ccc-analyzer | 39 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/ |
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/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 | 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 | SelfIteratorNoPredicate.java | 25 import org.apache.xpath.compiler.Compiler; 47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) in SelfIteratorNoPredicate()
|
D | ChildIterator.java | 26 import org.apache.xpath.compiler.Compiler; 49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator()
|
D | OneStepIteratorForward.java | 26 import org.apache.xpath.compiler.Compiler; 52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward()
|
D | ChildTestIterator.java | 27 import org.apache.xpath.compiler.Compiler; 54 ChildTestIterator(Compiler compiler, int opPos, int analysis) in ChildTestIterator()
|
D | WalkingIteratorSorted.java | 25 import org.apache.xpath.compiler.Compiler; 69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in WalkingIteratorSorted()
|
/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/compiler-rt/ |
D | README.txt | 1 Compiler-RT 7 Compiler-RT is open source software. You may freely distribute it under the
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 256 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/ |
D | zlib.gpr | 8 package Compiler is 10 end Compiler;
|
/external/v8/src/ |
D | compiler.cc | 392 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/ |
D | Function.java | 28 import org.apache.xpath.compiler.Compiler; 140 public void postCompileStep(Compiler compiler) in postCompileStep()
|
D | FuncLast.java | 26 import org.apache.xpath.compiler.Compiler; 45 public void postCompileStep(Compiler compiler) in postCompileStep()
|
/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/ |
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()
|
/external/javassist/sample/preproc/ |
D | Compiler.java | 52 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()
|