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 259 APValue &getVectorElt(unsigned I) {
264 const APValue &getVectorElt(unsigned I) const {
265 return const_cast<APValue*>(this)->getVectorElt(I);
  /external/clang/lib/AST/
APValue.cpp 283 getVectorElt(0).dump(OS);
286 getVectorElt(i).dump(OS);
360 getVectorElt(0).printPretty(Out, Ctx, ElemTy);
363 getVectorElt(i).printPretty(Out, Ctx, ElemTy);
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 893 const clang::APValue &ElementVal = Val.getVectorElt(i);
slang_rs_reflection.cpp 497 const clang::APValue &ElementVal = Val.getVectorElt(i);
547 Val.getVectorElt(InitIndex++));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]

Completed in 268 milliseconds