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

  /external/clang/unittests/AST/
ASTVectorTest.cpp 73 ArrayRef<int> IntVec(Values);
74 auto I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.begin());
79 I = V.insert(Ctxt, V.begin(), IntVec.begin(), IntVec.end());
83 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.begin());
84 ASSERT_EQ(V.begin() + IntVec.size(), I);
87 I = V.insert(Ctxt, V.end(), IntVec.begin(), IntVec.end())
    [all...]
  /external/clang/test/Sema/
overloadable.c 57 typedef Int IntVec __attribute__((vector_size(16)));
59 double magnitude(IntVec) __attribute__((__overloadable__));
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.h 113 using GroupsMap = std::map<int32_t, IntVec>;
RDsp.h 25 using IntVec = std::vector<int>;
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 219 milliseconds