Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-off-by-default.cpp4 void fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough-per-method.cpp4 int fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
H A Dswitch-implicit-fallthrough.cpp4 int fallthrough(int n) { in fallthrough() function
/llvm-project/clang/test/CoverageMapping/
H A Dswitch.cpp108 int fallthrough(int i) { // CHECK-NEXT: File 0, [[@LINE]]:24 -> [[@LINE+14]]:2 = #0 in fallthrough() function
/llvm-project/clang/test/Analysis/
H A Dcxx11-crashes.cpp89 void fallthrough() { in fallthrough() function
/llvm-project/clang/test/CXX/drs/
H A Dcwg24xx.cpp15 void fallthrough(int n) { fallthrough() function
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp
H A DByteCodeEmitter.cpp