Changeset 7959e56 for src/CodeGen/CodeGenerator.hpp
- Timestamp:
- Feb 3, 2025, 1:27:20 PM (11 months ago)
- Branches:
- master
- Children:
- dfe8f78
- Parents:
- 59fdd0d
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.hpp
r59fdd0d r7959e56 181 181 void handleTypedef( ast::NamedTypeDecl const * type ); 182 182 std::string mangleName( ast::DeclWithType const * decl ); 183 184 bool nextVisitedNodeIsArgToIntrinsic = false; 185 bool visitingArgToIntrinsic = false; 186 void changeState_ArgToIntrinsic( bool newValue ) { 187 GuardValue( visitingArgToIntrinsic ) = nextVisitedNodeIsArgToIntrinsic; 188 GuardValue( nextVisitedNodeIsArgToIntrinsic ) = newValue; 189 } 183 190 }; 184 191
Note:
See TracChangeset
for help on using the changeset viewer.