↓ 4 callersMethodis_comparisonReturns true for comparison operators (==, !=, <, <=, >, >=, &&, ||).
src/frontend/parser/ast.rs:779
↓ 4 callersMethodparse_asm_and_attributesParse __asm__("..."), __attribute__(...), and __extension__ after declarators. Returns (is_constructor, is_destructor, mode_kind, is_common, aligned_v
src/frontend/parser/parse.rs:906
↓ 4 callersMethodparse_declarator_with_attrsParse a declarator, also returning attribute info: (name, derived, mode_kind, has_common, aligned_value, is_packed)
src/frontend/parser/declarators.rs:43
↓ 4 callersFunctionparse_numeric_label_refCheck if a symbol reference is a GNU numeric label reference (e.g., "1b", "1f", "42b"). Returns Some((label_name, is_backward)) if it is, None otherwi
src/backend/riscv/assembler/elf_writer.rs:91
↓ 4 callersMethodresolve_defined_in_exprReplace `defined(X)`, `defined X`, `__has_builtin(X)`, `__has_attribute(X)`, `__has_feature(X)`, `__has_extension(X)`, `__has_include(X)`, and `__has_
src/frontend/preprocessor/expr_eval.rs:101