Home
last modified time | relevance | path

Searched defs:bak (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaObjC/
Dclass-protocol-method-match.m22 - (char) bak; // expected-note {{previous declaration is here}} method
47 - (void) bak {} // expected-warning {{conflicting return type in declaration of 'bak': 'char' vs 'v… method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DIncremental.kt445 fun File.bak() = File(bakRoot, abs().toRelativeString(outRoot)) in toPath() method
/external/libvpx/vp8/encoder/
Dfirstpass.c2271 int bak = cpi->per_frame_bandwidth; in vp8_second_pass() local