Home
last modified time | relevance | path

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

/external/llvm/examples/BrainF/
DBrainF.cpp119 if (comflag & flag_arraybounds) { in header()
141 if (comflag & flag_arraybounds) in header()
254 if (comflag & flag_arraybounds) in readloop()
DBrainF.h34 flag_arraybounds = 1 enumerator
DBrainFDriver.cpp138 cf = BrainF::CompileFlags(cf | BrainF::flag_arraybounds); in main()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp107 if (comflag & flag_arraybounds) { in header()
133 if (comflag & flag_arraybounds) in header()
244 if (comflag & flag_arraybounds) in readloop()
DBrainF.h33 flag_arraybounds = 1 enumerator
DBrainFDriver.cpp124 cf = BrainF::CompileFlags(cf | BrainF::flag_arraybounds); in main()