Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/examples/BrainF/
H A DBrainF.cpp119 if (comflag & flag_arraybounds) { in header()
141 if (comflag & flag_arraybounds) in header()
254 if (comflag & flag_arraybounds) in readloop()
H A DBrainF.h34 flag_arraybounds = 1 enumerator
H A DBrainFDriver.cpp138 cf = BrainF::CompileFlags(cf | BrainF::flag_arraybounds); in main()