Home
last modified time | relevance | path

Searched defs:is_breakable (Results 1 – 11 of 11) sorted by relevance

/dports/chinese/wenju/wenju-1.6/src/wrap/
H A Dwrap.c52 static int is_breakable(GString *text, int cursor) in is_breakable() function
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpaper-column.cc140 Paper_column::is_breakable (Grob *me) in is_breakable() function in Paper_column
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpaper-column.cc143 Paper_column::is_breakable (Grob *me) in is_breakable() function in Paper_column
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Dformat.rs720 fn is_breakable(expr: &UntypedPattern) -> bool { in pattern_constructor() function
759 fn is_breakable(expr: &UntypedExpr) -> bool { in call() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast.h318 bool is_breakable() const { return IsBreakableField::decode(bit_field_); } in is_breakable() function
340 bool is_breakable) in Block()
348 Block(bool ignore_completion_value, bool is_breakable) in Block()
2717 Block* NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast.h314 bool is_breakable() const { return IsBreakableField::decode(bit_field_); } in is_breakable() function
337 bool is_breakable) in Block()
345 Block(bool ignore_completion_value, bool is_breakable) in Block()
2750 Block* NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast.h315 bool is_breakable() const { return IsBreakableField::decode(bit_field_); } in is_breakable() function
338 bool is_breakable) in Block()
346 Block(bool ignore_completion_value, bool is_breakable) in Block()
2803 Block* NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/parsing/
H A Dpreparser.h701 PreParserBlock NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dpreparser.h707 PreParserBlock NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dpreparser.h707 PreParserBlock NewBlock(bool ignore_completion_value, bool is_breakable) { in NewBlock()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dobj_manager.cpp774 bool ObjManager::is_breakable(Obj *obj) { in is_breakable() function in Ultima::Nuvie::ObjManager