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

  /external/clang/lib/AST/
APValue.cpp 534 const LV &LVal = *((const LV*)(const char*)Data);
535 return ArrayRef<LValuePathEntry>(LVal.getPath(), LVal.PathLength);
546 LV &LVal = *((LV*)(char*)Data);
547 LVal.BaseAndIsOnePastTheEnd.setPointer(B);
548 LVal.BaseAndIsOnePastTheEnd.setInt(false);
549 LVal.Offset = O;
550 LVal.CallIndex = CallIndex;
551 LVal.resizePath((unsigned)-1);
558 LV &LVal = *((LV*)(char*)Data)
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 184 milliseconds