HomeSort by: relevance | last modified time | path
    Searched defs:Phase (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2613 enum Phase
2618 } phase = PHASE_PREFIX;
2695 if (phase == PHASE_PREFIX)
2700 phase = PHASE_NONE;
2741 phase = PHASE_NONE;
2750 if (phase != PHASE_NONE)
2752 if (prefix[phase] != c)
2753 phase = PHASE_NONE;
2754 else if (unsigned (phase + 1) == prefix_len)
2758 phase = Phase (phase + 1)
2617 } phase = PHASE_PREFIX; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2334 enum Phase
2339 } phase = PHASE_PREFIX;
2416 if (phase == PHASE_PREFIX)
2421 phase = PHASE_NONE;
2462 phase = PHASE_NONE;
2471 if (phase != PHASE_NONE)
2473 if (prefix[phase] != c)
2474 phase = PHASE_NONE;
2475 else if (unsigned (phase + 1) == prefix_len)
2479 phase = Phase (phase + 1)
2338 } phase = PHASE_PREFIX; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1132 if (ForceUpdate && Phase == AttributorPhase::UPDATE)
1142 if (Phase == AttributorPhase::SEEDING && !shouldSeedAttribute(AA)) {
1187 if (Phase == AttributorPhase::MANIFEST) {
1194 AttributorPhase OldPhase = Phase;
1195 Phase = AttributorPhase::UPDATE;
1199 Phase = OldPhase;
1271 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE)
1728 /// phase is SEEDING. Phase is changed in `Attributor::run()
    [all...]

Completed in 41 milliseconds