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

  /external/clang/include/clang/AST/
APValue.h 258 APValue &getVectorElt(unsigned I) {
263 const APValue &getVectorElt(unsigned I) const {
264 return const_cast<APValue*>(this)->getVectorElt(I);
  /external/clang/lib/AST/
APValue.cpp 284 getVectorElt(0).dump(OS);
287 getVectorElt(i).dump(OS);
361 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
364 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 518 const clang::APValue &ElementVal = Val.getVectorElt(i);
567 Val.getVectorElt(InitIndex++));
    [all...]
slang_rs_reflection_cpp.cpp 902 const clang::APValue &ElementVal = Val.getVectorElt(i);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]

Completed in 605 milliseconds