Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp116 if (comflag & flag_arraybounds) { in header()
138 if (comflag & flag_arraybounds) in header()
252 if (comflag & flag_arraybounds) in readloop()
H A DBrainF.h33 flag_arraybounds = 1 enumerator
H A DBrainFDriver.cpp141 cf = BrainF::CompileFlags(cf | BrainF::flag_arraybounds); in main()