HomeSort by relevance Sort by last modified time
    Searched full:phases (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Driver/
ast.c 1 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -emit-ast %s 2> %t
3 // RUN: FileCheck -check-prefix EMIT-AST-PHASES -input-file %t %s
5 // EMIT-AST-PHASES: 0: input,
6 // EMIT-AST-PHASES: , c
7 // EMIT-AST-PHASES: 1: preprocessor, {0}, cpp-output
8 // EMIT-AST-PHASES: 2: compiler, {1}, ast
9 // EMIT-AST-PHASES-NOT: 3:
10 // EMIT-AST-PHASES: END
13 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -c %t.ast 2> %t
15 // RUN: FileCheck -check-prefix COMPILE-AST-PHASES -input-file %t %
    [all...]
phases.c 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -x objective-c++ -x assembler %s -x assembler-with-cpp %s -x none %s 2>&1 | FileCheck -check-prefix=BASIC %s
3 // BASIC: 0: input, "{{.*}}phases.c", c
7 // BASIC: 4: input, "{{.*}}phases.c", objective-c
11 // BASIC: 8: input, "{{.*}}phases.c", c++
15 // BASIC: 12: input, "{{.*}}phases.c", assembler
17 // BASIC: 14: input, "{{.*}}phases.c", assembler-with-cpp
20 // BASIC: 17: input, "{{.*}}phases.c", c
27 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=ULI %s
28 // ULI: 0: input, "{{.*}}phases.c", c
38 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=UOF %
    [all...]
lto.c 2 // RUN: %clang -ccc-print-phases -c %s -flto 2> %t.log
4 // RUN: %clang -ccc-print-phases -c %s -O4 2> %t.log
8 // RUN: %clang -ccc-print-phases %s -emit-llvm 2> %t.log
emit-llvm.c 4 // RUN: %clang -ccc-print-phases -c -O4 -O0 %s 2> %t
darwin-verify-debug.c 4 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
darwin-dsymutil.c 3 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
  /external/clang/include/clang/Driver/
Phases.h 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
15 namespace phases { namespace in namespace:clang::driver
28 } // end namespace phases
Types.h 13 #include "clang/Driver/Phases.h"
80 /// getNumCompilationPhases - Return the complete number of phases
86 phases::ID getCompilationPhase(ID Id, unsigned N);
Driver.h 15 #include "clang/Driver/Phases.h"
188 phases::ID getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg = 0)
351 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
  /external/clang/lib/Driver/
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
17 const char *phases::getPhaseName(ID Id) {
CMakeLists.txt 15 Phases.cpp
Types.cpp 214 phases::ID types::getCompilationPhase(ID Id, unsigned N) {
218 return phases::Link;
222 return phases::Preprocess;
227 return N == 0 ? phases::Assemble : phases::Link;
230 return phases::Precompile;
233 return phases::Compile;
235 return phases::Assemble;
237 return phases::Link;
Android.mk 27 Phases.cpp \
Driver.cpp 128 // affect the phase, starting with the earliest phases, and record which
130 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg)
133 phases::ID FinalPhase;
139 FinalPhase = phases::Preprocess;
150 FinalPhase = phases::Compile;
154 FinalPhase = phases::Assemble;
158 FinalPhase = phases::Link;
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/publish/
index.jd 14 distribution, and publish. You can manage all phases of publishing
  /external/webkit/Source/WebCore/rendering/
PaintPhase.h 32 * The painting of a layer occurs in three distinct phases. Each phase involves
37 * three phases invoked on them during this phase.
InlineBox.cpp 171 // Paint all phases of replaced elements atomically, as though the replaced element established its
192 // Hit test all phases of replaced elements atomically, as though the replaced element established its
  /external/replicaisland/src/com/replica/replicaisland/
FadeDrawableComponent.java 67 // Support repeating "phases" on top of the looping fade itself.
143 /** Enables phases; the initial delay will be re-started when the phase ends. **/
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 125 # phases of the loop are strangly mingled together. In
167 $phases = 4; # number of stages/phases in the pipelined-loop
187 # PHASES * (UNROLL_COUNT + 1) + 7
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
285 if ($byte_num == 0 && $iteration >= $phases) {
288 if ($iteration == (1 + $unroll_count) * $phases - 1) {
294 $unroll_count * $phases);
296 $unroll_count * $phases);
631 Unrolled loop count = (Remainder - ($unroll_count+1)*$phases)/($unroll_count*$phases
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 130 // Disables the phases for a new sequence that this one already covers for an
352 // Disables phases that are not specified in this config.
362 // Disable phases that would only create ports equivalent to ones that we
536 // All of the phases up until the best-writable phase so far run in step 0.
537 // The other phases follow sequentially in the steps after that. If there is
602 // Perform all of the phases in the current step.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 93 * restreaming for future phases.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs 124 * restreaming for future phases.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs 131 * restreaming for future phases.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeNodeStream`1.cs 130 * restreaming for future phases.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 100 * restreaming for future phases.

Completed in 2200 milliseconds

1 2 3 4 5 6 7