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

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
page.h 4 # else
7 #else
10 # else
posix_types.h 4 # else
7 #else
10 # else
unistd.h 4 # else
7 #else
10 # else
user.h 4 # else
7 #else
10 # else
alternative.h 3 #else
apic.h 3 #else
apicdef.h 3 #else
atomic.h 3 #else
bitops.h 3 #else
cmpxchg.h 3 #else
cpufeature.h 3 #else
current.h 3 #else
desc.h 3 #else
dma-mapping.h 3 #else
dma.h 3 #else
dwarf2.h 3 #else
fixmap.h 3 #else
genapic.h 3 #else
hardirq.h 3 #else
hw_irq.h 3 #else
  /external/clang/test/Modules/Inputs/CmdLine.framework/Headers/
CmdLine.h 3 #else
  /external/clang/test/PCH/
pch-dir.h 3 #else
  /external/clang/test/Preprocessor/
mi_opt2.h 3 #else
  /external/clang/test/Parser/
warn-dangling-else.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wdangling-else %s
6 { if (a) if (b) d++; else e++; } // expected-warning {{add explicit braces to avoid dangling else}}
7 { if (a) while (b) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dangling else}}
8 { if (a) switch (b) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dangling else}}
9 { if (a) for (;;) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dangling else}}
10 { if (a) if (b) if (d) d++; else e++; else d--; } // expected-warning {{add explicit braces to avoid dangling else}
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Glow.frag 4 #else
22 #else
25 #else
28 #else

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>