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

  /external/clang/test/CodeGen/
volatile.c 31 extv4 VE;
100 i=VE.yx[1];
101 // CHECK: load <4 x i32>, <4 x i32>* @VE
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]

Completed in 1723 milliseconds