Home
last modified time | relevance | path

Searched defs:is_loop (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog_dump.c172 unsigned is_loop = 0; in r300_vertex_program_dump() local
/third_party/spirv-tools/source/val/
Dconstruct.cpp76 const bool is_loop = type() == ConstructType::kLoop; in blocks() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverangeevaluator_helpers.cpp54 ProgramScope::is_loop() const in is_loop() function in r600::ProgramScope
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/loops/
Dutils.rs253 fn is_loop(expr: &Expr<'_>) -> bool { in is_loop() function
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py78 def is_loop(self) -> bool: member in Rule
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dsuggestions.rs1478 fn is_loop(&self, id: hir::HirId) -> bool { in is_loop() method