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

  /external/clang/test/CodeGen/
volatile.c 31 extv4 VE;
100 i=VE.yx[1];
101 // CHECK: load <4 x i32>* @VE
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 176 ValueEnumerator &VE;
177 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
212 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
213 VI != VE; ++VI)
368 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 176 ValueEnumerator &VE;
177 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
212 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
213 VI != VE; ++VI)
368 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 176 ValueEnumerator &VE;
177 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
212 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
213 VI != VE; ++VI)
368 // We've already seen this type.
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 562 VE = CurrentPacketMIs.end();
563 (VI != VE); ++VI) {
659 std::vector<MachineInstr*>::iterator VE;
662 for (VI=CurrentPacketMIs.begin(), VE = CurrentPacketMIs.end();
663 (VI != VE); ++VI) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]

Completed in 186 milliseconds