Searched defs:CurrentUnit (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Fuzzer/
H A DFuzzerInternal.h166 Unit CurrentUnit; member in class:fuzzer::Fuzzer
H A DFuzzerTraceState.cpp44 // to every byte of the input string (Fuzzer::CurrentUnit) so that for any
175 TraceState(const Fuzzer::FuzzingOptions &Options, const Unit &CurrentUnit) argument
176 : Options(Options), CurrentUnit(CurrentUnit) {}
215 const Unit &CurrentUnit; member in class:fuzzer::TraceState
296 const uint8_t *Beg = CurrentUnit.data();
297 const uint8_t *End = Beg + CurrentUnit.size();
303 assert(Pos < CurrentUnit.size());
354 dfsan_set_label(i + 1, &CurrentUnit[i], 1);
370 TS = new TraceState(Options, CurrentUnit);
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1437 GLuint CurrentUnit; /**< GL_ACTIVE_TEXTURE */ member in struct:gl_texture_attrib

Completed in 756 milliseconds