Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp138 bool standardInclude = getIsStandardInclude(); in print() local
141 if (standardInclude) in print()
144 if (standardInclude) in print()
149 bool standardInclude = !parser.parseOptionalLess(); in parse() local
157 if (standardInclude && parser.parseOptionalGreater()) in parse()
161 if (standardInclude) in parse()