Home
last modified time | relevance | path

Searched refs:to_mode (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c406 .to_mode = to_QI_mode
411 .to_mode = to_HI_mode
416 .to_mode = to_SI_mode
421 .to_mode = to_DI_mode
426 .to_mode = to_TI_mode
431 .to_mode = to_pointer_mode
436 .to_mode = to_word_mode
679 ctype = ctx->mode->to_mode(ctx->ctype.base_type); in apply_modifiers()
Dsymbol.h134 struct symbol *(*to_mode)(struct symbol *); member
/third_party/boost/libs/filesystem/src/
Doperations.cpp1178 mode_t to_mode = from_stat.st_mode | S_IWUSR; in copy_file() local
1186 outfile.fd = ::open(to.c_str(), oflag, to_mode); in copy_file()
1215 outfile.fd = ::open(to.c_str(), oflag, to_mode); in copy_file()