HomeSort by relevance Sort by last modified time
    Searched defs:CurrentUnit (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 166 Unit CurrentUnit;
FuzzerTraceState.cpp 44 // to every byte of the input string (Fuzzer::CurrentUnit) so that for any
175 TraceState(const Fuzzer::FuzzingOptions &Options, const Unit &CurrentUnit)
176 : Options(Options), CurrentUnit(CurrentUnit) {}
215 const Unit &CurrentUnit;
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/
mtypes.h     [all...]

Completed in 484 milliseconds